@charset "UTF-8";

#example1 {
		position: relative;
	}
	.sp-slides {
	position: relative;
		
	}
	.sp-slides img {

    position: absolute;
    top: 0;
    left: 0;
		z-index: 1;
	}
	.img_txt {
		position: absolute;
		top:0;
		left: 0;
		z-index: 2;
	}

.sp-button {
    border:2px solid #ccc;
	background: #ccc;
	margin-bottom: 40px;
}
.sp-selected-button {
border:2px solid #00197e;	
  background-color: #00197e;
}


/*768px*//*1024px*/
.sp-button {
	margin-bottom: 40px;
}
@media print, screen and (min-width : 768px){		
#biz ul li{
    position: relative;
}
#biz ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
  }
#biz ul li a:hover{
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        background: #fff;
  }	
#biz .inner p.con_ttl {
	margin: 10px 0 5px;
	text-decoration: none;
	padding-left: 26px;
	line-height: 1.5;	
	background:  url("../img/biz_ico.png") no-repeat 2px 5px; 
	font-size: 18px;
	font-weight: bold;
}
#biz .inner p.txt {
font-size: 14px;
	line-height: 1.5;
}	
#biz .biz_l {
	float: left;
	width: 360px;
	margin-bottom: 70px;
}
#biz .biz_r {
	float: right;
	width: 360px;
	margin-bottom: 70px;	
	}	

	
	
/* @end */	
}	

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.sp-button {
	margin-bottom: 1em;
}
#biz {
	margin: 0em auto 0;
	width: 90%;

}	
#biz ul li{
    position: relative;
	margin-bottom: 2.5em;
}
#biz ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
  }
#biz ul li a:hover{
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        background: #fff;
  }	
#biz .inner p.con_ttl {
	margin: 10px 0 5px;
	text-decoration: none;
	padding-left: 26px;
	line-height: 1.6;	
	background:  url("../img/biz_ico.png") no-repeat 2px 2px; 
	font-size: 1.125em;
	font-weight: bold;
}
#biz .inner p.txt {
	line-height: 1.5;
}	
#biz .inner {
	margin: 1.5em 0 0;
}	
	

	/* @end */	
}