@charset "utf-8";



/* -----------------------------------------------------------

CSS Information



 File name:      company_executivelist.css

 Author:         Your Name (admin)

 Style Info:     SERVICE

----------------------------------------------------------- */

.title {
	width: 550px;
	margin: 0 0 17px 0;
}
.outline{
	width:660px;
	vertical-align: top;
}
.outline_top{
	height:3px;
	background-image:url(../img/img_ol_line.gif);
	background-repeat:repeat-x;
	margin: 0 0 10px 0;
}
.outline_left{
	float:left;
	width:388px;
}
.outline_left2{
	float:right;
	width:660px;
}
.outline_left .detail{
	font-size:12px;
	line-height: 150%;
}
.outline_left2 .detail{
	font-size:12px;
	line-height: 150%;
	margin-top: 10px;
}
.outline_left2 .detail2{
	font-size:11px;
	line-height: 150%;
}
.outline_right{
	margin-left: 400px;
	width: 250px;
}
.outline_right .detail{
	font-size:12px;
	line-height: 150%;
}
.mb22{
	margin-bottom:23px;
}
.mb17{
	margin-bottom:17px;
}
.mb12{
	margin-bottom:12px;
}
.mb10 {
	margin-bottom:10px;
}
.mb6 {
	margin-bottom:6px;
}
.ml15{
	margin-left:15px;
	margin-bottom: 12px;
}
.line1_E8{
	position:absolute;
	top:70px;
	border-top:solid 1px #E8E8E8;
	width:204px;
}
.line2_E8{
	position:absolute;
	top:104px;
	border-top:solid 1px #E8E8E8;
	width:204px;
}
.line3_E8{
	position:absolute;
	top:138px;
	border-top:solid 1px #E8E8E8;
	width:204px;
}
.line4_E8{
	position:absolute;
	top:172px;
	border-top:solid 1px #E8E8E8;
	width:204px;
}
.dot_line01{
	font-size: 0px;
	background-image:url(../img/dot_line01.gif);
	background-repeat:repeat-x;
	height:1px;
	width:660px;
	margin-bottom:15px;
	margin-top:15px;
}

/*----ここから追加（榑松）_20120903----*/
#recruit_list ul li{
	vertical-align:top;
	min-height:180px;
	border:none;
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-position:outside;

	/* for IE7 */
	*display:table-cell;
	*display:inline;
	*zoom:1;
}

.recruit_photo{
	margin:0px 15px 15px 21px;
	border:none;
	height:150px;
	width:150px;
	float:right;
}

.recruit_comment{
	width:450px;
	border:none;
	margin:0;
	padding:0;
}