@charset "utf-8";

#reqBox,
#inqBox,
#modBox {
	position: relative;
	width: 655px;
	padding-left: 15px;
	overflow: hidden;
	padding-top: 190px;
}

#reqTable {
}

#reqTable th {
	color: #f40972;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 10px;
	width: 130px;
}

/*---------- end [#reqTable] ----------*/

#reqBox {
	background: url(../images/req_back.jpg) no-repeat center top;
}

#reqBox td {
	text-align: left;
	vertical-align: top;
	padding: 8px 15px;
}

#reqBox.recruitArea h5 {
	margin: 20px 0px 15px;
}

#reqBox.recruitArea table {
	margin: 10px 0px;
}

#reqBox.recruitArea th,
#reqBox.recruitArea td {
	border-bottom: 1px solid #EEEEEE;
}

/*---------- end [#reqBox] ----------*/

#inqBox {
	background: url(../images/inq_back.jpg) no-repeat center top;
}

/*---------- end [#inqBox] ----------*/

#modBox {
	background: url(../images/mod_back.jpg) no-repeat center top;
}

/*---------- end [#modBox] ----------*/

#sendForm {
	float: left;
	padding-top: 30px;
	padding-right: 50px;
}

/*---------- end [#sendForm] ----------*/

#reForm {
	float: left;
	padding-top: 30px;
}

/*---------- end [#reForm] ----------*/

#reqBox .expTxt {
	position: absolute;
	top: 250px;
	right: 120px;
}
