@charset "UTF-8";
/*******************************************************************************
file name  :  top.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:28px 0 34px 29px;
	margin-top:8px;
	color:#FFFFFF;
}
#container #contents .section-Lv1 table{
	line-height:120%;
	width:820px;
	margin-bottom:8px;
}
#container #contents .section-Lv1 table tr td{
}
#container #contents .section-Lv1 table tr td.first-child{
	border-right:1px solid #DCBE00;
	padding-left:10px;;
}
#container #contents .section-Lv1 table tr td.second-child{
	padding-left:15px;
}
#container #contents .section-Lv1 table tr td.photo{
	border:1px solid #DCBE00;
	width:116px;;
}
#container #contents .section-Lv1 table tr td.corporate{
	padding-left:20px;
	vertical-align:bottom;
	line-height:130%;
}
#container #contents .section-Lv1 table tr td.short{
	width:60px;;
}
#container #contents .section-Lv1 table tr td.long{
	width:85px;;
}
#container #contents .section-Lv1 table tr td.blank{
	width:96px;;
}
#container #contents .section-Lv1 .partition{
	border-top:1px solid #DCBE00;
	padding:0 0 15px 0;
	+padding:0 0 13px 0;
	width:820px;
	margin:0;
	font-size:0px;
	line-height:0;
}
