@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 40px;
}
/*-------------------------------------------------------------------
	#company02
-------------------------------------------------------------------*/
#company02 {
	margin-bottom:34px;
}
#company02 dl {
	margin-bottom:25px;
}
#company02 dl dt {
	line-height:1.0;
	margin-bottom:20px;
	font-size:1.7em;
	font-weight:bold;
	color:#2CB0F0;
}
#company02 dl dd {
	margin-right:10px;
}
#company02 table {
	margin-bottom:24px;
}
#company02 .att span {
	font-weight:bold;
	color:#CC0000;
}
/*-------------------------------------------------------------------
	table
-------------------------------------------------------------------*/
#content table {
	width:100%;
}
#content table th {
	width: 129px;
}
#content table th, #content table td {
	padding: 16px 30px 11px 20px;
}
