@charset "utf-8";
@import "./common.css";
.recruit{
	padding-bottom:15px;
}
.greeting{
	margin-top:5px ;
	margin-bottom:20px;
}
.greeting strong{
	font-size:18px;
	color:#999999;
}
.greeting p{
	padding-left:10px;
}

/*募集要項*/
.guideline{
	padding: 10px 3%;
	color:#FFFFFF;
}
/*お問合せ*/
.rec_info{
	margin:15px auto 30px;
	padding-bottom:15px;
	width:94%;
	text-align:center;
	border:#DCDCDC solid 3px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#FFFFFF;
	color:#000000;
}
.rec_info h5{
	font-size:16px;
	padding:5px 0px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bolder;
	background-color:#DCDCDC;
	-webkit-border-radius:7px 7px 0px 0px;
	-moz-border-radius:7px 7px 0px 0px;
	border-radius:7px 7px 0px 0px;
	color:#000000;
}
.rec_info .c_btn{
	width:90%;
	margin:10px auto 0px;
}
.rec_info .c_btn a{
	color:#000000;
}

/*キャストと店舗スタッフ*/
.guideline_list{
	margin-bottom: 30px;
}
.guideline_list dt{
	font-weight: bolder;
	font-size: 16px;
	padding-left: 0.6em;
}
.guideline_list dt span{
	color: #999999;
	font-size: 18px;
	margin-right: 0.2em;
}
.guideline_list dd{
	padding: 2px 5px 10px 1em;
	border-bottom:#333333 dotted 1px;
	margin-bottom: 10px;
}
.guideline_list dd span{
	color: #999999;
	margin-right: 0.2em;
}

/*ドライバー*/
.driver_requirements{
	margin-bottom: 30px;
}
.driver_requirements dt{
	font-weight: bolder;
	color: #FFC926;
}
.driver_requirements dt span{
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #444444;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 0.6em;
}
.driver_requirements dd{
	padding: 10px 5px;
	border-bottom:#333333 dotted 1px;
	margin-bottom: 10px;
}
.driver_notes{
	border:#333333 solid 1px;
	padding: 1em;
	position: relative;
}
.driver_notes p:nth-of-type(1){
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%) translateX(0.6em);
	background-color: #000000;
	padding: 0 1em;
	text-align: center;
	font-size: 16px;
}
.driver_notes p:nth-of-type(2){
	margin-bottom: 10px;
}