@charset "utf-8";

/* ADAL */

/* 会社概要 */
.profile th {
	color: #CC0000;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.profile td {
	line-height: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.profile dl {
	margin-top: 0px;
	margin-bottom: 0px;
}
.profile dt {
	float: left;
	display: block;
	width: 120px;
}
.profile dd {
	display: block;
	margin-bottom: 5px;
	margin-left: 120px;
}

/* 事業所 */
#OFFICE h2 {
	border-left-style: none;
	background-color: #E7E7E7;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 50px;
}
#OFFICE table.officeList {
	background-color: #CCCCCC;
}
#OFFICE .officeList td {
	line-height: 20px;
	background-color: #FFFFFF;
}
#OFFICE .officeList dl {
	margin: 0px;
}
#OFFICE .officeList dt {
	color: #CC0000;
	float: left;
	width: 160px;
}
#OFFICE .officeList dd {
	margin-left: 160px;
}


/* 採用情報 */
td.recruitBtn {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
td.recruitBtn a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
