/***** Recruit *****/
.MsgArea,
.EssentialArea {
	position: relative;
	width: 100%;
	margin: 0px 0px 40px 0px;
	display: block;
	overflow: hidden;
}
.MsgArea p {
	font-size: 14px;
	margin: 0px;
	line-height: 240%;
}

.WantArea {
	position: relative;
	width: 100%;
	border: solid 1px #D0D0D0;
	padding: 20px 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 20px 0px 0px;
}
.WantArea strong {
	font-size: 16px;
}
.WantArea p {
	font-size: 14px;
	line-height: 200%;
	margin: 0px;
}
#Bq_l, #Bq_r {
	position: absolute;
	width: 40px;
	height: 32px;
}
#Bq_l {
	top: 15px;
	left: 10px;
}
#Bq_r {
	bottom: 15px;
	right: 10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.EssentialArea table {
	width: 100%;
	margin: 20px 0px 0px;
}
.EssentialArea th {
	width: 240px;
	font-size: 14px;
	text-align: left;
	padding: 0px 0px 0px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.EssentialArea td {
	font-size: 14px;
	line-height: 200%;
	padding: 5px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#AboutLine {
	width: 960px;
	height: 10px;
	display: block;
}

#InquiryBtn {
	position: relative;
	width: 400px;
	height: 40px;
	background-image: url(../recruit/inquiry_btn.gif);
	background-size: 400px 80px;
	margin: 20px auto 0px;
	display: block;	
}
#InquiryBtn:hover {
	background-position: 0px 40px;
}