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

#wrapper_cont.recruit .title {
	width: 100%;
	height: 40px;
	margin: 0 0 20px;
	background-color: #A71530;
}

#wrapper_cont.recruit .title h2 {
	width: 96%;
	margin: 0;
	padding: 0 0 0 2%;
	height: 40px;
	background-color: #FFF;
	line-height: 40px;
	float: right;
}

#wrapper_cont.recruit .block {
	background-color: rgba(172,170,170,0.5);
	border-top: #999 1px solid;
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	height: auto;
	display: block;
	float: left;
}

#wrapper_cont.recruit .block dl {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	box-sizing: border-box;
}

#wrapper_cont.recruit .block dt {
	width: 30%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	float: left;
}

#wrapper_cont.recruit .block dd {
	width: 70%;
	margin: 0;
	padding: 10px 2%;
	border-left: #999 1px solid;
	box-sizing: border-box;
	background-color: #FFF;
	float: left;
}

#wrapper_cont.recruit .block dd li {
	list-style: none;
}