@charset "utf-8";

/* -----------------------------------------------------------
		recruit.html
----------------------------------------------------------- */
#rightMainArea table.outlineTable{
	width: 610px;
	margin: 0 auto 0;
	border: 2px solid #e7e7e7;
}
#rightMainArea table.outlineTable tr th{
	background: #fbf6d2;
	width: 120px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	vertical-align: top;
	font-weight: bold;
}
#rightMainArea table.outlineTable tr td{
	background: #fff;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #e7e7e7;
}
#rightMainArea table.outlineTable tr td table tr td{
	border: none;
	border-bottom: 1px dotted #ccc;
}
ul.recIndexBtn{
	width: 620px;
	margin: 30px auto 0;
}
ul.recIndexBtn li{
	display: inline;
}

/* -----------------------------------------------------------
		school.html
----------------------------------------------------------- */
#schoolArea{ margin-left: 20px;}
div.schoolList{
	width: 300px;
	float: left;
}
div.schoolList ul li{
	background: url(../images/icon_example.gif) no-repeat left 6px;
	margin-bottom: 10px;
	padding-left: 8px;
	display: block;
}

/* -----------------------------------------------------------
		scholarship.html
----------------------------------------------------------- */
#rightMainArea table.scholarshopTable{
	width: 610px;
	margin: 0 auto 0;
	border: 2px solid #e7e7e7;
}
#rightMainArea table.scholarshopTable tr th{
	background: #fbf6d2;
	padding: 5px;
	border: 1px solid #e7e7e7;
	vertical-align: top;
	font-weight: bold;
}
#rightMainArea table.scholarshopTable tr td{
	background: #fff;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #e7e7e7;
}

/* -----------------------------------------------------------
		qa.html
----------------------------------------------------------- */
#qaArea{
	width: 610px;
	margin: 0 auto 0;
}
#qaArea dl{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	border-bottom: 1px dotted #FFC286;
}
#qaArea dl dt{
	background: url(../recruit/images/icon_q.gif) no-repeat left top;
	height: 30px;
	margin-bottom: 5px;
	padding-left: 32px;
	padding-top: 5px;
	display: block;
	font-size: 15px;
	font-weight: bold;
}
#qaArea dl dd{
	background: url(../recruit/images/icon_a.gif) no-repeat left top;
	padding-left: 32px;
	padding-top: 5px;
	display: block;
}

/* -----------------------------------------------------------
		form.html
----------------------------------------------------------- */
table.contactTable tr th{ width: 140px;}
table.contactTable tr td input,table.contactTable tr td textarea{ background: #fff; border: 1px solid #ccc;}
.btn_form{ width: 661px; margin: 10px auto 0; text-align: center;}
p.sendEnd{
	height: 150px;
	margin-top: 125px;
	margin-left: 260px;
}

/* -----------------------------------------------------------
		messageArea
----------------------------------------------------------- */
#rightMainArea div.messageBox{
	background: url(../recruit/images/bg_message.gif) no-repeat left top;
	width: 600px;
	height: 141px;
	margin: 0 auto 25px;
}
#rightMainArea div.messageBox2{
	background: url(../recruit/images/bg_message2.gif) no-repeat left top;
	width: 600px;
	height: 173px;
	margin: 0 auto 25px;
}
#rightMainArea div.messageBox p,#rightMainArea div.messageBox2 p{
	width: 445px;
	padding-left: 110px;
	padding-top: 15px;
}



span.bnArea{
	text-align: right;
	display: block;
	margin-right: 25px;
	margin-bottom: 15px;
}