@charset "utf-8";
/* /////////////////////////////////////////////////////////
	求人のお知らせ
///////////////////////////////////////////////////////// */

/* ====================================
	headline
==================================== */
.headline01 {
	margin-bottom:10px;
}

/* ====================================
	glovalNavi
==================================== */
#glovalNavi .g3 a{ 
	background-position:-393px -42px;
}

/* ====================================
	recruit
==================================== */
#recruit{
	width:820px;
	margin-bottom:100px;
}

/* overview */
#recruit #overview{
	width:820px;
	height:0px;
	padding-top:307px;
	background:url(../recruit/images/overview.jpg) no-repeat;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}

/* office */
#recruit #office{
	width:820px;
}
#recruit #office #home-office,
#recruit #office #west-office,
#recruit #office #tamaura-office{
	width:816px;
	border:2px solid #000;
	padding-bottom:20px;
	margin-bottom:25px;
}
#recruit #office li h3{
	width:766px;
	line-height:46px;
	color:#000;
	font-size:130%;
	padding:0 25px;
	background:#ffca00;
	border-bottom:3px solid #000;
}
#recruit #office li .item{
	width:786px;
	padding:20px 10px 0px 20px;
}
#recruit #office li .item figure{
	width:303px;
	float:left;
}
#recruit #office li .item .right{
	width:470px;
	float:right;
}
#recruit #office li .item .right table{
	width:470px;
	border-collapse: collapse;
	margin-bottom:10px;
}
#recruit #office li .item .right table tr{
	width:470px;
	border-collapse: collapse;
	border-bottom:1px solid #cfcfcf;
}
#recruit #office li .item .right table tr .title{
	font-size: 110%;
	font-weight: bold;
	background:#000;
	color:#FFF;
}
#recruit #office li .item .right table tr th,
#recruit #office li .item .right table tr td{
	line-height:36px;
	padding:0 10px;
}
#recruit #office li .item .right table tr th{
	width:75px;
	text-align:center;
	background:#EEE;
}
#recruit #office li .item .right table tr td{
	text-align:left;
}

#recruit #office li .item .right .button{
	width:470px;
	display:none;
}
#recruit #office li .item .right .button a{
	width:470px;
	height:0px;
	padding-top:57px;
	background:url(../recruit/images/button.png) 0 0 no-repeat;
	display:block;
	overflow:hidden;
}
	#recruit #office li .item .right .button a:hover{
		background-position:0 -57px;
	}
	
#recruit #office li .information{
	width:732px;
	background:#fff4c7;
	border:2px solid #f1db82;
	padding:20px;
	margin:15px auto 0 auto;
}