/* CSS Document */

#recruit #mainimg{
	background:none;
	width:100%;
	margin:0;
	padding:0;
}

#recruit #mainimg img{
	width:100%;
	height:auto;
}


#recruit .lead{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:15px 0;
}

#recruit p span{
	font-size:12px;
}

#recruit .ttl{
	font-size:18px;
	font-weight:bold;
	background:#f7f7f1;
	border-top:1px solid #dcdbcc;
	border-bottom:1px solid #dcdbcc;
	padding:5px 0 4px 0;
	margin:0 0 10px 0;
	text-align:center;
}

#recruit .box{
	margin:0 0 20px 0;
}

#recruit #content table{
	font-size:12px;
	border:1px solid #e5e5e5;
	border-collapse:collapse;
}

#recruit #content table th,
#recruit #content table td{
	border:1px solid #e5e5e5;
	padding:5px;
}

#recruit #content table th{
	width:50px;
	text-align:left;
}

#recruit #content table th{
	background:#efefef;
}

#recruit h2{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:20px 0 10px 0;
}

#recruit #form dl{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #dfdfdf;
}

#recruit #form dt span{
	color:#D31015;
	padding:0 0 0 4px;
}

#recruit #form #address01,
#recruit #form #address02{
	width:80px;
	display:inline-block;
	margin:0 0 5px 0;
}

#recruit #form #textarea{
	height:100px;
}

#recruit #form #submit{
border:1px solid #e0e0e0;
font-size:16px;
font-weight:bold;
width:100%;
padding:15px 0;
border-collapse:collapse;
/* Firefox */
background: -moz-linear-gradient(top center, #fff376 0%, #ffcc00 100%);
/* Chrom と Safari */
background: -webkit-gradient(linear, center top, center bottom, from(#fff376), to(#ffcc00));
/* 共通 */
background: linear-gradient(top center, #fff376 0%, #ffcc00 100%);
}

#recruit .box dl{
	border-bottom:1px solid #dfdfdf;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

#recruit .box dt{
	font-weight:bold;
}

.thanks-txt{
	margin:20px auto;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}