@charset "utf-8";
@import url(/css/common.css);

/* ------------------------------ company */
.company.index .boxHeaderArea03 .headerMainVisual {
	background-image: url(/company/img/img_company_mainvisual.jpg);
}

.boxCompany .colL,
.boxCompany .colR {
	width: 430px;
}
.boxCompany .txt1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.boxCompany .txt1 th,
.boxCompany .txt1 td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.boxCompany .txt1 th {
	width: 1%;
	white-space: nowrap;
	font-weight: bold;
	padding-right: 35px;
}


/* ------------------------------ Clearfix */
.boxCompany:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .boxCompany {
	zoom: 1;
}
*:first-child+html .boxCompany {
	zoom: 1;
}