@charset "UTF-8";


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */

.section{
	margin:0 0 30px;
	border: 0px solid #666;
}


table.in_t01{
    border-collapse: collapse;
    border-spacing: 0;
	border:1px solid #CCC;
	margin:10px 0 20px;
	font-size:92%;
}

table.in_t01 th,
table.in_t01 td{
	text-align:left;
	padding:5px;
	border:1px solid #999;
}

table.in_t01 th{
	font-weight:bold;
	background:#38657A url(../img/company/bg_th.jpg) repeat-x left bottom;
	text-align:center;
	color:#FFF;
	vertical-align:middle;
}

table.in_t01 td{
	padding:5px 10px;
}

dl.com{
	border-bottom:1px dotted #666;
	padding:0 0 6px;
	margin:0px 0 10px;
	font-size:92%;
}

dl.com dt{
	background:url(../img/company/his_icon.jpg) no-repeat left center;
	padding:0 0 0 20px;
	font-weight:bold;
	width:140px;
	float:left;
	color:#222;
}

dl.com dd{
	float:left;
}





