@charset "UTF-8";
/* CSS Document */

#title{
	width:100%;
	height:374px;
	background:url(../recruit/image/recruit.jpg) no-repeat bottom;
	text-align:center;
	color:#FFF;
	}
#recruit{
	width:900px;
	margin:0 auto;
	text-align: center;
	}
table{
    width: 900px;
    margin-bottom: 50px;
	font-size: 16px;
	line-height: 30px;
}
th{
	background-color: #0a3681;
	color: #FFFFFF;
    width: 200px;
	text-align: center;
	padding: 20px 0;
	border-bottom: #FFFFFF 3px solid;
}
td{
	background-color: #f7f7f7;
    width: 700px;
	padding: 20px 0 20px 40px;
	text-align: left;
	border-bottom: #FFFFFF 3px solid;
}
