@charset "UTF-8";
/*******************************************************************************
file name  : move.css
style info :  
********************************************************************************/

/*===================================================================
	ハック
===================================================================*/

/* clearfix 
xxxxxx:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}*/

/*--------------------------------------------------------
　#top container {} のように頭には固有のページIDを置く
--------------------------------------------------------*/

/*---------------------------------------------------------
   #contents
---------------------------------------------------------*/
#container #contents{
	margin-bottom:10px;
}
#container #contents p.subHead{
	margin:10px 0 10px 20px;
	line-height:100%;
}
#container #contents .section-Lv1{
	border:#DCBE00 solid 1px;
	background:url(../img/global/bg_section_01.jpg) repeat-y top center;
	padding:19px 0 19px 19px;
	margin-top:8px;
	color:#FFFFFF;
}
#container #contents .section-Lv1 img{
	float:left;
	display:block;
}
#container #contents .section-Lv1 h4{
	color:#DCBE00;
	font-size:22px;
	line-height:100%;
}
#container #contents .section-Lv1 p{
	margin-top:17px;
}
#container #contents .section-Lv1 h4,
#container #contents .section-Lv1 p{
	padding-left:15px;
	width:635px;
	float:left;
}
#container #contents .section-Lv1 table{
	width:840px;
	border-collapse:collapse;
	margin-top:15px;
}
#container #contents .section-Lv1 table tr td{
	border:1px solid #FFFFFF;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
}
#container #contents .section-Lv1 table tr td.first-child{
	width:75px;
}
#container #contents .section-Lv1 table tr td.second-child{
	width:80px;
	+width:60px;
}
#container #contents .section-Lv1 table tr td.underblank{
	border-bottom:none;
}
#container #contents .section-Lv1 table tr td.overblank{
	border-top:none;
}