@charset "utf-8";

#page_header{
	background-image:url(../images/recruit/recruit_header.jpg);
}

#recruit{
	width:768px;
	margin-left:auto;
	margin-right:auto;
	padding:60px 0 20px;
}

#recruit #recruit_title{
	width:100%;
	height:86px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-image:url(../images/recruit/recruit_title.png);
	background-position:center center;
	background-size:cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
#recruit #recruit_title{
	background-image:url(../images/recruit/recruit_title@2x.png);
}
}

.font17{
	font-size:1.6rem;
}

.font28{
	font-size:2.2rem;
}











@media screen and (max-width: 959px) {
	
}



@media screen and (max-width: 559px) {
	#recruit{
		width:90%;
	}
}







