
/* ----------------------------------------------------------------------
 headBanner
---------------------------------------------------------------------- */
#headBanner{
	background: url(../img/headbanner.jpg) center center no-repeat;
	background-size:cover;
	background-position:right top;
}
#headBannerInner>.titlebox{
	background-image:url(../../common/img/icon_headBanner_recruit.svg);
}

#headBannerInner>.titlebox>h1{
	color:#009b63;
}
#headBannerInner>.titlebox>h1:before, #headBannerInner>.titlebox>h1:after {
    border-top: solid 1px rgba(0,155,99,0.7);
}

/* ----------------------------------------------------------------------
 contents
---------------------------------------------------------------------- */
#contents{
	padding-top:60px;
}


/* ----------------------------------------------------------------------
 recruitInfoList
---------------------------------------------------------------------- */
#recruitInfoList{
	width:890px;
	margin:0 auto;
}
#recruitInfoList>li{
	
}

#recruitInfoList>li>h3{
	width:100%;
	padding:15px;
	margin-bottom:20px;
	box-sizing:border-box;
	color:#fff;
	font-size:1.9rem;
	font-weight:500;
	line-height:1;
	text-align:center;
	background-color:#009b63;
}
.btbox {
	text-align: center;
}
/* ----------------------------------------------------------------------
 jobList
---------------------------------------------------------------------- */
.jobList{
	width:100%;
	margin-bottom:60px;
	display:block;
}
.jobList>li{
	width:100%;
	padding:20px 0;
	display:block;
	box-sizing:border-box;
	border-bottom:solid 1px #e4e4e4;
}
.jobList>li>.midasi{
	width:200px;
	padding-left:20px;
	display:table-cell;
	box-sizing:border-box;
	color:#009b63;
	font-size:1.4rem;
	font-weight:500;
	line-height:2.6rem;
	vertical-align:middle;
}
.jobList>li>.content{
	display:table-cell;
	box-sizing:border-box;
	font-weight:400;
	line-height:2.6rem;
}

/* ----------------------------------------------------------------------
 access
---------------------------------------------------------------------- */
#access{
	padding-top:30px;
}
#gmap{
	width:100%;
}

/* ======================================================================
 responsive
====================================================================== */
/* PC狭 */
@media (max-width: 1279px){
	
}