@charset "Shift-JIS";

/* --------------------------------------------------
  recruit
-------------------------------------------------- */

div.recruit_section{
	background: url(img/recruit_section_bg.png) repeat-y;
}

div.recruit_section #new_entry_box{
	width: 294px;
	float: left;
}
div.recruit_section #new_entry_box h4{
	text-indent: -9999px;
	background: url(img/recruit_ttl_new.png) no-repeat;
	width: 294px;
	height: 132px;
	overflow: hidden;
}
div.recruit_section #new_entry_box p{
	margin: 15px;
}


div.recruit_section #career_entry_box{
	width: 294px;
	float: right;
}
div.recruit_section #career_entry_box h4{
	text-indent: -9999px;
	background: url(img/recruit_ttl_career.png) no-repeat;
	width: 294px;
	height: 132px;
	overflow: hidden;
}
div.recruit_section #career_entry_box p{
	margin: 15px;
}


div.recruit_section_foot{
	background: url(img/recruit_section_foot.png) no-repeat;
	width: 599px;
	height: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}


div.recruit_driver_section{
	background: url(img/recruit_driver_section_bg.png) repeat-y;
}

div.recruit_driver_section #driver_entry_box{
	width: 599px;
	float: left;
}
div.recruit_driver_section #driver_entry_box h4{
	text-indent: -9999px;
	background: url(img/recruit_ttl_driver.png) no-repeat;
	width: 599px;
	height: 132px;
	overflow: hidden;
}
div.recruit_driver_section #driver_entry_box div#group_company_link {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	clear: both;
}
div.recruit_driver_section #driver_entry_box ul#left{
	width: 40%;
	margin: 0 15px;
	float: left;
}
div.recruit_driver_section #driver_entry_box ul#left a{
	line-height: 1.1;
	background: url(../common/img/arrow01.gif) no-repeat left center;
	padding-left: 13px;
}
div.recruit_driver_section #driver_entry_box ul#right{
	width: 40%;
	margin: 0 15px;
	float: left;
}
div.recruit_driver_section #driver_entry_box ul#right a{
	line-height: 1.1;
	background: url(../common/img/arrow01.gif) no-repeat left center;
	padding-left: 13px;
}
div.recruit_driver_section #driver_entry_box p{
	margin: 15px;
}


div.recruit_driver_section_foot{
	background: url(img/recruit_driver_section_foot.png) no-repeat;
	width: 599px;
	height: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
