@charset "utf-8";
/* CSS Document */

#splash_recruit {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}
.recruit_line {
	border-top: 1px #bbb dotted;
	margin-bottom: -18px;
}
#news_box p {
	margin-left: 15px;
}
#right_field {
	width:250px;
	height:auto;
	padding:15px;
	background:#fff;
	border:1px #D2BD89 solid;
	box-sizing:border-box;
	margin-bottom:20px;
	font-size:13px;
}
#right_field p {
	line-height:2em;
}
.p_icon {
	vertical-align:middle;
}
.msg_box {
	width:690px;
	padding-right:240px;
	box-sizing:border-box;
}
.staff_box {
	position:relative;
	min-height:315px;
}
.staff_img {
	width:230px;
	height:300px;
	position:absolute;
	top:0;
	right:0;
}
.staff_icon {
	margin-bottom:3px;
	vertical-align:middle;
}