@charset "utf-8";

.underKeyimage {
	width: 100%;
	height: 200px;
	background: #D9D9D9 url(../images/recruit/keyimages.jpg) no-repeat center center;
	text-align: center;
}

.recruit #Side h2 {
	background: url(../images/recruit/iconRecruit.png) no-repeat 25px center;
}

section {
	margin-bottom: 50px;
}

/*-------------------------------------------------------------------------*/

#MessageSec div {
	padding-bottom: 30px;
	background: url(../images/recruit/bgMessage.jpg) no-repeat center center;
}

#MessageSec div h3 {
	padding: 35px 0;
}

#MessageSec div p {
	padding: 50px 90px 30px;
	letter-spacing: 0.2rem;
	font-size: 1.6rem;
}

/*-------------------------------------------------------------------------*/
#RecruitingSec table {
	width: 100%;
	padding: 0 10px;
	border-collapse: separate;
	border-spacing: 3px;
}

#RecruitingSec th {
	width: 20%;
	padding: 20px 20px;
}

#RecruitingSec td {
	width: 80%;
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid #dae7ec;
	border-right: 1px solid #dae7ec;
}

#RecruitingSec thead th {
	background-color: #439fc1;
	color: #fff;
}

#RecruitingSec thead td {
	border-top: 1px solid #dae7ec;
}

#RecruitingSec tbody th {
	background-color: #dae7ec;
	color: #666666;
}

/*-------------------------------------------------------------------------*/
#ProcessSec p {
	padding-left: 20px;
}

/*-------------------------------------------------------------------------*/
#ContactSec {
	margin-bottom: 0;
}

#ContactSec p {
	padding-left: 20px;
}