@charset "utf-8";
/* CSS Document */
/* ---------------------------------
	スペシャルコンテンツ
---------------------------------- */
#specialBnr{
	background-color: #d9d9d9;
	padding: 40px 0 30px;
	position: relative;
}

#specialBnr .frame{
	position: relative;
}

.go_list{
	position: absolute;
	top:0;
	right:5px;
}

.bannerList{
	padding-top: 30px;
}

.bannerList li{
	width: 229px;
	float: left;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.bannerList a{
	text-decoration: none;
}

.bannerList .txt{
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
	height:45px;
}
.bannerList .txt br{
	display:none;
}

#specialBnr .ttl{
	color: #00379e;
  text-align: center;
  font-weight: bold;
}
#specialBnr .ttl span{
	margin: 0 auto;
	padding-bottom: 5px;
	color: #00379e;
	font-weight: bold;
	border-bottom: #00379e solid 4px;
}

/*= 製品4列 =*/
#specialBnr .frame_item2{
	width:988px;
	margin: 0 auto;
	position:relative;
}
/*= 製品5列 =*/
@media only screen and (min-width: 1335px){
 	#specialBnr .frame_item2{
		width:1235px;
	}  
}
/*= 製品6列 =*/
@media only screen and (min-width: 1582px){
 	#specialBnr .frame_item2{
		width:1482px;
	}  
}
/*= 製品7列 =*/
@media only screen and (min-width: 1829px){
 	#specialBnr .frame_item2{
		width:1729px;
	}  
}
/*= 製品8列 =*/
@media only screen and (min-width: 2076px){
 	#specialBnr .frame_item2{
		width:1976px;
	}  
}

@media only screen and (max-width: 990px){
 	.bannerList .txt{
		font-size: 16px;
	}
}

/* ---------------------------------
	SP用
---------------------------------- */
/* --- スペシャルコンテンツ --- */

.sp_device #specialBnr {
	width: 100%;
	padding:30px 10px 50px;
	box-sizing:border-box;
}
.sp_device #specialBnr .frame_item2 {
	width: 100%;
	margin: 0 auto;
}
.sp_device .go_list{
	width:80px;
  margin: auto;
  top: auto;
  left: 0;
  bottom: -35px;
}

.sp_device .bannerList{
	padding: 30px 0 0;  
}

.sp_device #specialBnr .bannerList li{
	width: 49%;
	padding:1%;
	margin:0 0 2%;
	box-sizing: border-box;
}

.sp_device #specialBnr .bannerList .txt{
	margin: 0px;
	font-size: 13px;
	padding:4px 0 0 0;
}
.sp_device #specialBnr .bannerList .txt br{
	display:block;
}
.sp_device #specialBnr .bannerList li img{
	width: 100%;
}

.sp_device .bannerList li img{
	width: 100%;
}

.sp_device .bannerList li:nth-child(2n){
	margin-right: 0;
}
.sp_device .bannerList li:nth-child(even){ float: right;}

@media only screen and (min-width: 768px){
 	.sp_device #specialBnr .bannerList li{
		width:32%;
		margin-right:2%;
	}
	.sp_device #specialBnr .bannerList li:nth-child(2n){
		margin-right: 2%;
	}
	.sp_device #specialBnr .bannerList li:nth-child(3n){
		margin-right: 0;
	}
	.sp_device .bannerList li:nth-child(odd){ float: left;}
	.sp_device .bannerList li:nth-child(even){ float: left;}

}
