@charset "utf-8";

/* h2 */

.section h2 {
padding-top: 50px;
font-size: 26px;
font-weight: bold;
text-align: center;
}
#MESSAGE h2 {
position: relative;
background-size: auto 41px;
}
#NEWS h2 {
position: relative;
background-size: auto 41px;
}
#special h2 {
position: relative;
background-size: auto 41px;
}

#SPONCER h2 {
position: relative;
display: inline-block;
font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
color: #fff;
border-bottom: solid 4px #fff;
margin-bottom: 30px;
}



@media (min-width: 1020px) {
	.section h2 {
	padding-top: 47px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	}
}

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

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

#SPONCER dl {
margin-bottom: 35px;
}
#SPONCER 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;
}
#SPONCER dd {
margin-bottom: 20px;
}

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

#SPONCER dl.flat{
clear: both;
}

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

#SPONCER img {
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
width: 100%;
height: auto;
}
#SPONCER 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;
}
#SPONCER a:hover img {
opacity: 0.8;
}
@media (min-width: 1020px) {
	#SPONCER {
	padding: 0 0 100px 0;
	}
	#SPONCER .cont {
	margin: 0 auto;
	width: 1000px;
	}
	#SPONCER dl{
	padding-bottom: 20px;
	}
	#SPONCER dl dt{
	margin: 10px 0 10px 0;
	font-size: 16px;
	text-align: left;
	}
	#SPONCER .gold dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	#SPONCER dl.gold img{
	width: 490px;
	height: auto;
	}
	
	#SPONCER dl.silver{
	width: 100%;
	clear: both;
	}
	
	#SPONCER dl.silver dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 323px;
	}
	#SPONCER dl.silver dd img{
	width: 323px;
	height: auto;
	}
	
	#SPONCER dl.flat {
	width: 100%;
	clear: both;
	}
	
	#SPONCER dl.flat dd {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 156px;
	}
	#SPONCER dl.flat dd img {
	width: 156px;
	}
	
}