@charset "UTF-8";
/* CSS Document */

.contents {
	width:100%;
	padding-top: 10px;
}

.large-8 {
    width: 100% !important; }

.ht1{
	text-align:left;
	color:#FFFFFF;
	font-size:400%;
	background: none;
	padding:0px 0 20px 30px;
	margin:192px auto 0;
	font-weight:bold;
	width: 990px;
	height: 90px;
	line-height: 70%;
}

.ht1 span.tt1{font-size: 35%;}
.ht1 span.tt2{font-size: 25%;}

.fYellow{ color: #ffb400;}
.ht2{
	padding:0px 0 30px 0;
	font-size: 170%;
	font-weight: bold;
	margin:30px;
	text-align: left;
	border-bottom: #000 solid 1px;
}

div#head{
	background:#000 no-repeat center top url( images/head_img.jpg);

}



ul.sopnsors{
	font-size: 130%;
	text-align: left;
}

ul.sopnsors li{
	display: inline-table;
	padding:15px 0 15px 30px;
}

ul.sopnsors li:after{
	content: "|";
	color: #434343;
	padding-left: 30px;
}
ul.sopnsors li:last-child:after{
	content: "";
}
ul.sopnsors li a{
	color: #FFF;
}

ul.sopnsors li a:hover{
	color: #ffb400;
}




@media ( min-width : 640px ){
div.sponsorMain {
	-webkit-display: flex;
	display: flex;
	border-bottom: #000 solid 1px;
	margin: 30px;
	margin-top: 15px;
}
.commentArea {
	margin: 0 0 25px 0;
	padding: 0;

}
.imgArea {
	margin: 0 30px 0 20px;
	padding: 0;
}
}

.commentArea h3{
	font-size: 280%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;

}
.commentArea h3 span{
	font-size: 50%;
}
.commentArea p {
	text-align: left;
	font-size: 110%;
	margin-bottom: 15px;
}

.commentArea a {
	text-align: right;
	font-size: 110%;
	margin-bottom: 15px;
	display: block;
	color: #0065B8;
	text-decoration: underline;
}

.commentArea a:hover{
	color: #ffb400;
}

.imgArea img{
	border: #CCC solid 1px;
	padding: 2px;
}

/***モーターゲームス画像エリア***/
.imgArea img.mgLogo{
	border: none;
	padding: 0;
	margin-bottom: 20px;
}

.imgArea ul li{
	margin-bottom: 20px;
}
/***モーターゲームス画像エリア***/


/******スマホ用設定全般*******/
@media only screen and (max-width: 640px) {

div.sponsorMain {
	display: block;
}
.contents {
	padding-top: 0;
}	
.ht1{
	padding:0px 0 10px 0px;
	height: 100%;
	font-size: 200%;
	margin-top: 80px;
}
	
.ht1 span.tt1{font-size: 45%;}
.ht1 span.tt2{font-size: 40%;}
	
div#head{
	background:#000 no-repeat 0 0 url( images/head_img.jpg);
	background-size: contain;

}

ul.sopnsors{
	font-size: 120%;
}
ul.sopnsors li{
	display: inline-table;
	padding:15px 0 15px 0px;
}	

.ht2{
	font-size: 120%;
	margin: 30px 15px 0;

}

	
.commentArea{
	margin: 30px 10px;
}
.commentArea h3{
	font-size: 160%;
}

.commentArea p{
	font-size: 90%;
}

	
.imgArea ul {
	display: flex;
}
.imgArea ul li{
	margin: 0 2px;
}
	
}
/******スマホ用*******/






.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
	padding-bottom:15px;
}
.clearfix {
	min-height: 1px; /*IE6、7用のハック*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x用のハック*/
	height: auto;
	overflow: hidden;
	/**/
}

