@charset "utf-8";

header {
	border: none;
}

.background {
	position: fixed;
	top: 126px;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 100%;
}

.background .bx-wrapper,
.background .bx-viewport,
.background ul,
.background ul li {
	width:100% !important;
	height:100% !important;
}

.background .bx-viewport {
	position:relative;
	z-index:-1;
}

.background ul li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.background1 { background: url(../images/slide_01.jpg); }
.background2 { background: url(../images/slide_02.jpg); }
.background3 { background: url(../images/slide_03.jpg); }

#container {
	width: auto;
}

#main {
	float: none;
	width: 980px;
	margin: 0 auto;
}

.top_copy {
	height: 265px;
	padding: 330px 0 0;
}

.top_contents {
	overflow: hidden;
	margin: 0 0 35px;
}

.top_contents li {
	float: left;
	margin: 0 20px 0 0;
}

.top_contents li:last-child {
	margin: 0;
}

.top_news {
	position: relative;
	margin: 0 0 80px;
	padding: 18px 40px 10px;
	background: url(../images/bg_news.png);
}

.top_news h2 {
	line-height: 1;
	margin: 0 0 25px;
	padding: 0;
	border: none;
}

.top_news dt {
	float: left;
}

.top_news dt span {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	line-height: 22px;
	margin: 0 0 0 25px;
	color: #ffffff;
	font-size: 85.7%;
	font-weight: bold;
	text-align: center;
	background: #005e9a;
}

.top_news dd {
	margin: 0 0 15px;
	padding: 0 0 15px 240px;
	border-bottom: 1px solid #e6e6e6;
}

.top_news dd span {
	display: inline-block;
	width: 40px;
	line-height: 22px;
	margin: 0 10px 0 0;
	color: #ffffff;
	font-size: 71.4%;
	font-weight: bold;
	text-align: center;
	background: #9a0000;
}

.top_news dd .pdf_link {
	padding: 0 20px 0 0;
	background: url(../common/images/icon_pdf.png) no-repeat 100% 0;
}

.top_news p {
	position: absolute;
	top: 15px;
	right: 40px;
}

footer {
	background: url(../images/bg_footer.png);
}