@charset "utf-8";

/* =======================================

	company.php

========================================== */



/* ===== company ===== */
#company{
	margin-bottom: 5px;
}

#companyin{
	margin-bottom: 5px;
	padding: 5px 10px;
}

.companyinttl {
	margin-bottom: 10px;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #4962AD;
}

.cboxttl {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #4E67B1;
}

.tab,
.tab2{
	margin-bottom: 10px;
	width: 100%;
	font-size: 10px;
	border-top: 1px solid #C1C5C8;
	border-right: 1px solid #C1C5C8;
}

.tab td,
.tab2 td{
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #C1C5C8;
	border-bottom: 1px solid #C1C5C8;
}
.tab td:first-child{
	width: 25%;
	background-color: #F4F4F4;
}
.tab td:nth-child(2){
	width: 35%;
}
.tab td:nth-child(3){
	border-left: none;
}

.tab2 td:first-child{
	width: 25%;
	background-color: #F4F4F4;
}



