@charset "utf-8";

/* h2 */

#SPONCER2 h3{
font-size: 30px;
}

#SPONCER2 h3 span{
position: relative;
display: inline-block;
font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
color: #fff;
padding: 40px 0 40px 0;
}






@media (min-width: 1020px) {
	#SPONCER2 h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	}
	#SPONCER2 h3 span{
	padding: 40px 0 20px 0;
}

}









/* SPONCER */
#SPONCER2 {
padding: 50px 20px 0 20px;
background-image: url("../../img/bg_sponsor.png");
}

#SPONCER2 .cont{
margin: 0 auto;
text-align: center;
}

#SPONCER2 dl {
margin-bottom: 35px;
}
#SPONCER2 dt {
font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
margin-bottom: 20px;
font-size: 20px;
font-weight: bold;
color: #fff;
text-align: center;
}
#SPONCER2 dd {
margin-bottom: 20px;
}

#SPONCER2 dl.silver dd {
float: left;
width: 50%;
}
#SPONCER2 dl.silver dd img{
float: left;
width: 98%;
height: auto;
}

#SPONCER2 dl.drink dd {
float: left;
width: 50%;
}
#SPONCER2 dl.drink dd img{
float: left;
width: 98%;
height: auto;
}

#SPONCER2 dl.flat{
clear: both;
}

#SPONCER2 dl.flat dd {
display: inline-block;
width: 32%;
height: auto;
margin-right: 1px;
}

#SPONCER2 img {
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
width: 100%;
height: auto;
}
#SPONCER2 a img {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#SPONCER2 a:hover img {
opacity: 0.8;
}
@media (min-width: 1020px) {
	#SPONCER2 {
	padding: 50px 0 100px 0;
	}
	#SPONCER2 .cont {
	margin: 0 auto;
	width: 1000px;
	}
	#SPONCER2 dl{
	padding-bottom: 20px;
	}
	#SPONCER2 dl dt{
	margin: 10px 0 10px 0;
	font-size: 16px;
	text-align: left;
	}
	
	
	#SPONCER2 dl.platinum{
	width: 100%;
	clear: both;
	}
	#SPONCER2 .platinum dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	#SPONCER2 dl.platinum img{
	width: 490px;
	height: auto;
	}
	
	#SPONCER2 dl.gold{
	width: 100%;
	clear: both;
	}
	
	#SPONCER2 .gold dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	#SPONCER2 dl.gold img{
	width: 490px;
	height: auto;
	}
	
	#SPONCER2 dl.silver{
	width: 100%;
	clear: both;
	}
	
	#SPONCER2 dl.silver dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 323px;
	}
	#SPONCER2 dl.silver dd img{
	width: 323px;
	height: auto;
	}
	
	#SPONCER2 dl.drink{
	width: 100%;
	clear: both;
	}
	
	#SPONCER2 dl.drink dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 240px;
	}
	#SPONCER2 dl.drink dd img{
	width: 240px;
	height: auto;
	}
	
	#SPONCER2 dl.flat {
	width: 100%;
	clear: both;
	}
	
	#SPONCER2 dl.flat dd {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 156px;
	}
	#SPONCER2 dl.flat dd img {
	width: 156px;
	}
	

	
}