#wrapper {
	background:none;
}


#mv{
	width:100%;
	height:500px;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f6f6f6;
	margin:0 auto 20px;
}


#contents {
	clear:both;
	width:100%;
	padding:0;
	margin: 0 auto;
}
#main{
	width:100%;
	padding: 0;
	box-shadow: none;
}


h2 {
	font-size:30px;
	font-weight:bold;
	color:#333333;
	margin-bottom:30px;
	text-align:left;
	line-height:30px;
}
h2 a {
	color:#333333;
	line-height:30px;
}
h2 span {
	font-size:16px;
	color:#0a4683;
	margin-top:20px;
	line-height:16px;
}
h3 {
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#333333;
	margin:0 auto 15px;
	background:none;
	padding:0;
	border:none;
}


.top_str {
	background-color:#f6f6f6;
	padding:50px 0 35px;
	margin:0 auto;
}
.top_case {
	padding:50px 0 35px;
	margin:0 auto;
}
.top_recruit {
	background: url(images/top_recruit_bg.jpg) no-repeat center top #f6f6f6;
	padding:50px 0 30px;
	margin:0 auto 50px;
	height:285px;
}


.top_link {
	margin:0 auto;
	padding:0;
	font-size:0;
	line-height:0;
}
.top_link li {
	margin:0 25px 15px 0;
	padding:0;
	background:none;
	display:inline-block;
	border:none;
	vertical-align:top;
}
.top_link li:nth-child(3n) {
	margin:0 0 15px;
}
.top_link li a {
	display:block;
}
.top_link li a:hover {
	opacity:0.7;
}
.top_link li .image {
	margin-bottom:15px;
}
.top_link .title {
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	margin:0 auto;
	padding:0;
	color:#333333;
}


.top_recruit p {
	font-size:18px;
	font-weight:bold;
	margin:0 auto 45px;
}
ul.btn {
	width:400px;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
ul.btn li {
	background:none;
	border:solid 1px #333333;
	width:178px;
	line-height:38px;
	display:inline-block;
	padding:0;
	margin:0 20px 20px 0;
}


#top_box {
	width:950px;
	margin:0 auto 50px;
	padding:20px 0 40px;
	border-bottom:solid 1px #e0e0e0;
}
#news_box {
	width:600px;
	float:left;
}
#news {
	margin:0 auto 10px;
}
#news li {
	margin:0 auto;
	padding:0 0 0 30px;
	line-height:39px;
	background-position:10px center;
}
#news li .date {
	margin-right:10px;
}
#news li a {
	color:#333333;
}
#news li a:hover {
	text-decoration:underline;
}
.banners {
	width:300px;
	float:right;
	margin:0 auto;
	padding:0;
}
.banners li {
	margin:0 0 10px;
	padding:0;
	line-height:0;
	border:none;
	background:none;
}
.banners li a {
	line-height:0;
	display:block;
}


.movie {
	text-align:center;
	margin:0 auto 15px;
}


@media screen and (max-width:640px){
#main {
	width:100%!important;
}
}