@charset "utf-8";

/* .companyBox */
.companyBox {
	width:600px;
	margin:0 auto;
	clear:both;
	color:#f4f4f4;
}
.companyBox table {
	width:100%;
	clear:both;
	border-top:#232534 1px solid;
	border-left:#232534 1px solid;
	border-bottom:#232534 1px solid;
}
.companyBox table th {
	width:160px;
	text-align:center;
	border-right:#232534 1px solid;
	border-bottom:#5a5c68 1px solid;
	padding:5px 0;
	background:#232534;
}
.companyBox table td {
	border-right:#232534 1px solid;
	border-bottom:#232534 1px solid;
	padding:5px 20px;
	background:#fefefe;
	color:#232434;
}
.companyBox table td a {
	color:#232434;
}
.companyBox table th.nobor,
.companyBox table td.nobor {
	border-bottom:none;
}