@charset "utf-8";

#right .box {
	background-image: url(../../intro/image/bg_box.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding: 20px;
	width: 550px;
	margin-bottom: 50px;
}
#right .box h4 {
	margin-bottom: 10px;
	clear: both;
}
#right .box .reasonable {
	background-image: url(../../intro/image/bg_reasonable.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding: 20px;
	width: 510px;
	margin-bottom: 20px;
}
#right .box .reasonable ul li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 1em;
	background-image: url(../../intro/image/listmarker_reasonable.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#right .box .reasonable h5 {
	margin-bottom: 10px;
}
#right .box .privilege {
	background-image: url(../../intro/image/bg_privilege.gif);
	background-repeat: no-repeat;
	width: 520px;
	margin-right: -3px;
	margin-left: -3px;
	font-size: 12px;
	line-height: 1.5;
	background-position: 0px 100%;
	padding: 0px 18px 17px;
	margin-bottom: 10px;
}
#right .box .privilege h4 {
	width: 556px;
	margin-right: -18px;
	margin-left: -18px;
}
#right .box .privilege p#bus_detail {
	background-image: url(../../intro/image/listmarker_bus.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin-left: 220px;
	margin-top: -18px;
}
.recruit{
	margin-bottom:20px;
}
.recruit h3{
	clear:both;
	margin-bottom:15px;
	background:#f6f6f6;
	padding:10px;
	border-bottom:3px solid #afbae4;
	font-weight:bold;
}

.recruit table{
	margin-bottom:30px;
	border-collapse:collapse;
	line-height:1.5;
	border:1px solid #ddd;
	font-size:14px;
}
.recruit th{
	font-weight:bold;
	padding:10px;
	vertical-align:top;
	border:1px solid #ddd;
	text-align:left;
	background:#e1f1f9;
}
.recruit td{
	padding:10px;
	border:1px solid #ddd;
}
.recruit p{
	font-size:14px;
}

