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


/*  recruit
----------------------------------------------------*/
.recruit-main{
	width:100%;
	min-width:960px;
	text-align:center;
	padding-bottom:50px;
}

/*  recruit : リクルート ----------------------------------------------------*/
.recruit-title{
	padding:40px 0;
	font-size:24px;
}
.recruit-title span{
	font-size:16px;
}
.recruit-line{
	background:url(../../img/recruit/line.png) no-repeat center bottom;
	width:802px;
	height:4px;
	margin:0 auto;
}
.recruit-block{
	padding:30px 0;
	font-size:16px;
	text-align:center;
	line-height:1.7;
}
.recruit-subtext{
	padding-top:50px;
}
.recruit-block span{
	font-size:14px;
}
.recruit-notice{
	background: url(../../img/recruit/hiyoko.png) no-repeat center;
	width: 100%;
	height: 400px;
	margin: 40;
}

a.btn-form{
	display:inline-block;
	margin:15px auto;
	background-color:#f78b43;
	color:#fff;
	padding:4px 20px;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size:16px;
}
a.btn-form span{
	display:inline-block;
	height:32px;
	line-height:32px;
	background:url(../../img/recruit/icon-form.png) no-repeat left center;
	padding-left:30px;
}
a.btn-form:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.recruit-subtitle{
	padding:40px 0 10px;
	font-size:24px;
}
.recruit-photo{
	height:200px;
	min-width:960px;
	background:url(../../img/recruit/photo.png) center center no-repeat;
	overflow: hidden;
	background-size:cover;
}
