@charset "Shift_JIS";


/* common
--------------------------------------------------------------------*/


h2.hdgH201{
	margin:0 0 20px;
	padding:0 0 0 5px;
	font-weight:bold;
	font-size:116%;
	border-left:3px solid #cc0000;
}
.sectionB01 h3{
	margin:0 0 10px;
	padding:0 0 5px 5px;
	font-weight:bold;
	border-bottom:1px solid #cc0000;
}

.sectionB01#MVPcomplete h3{
	border-bottom:3px double #ac831e;
}

.sectionB01 h4{
	margin:15px 0 0;
	padding:0 0 5px;
	font-weight:bold;
}

.sectionB01 h5{
	margin:10px 0 0;
}

.sectionB01 .indentTxt01{
	padding-left:1em;
}
/* section
--------------------------------------------------------------------*/
div.sectionB01{
	margin-top:20px;
}
div.sectionB01 .sectionInner{
	padding:0 0 0 5px;
	line-height:1.3;
}

.sectionB01#MVPcomplete li{
	float:left;
	_display:inline;
	margin-left:15px;
	font-weight:bold;
	white-space:nowrap;
}
.sectionB01#MVPcomplete li:first-child{
	margin-left:0;
}


div.boxMVP p.mvpTtl{
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:116%;
	border-bottom:1px dashed #333;
}

div.boxMVP .image.completeFrame,
div.boxMVP .image.secondFrame{
	position:relative;
}
div.boxMVP .image.completeFrame span{
	position:absolute;
	display:inline-block;
	width:257px;
	height:257px;
	top:-1px;
	left:-1px;
	background:url(../images/mvp/all_frame.png) no-repeat left top;
}

div.boxMVP .image.secondFrame span{
	position:absolute;
	display:inline-block;
	width:57px;
	height:57px;
	top:8px;
	left:8px;
	background:url(../images/mvp/frame_2.png) no-repeat left top;
}


div.largeTxt01{
	font-size:200%;
}

.mvpComment{
	margin-top:20px;
	padding:10px 10px;
	background-color:#ddd;
}

.sectionB01 .mvpComment h4{
	margin:0;
}

.lineBorder01{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #999;
}