#main {
	background:url(../img/main_bk.png) center bottom no-repeat;
}

#main_title {
	background-color:#000;
	color:inherit;
}

#main_title .wrap {
	width:100%;
	background:url(../img/mainvisual_bk.png) center top;
}

#main_title h2 {
	margin:0 auto;
	padding:30px 0;
	width:1000px;
}

#content {
	margin:0 auto;
	padding:50px 0 80px;
	width:960px;
}

#content nav {
	margin:0 auto 20px;
	width:960px;
}

#content .link_requirements {
	display:block;
	margin-bottom:30px;
}

#content .link_requirements li {
	display:block;
	float:left;
	background-image:url(../img/bk_yellow_stripe.png);
	cursor:pointer;
}

#content .link_requirements span,#content .link_requirements a,#content .link a {
	display:block;
	padding:20px 20px 20px 50px;
	width:230px;
	background:url(../img/arrow_l_white.png) 20px center no-repeat #000;
	color:#fff;
	font-weight:700;
	font-size:120%;
	line-height:100%;
}

#content .link_requirements .active span {
	background:url(../img/arrow_l_black.png) 20px center no-repeat transparent;
	color:#000;
}

#content .link_requirements li:nth-child(2) {
	margin:0 30px;
}

#content .link a {
	margin:3em auto 1em;;
}

#content .link_page li {
	position:relative;
	display:block;
	width:49%;
}

#content .link_page li span {
	position:absolute;
	bottom:-.85em;
	left:50%;
	display:block;
	line-height:1;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

#content .link_page .new {
	float:left;
}

#content .link_page .career {
	float:right;
}

#content .link_page a {
	display:block;
	padding:.5em 1em .25em;
	border-bottom:2px solid #000;
	color:#000;
	text-align:center;
	font-weight:700;
	font-size:120%;
	line-height:1.4;
}

article .box {
	overflow:hidden;
	width:960px;
}

article .box .wrap {
/*width:2880px;*/
}

article table {
	float:left;
	margin:0;
	width:960px;
}

article table thead th {
	padding-top:2em;
	padding-bottom:10px;
	border-bottom:3px solid #000;
	text-align:left;
	font-size:150%;
	line-height:1.2;
}

article .table tbody th {
	padding:20px;
	width:20%;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#f6f6f6;
	color:inherit;
	text-align:left;
	white-space:nowrap;
	font-weight:400;
}

article .table th:first-child {
	border-left:none;
}

article .table tbody .title th {
	width:auto;
	text-align:center;
}

article .table tbody td {
	padding:20px;
	width:40%;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	vertical-align:middle;
	text-align:center;
}
