@charset "utf-8";

/* 採用情報ページのCSS */

@import url("../common/layout.css");
@import url("../common/default.css");
@import url("../header/header.css");
@import url("../sub_menu/sub_menu.css");
@import url("../footer/footer.css");

/* 幅760のコンテンツ枠 */
#recruit_contents_box{
	width:760px;
	margin: 0 20px 0 20px;
}
#recruit_contents_title{
	margin:0;
	padding:0 0 20px 0 ;
	clear:both;
}
.ed_title{
	margin:15px 0 0 20px;
	padding:0;
}
.ed_title img{
	vertical-align: bottom;
}
.education {
	line-height: 2em;
	list-style:none;
	margin:0 0 30px 35px;
	padding:10px 0 0 0 ;
/*	border-right:#b0d0ff solid 1px;  */
}
.education li{
	background:url(../service/education/img/list_icon.gif) no-repeat left center;
	padding:0 0 0 20px;
	margin:0;
 }

/*採用index*/
#recruit_contents_box{
	padding-bottom:20px;
}
#recruit_top_txt{
	padding:0 20px ;
	line-height:1.5em;
	margin:0;
}
.top_rembox_l{
	width:350px;
	float:left;
	padding:20px 0 20px 20px;
	}
.top_rembox_l h3{
	margin:0;
	padding:0;
	line-height:1px;
	}
.top_rembox_r{
	width:350px;
	float:right;
	padding:20px 20px 20px 0;
	margin:0; 
}
.top_rembox_r h3{
	margin:0;
	padding:0;
	line-height:1px;
	}
.rec_box {
	background-image: url(../company_info/img/company_box_bg.gif);
}
#edu_box{
	margin:0 15px 0 15px ;
	padding:20px 10px 30px 10px;
	background:#fff;
	line-height:1.6em;
}
#hum_box{
	margin:0 15px 0 15px ;
	padding:20px 10px 30px 10px;
	background:#fff;
	line-height:1.6em;
}
#recde_box{
	margin:0 15px 0 15px ;
	padding:20px 10px 30px 10px;
	background:#fff;
	line-height:1.6em;
}
.rec_link{
	background:url(../company_info/img/company_box_bottom.gif) no-repeat ;
	padding:0 0 0 25px ;
	margin:0 0 0 0 ;
	width:325px;
	height:55px;
}
.rec_link a{
	display:block;
	background:url(../common/img/icon_orange.gif) no-repeat left center;
	padding:0 0 0 15px ;
}
.rec_link02{
	background:url(img/rec_box_bottom.gif) no-repeat ;
	padding:0 0 0 25px ;
	margin:0 0 0 0 ;
	width:325px;
	height:80px;
}
.rec_link02 a{
	display:block;
	background:url(../common/img/icon_orange.gif) no-repeat left center;
	padding:0 0 0 15px ;
	margin-bottom:5px;
}
/*募集要項*/
table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
th {
	font-weight: normal;
	line-height: 1.5em;
	width: 70px;
	text-align: left;
	padding: 3px 0 3px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.td_title {
	line-height: 1.5em;
	background-color: #F3F3F3;
	text-align: left;
	width: 80px;
	padding-left: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
td {
	line-height: 1.5em;
	padding:3px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.contact_link{
	background:url(../common/img/icon_orange.gif) no-repeat left top ;
	padding: 0 0 20px 20px;
}
