@charset "UTF-8";


body {
	background-color: #F5F4F2;
}

.recruitOutline {
	background: #F4F4F4;
	margin-top: 30px;
	padding-bottom: 1px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-bottom: 30px;
}
.recruitOutline:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.corprateOutline {
    display: inline-block;
}
* html .recruitOutline {
    height: 1%;
}
.recruitOutline {
    display: block;
}
.recruitOutline dt {
float: left;
padding: 10px 0 8px 0px;
width: 148px;
border-top: 1px dotted #ccc;
font-weight: normal;
}
.recruitOutline dd {
	background: #FFFFFF;
	float: left;
	width: 500px;
	border-top: 1px dotted #ccc;
	line-height: 150%;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 12px;
}

