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

ul.rectab {
	padding:0;
	margin:0;
	list-style:none;
}
ul.rectab li a {
	display:block;
	float:left;
	background:#247c02;
	border:2px #82d563 solid;
	border-radius:14px;
	padding:16px 0;
	margin:2px;
	width:296px;
	font-size:16px;
	color:#e1ffd6;
	text-align:center;
}
ul.rectab li a.staff {
	background:#02507c;
	border:2px #639bd5 solid;
	border-radius:14px;
	color:#d6f0ff;
}
ul.rectab li a.on {
	background:#b0e19d;
	border:2px #247c02 solid;
	border-radius:14px;
	color:#185500;
}
ul.rectab li a.onstf {
	background:#9dd0e1;
	border:2px #025b7c solid;
	border-radius:14px;
	color:#003e55;
}



#recruit label {
	float:left;
	padding:4px 10px 10px 0;
}

/* TABLE */
#recruit table {
	border:none;
	border-spacing:3px;
	border-collapse:separate;
	margin:14px 0;
}
#recruit th.sttl {
	background:none;
	border-bottom:6px #40892f solid;
	padding:20px 0 2px 20px;
	font-size:20px;
	text-align:left;
}
#recruit th {
	background:#1b3f13;
	border-left:2px #40892f solid;
	border-bottom:3px #40892f solid;
	border-radius:8px 0 0 8px;
	padding:10px 20px;
	width:10%;
	font-size:14px;
	color:#acee92;
	word-break:keep-all;
}
#recruit td {
	background:#0b2904;
	border-bottom:3px #40892f solid;
	border-radius:0 8px 8px 0;
	padding:10px 20px;
	font-size:14px;
	line-height:1.2em;
	color:#fff;
}
#recruit td.h50 {
	width:40%;
}

#recruit .sttl {
	width:610px;
	overflow:hidden;
}
#recruit .sttl img {
	margin-left:-285px;
}



.rec-boshu ul {
	padding:8px 0;
	margin:0 0 8px 0;
	list-style:none;
}
.rec-boshu ul li {
	display:table-cell;
	float:left;
	border-bottom:2px #666 solid;
	padding:2px;
	margin:2px 16px 2px 0;
	width:190px;
}


.faq {
	background:#0d3504;
	border-bottom:10px #459632 solid;
	border-radius:18px;
	padding:22px;
	margin-bottom:16px;
	font-size:14px;
	line-height:1.5em;
	color:#fff;
	text-align:left;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
}
.faq strong {
	display:block;
	border-bottom:1px #459632 dashed;
	padding-bottom:3px;
	margin-bottom:14px;
	font-size:16px;
	color:#cbffc9;;
}


.rec-step {
	position:relative;
	border-bottom:14px #2b6f11 solid;
	border-radius:16px;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.rec-step .ttl {
	padding:60px 0 0 0;
	font-size:14px;
	line-height:1.4em;
}
.rec-step .ttl strong {
	display:block;
	margin-bottom:30px;
	font-size:18px;
	font-weight:500;
	line-height:1.2em;
	color:#a8fb87;
	text-decoration:underline;
}
.rec-step .s1 {
	background:url(../../../clubsegawa/images/recruit/step1.png) right top no-repeat;
}
.rec-step .s2 {
	background:url(../../../clubsegawa/images/recruit/step2.png) right top no-repeat;
}
.rec-step .s3 {
	background:url(../../../clubsegawa/images/recruit/step3.png) right top no-repeat;
}
.rec-step .s4 {
	background:url(../../../clubsegawa./images/recruit/step4.png) right top no-repeat;
}
.rec-step .s5 {
	background:url(../../../clubsegawa/images/recruit/step5.png) right top no-repeat;
}
.rec-step .s6 {
	background:url(../../../clubsegawa/images/recruit/step6.png) right top no-repeat;
}
.rec-step .point {
	border:2px #c13c3c solid;
	border-radius:10px;
	padding:20px;
	margin:30px 0 0 0;
	line-height:1.4em;
	color:#ff72b4;
	text-align:left;
	box-shadow:0px 0px 12px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3) inset;
	-moz-box-shadow:0px 0px 12px rgba(0,0,0,0.3) inset;
}
.rec-step .point strong {
	display:block;
	padding-bottom:4px;
	font-size:16px;
}

