@charset "utf-8";


#recruit-title{
	text-align: center;
	border: 1px solid #5B5B5B;
	border-width: 1px 0;
	height: 255px;
}
#recruit-title .title-block{
	margin: 30px auto 20px;
	width: 360px;
}
#recruit-title .title-block p{
	margin: 10px 0 0;
}
#recruit-title h2 img{
	opacity: 0;
}
#recruit table{
	font-size: 81.25%;
	border-spacing: 0;
	margin: 50px 0 0 100px;
	width: 1160px;
}
#recruit table th{
	padding: 0 0 0 0px;
	width: 128px;
}
#recruit table .recruit-th{
	font-weight: normal;
	background: #29ABFF;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
#recruit table td{
	padding: 0 0 0 30px;
	vertical-align: top;

	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}
.recruit-right-bottom-td{
	vertical-align: top;
	height: 279px;
	background: url(../images/recruit/right_bk.jpg) bottom right no-repeat;
}
#recruit table th div{
	width: 8px;
	height: 22px;
	background: #29ABFF;
	margin: 0 auto;
}
#recruit table #recruit-left-bottom{
	background: url(../images/recruit/left_bottom.jpg) center bottom no-repeat;
	height: 184px;
	vertical-align: bottom;
}
#recruit table #recruit-left-bottom div{
	height: 184px;
}
#recruit a,
#recruit a:visited{
	color: #29ABFF;
}
.recruit-bottom{
	width: 1260px;
	margin: 0 auto;
	padding: 20px 30px;
	background: #29ABFF;
	color: #fff;
	font-size: 81.25%;
}
.recruit-bottom span{
	border: 1px solid #fff;
	padding: 1px 9px;
	margin: 0 0 3px 0;
	display: inline-block;
}