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


/*  recruit（モバイル）
----------------------------------------------------*/
.recruit-main{
	margin:0 auto;
	width:300px;
	text-align:center;
	padding-bottom:20px;
}

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

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:0px;
	font-size:20px;
}