@charset "UTF-8";
/* CSS Document */

/* ------------------------------------ */
/*	requirements
/* -------------------------------------*/

#shokutaku {
    margin-top:-120px;
    padding-top:120px;
}


.job_type{
	margin: 0 auto;
	position: relative;
	width: 250px;
}
.job_type img{
	width: 250px ;
	border: #E5DBC7 6px solid;
}

.job_type_guide:before{
	position: absolute;
	content:" ";
  display:inline-block;
   width:80px;
	height: 80px ;
  background:url(/img/requirements/icon_guide.png) no-repeat;
  background-size:contain;
  vertical-align:middle;
	bottom: -20px ;
	left: 0px ;
}

.job_type_driver:before{
	position: absolute;
	content:" ";
  display:inline-block;
   width:80px;
	height: 80px ;
  background:url(/img/requirements/icon_driver.png) no-repeat;
  background-size:contain;
  vertical-align:middle;
	bottom: -20px ;
	left: 0px ;
}
@media only screen and (max-width: 767px){ 


}
