@charset "UTF-8";

#main {
	position:relative;
	height:400px;
	background-image:url(../img/main_bg.jpg);
	background-color:#030e23;
	background-position:center center;
}
#main p {
	padding-top:150px;
}
.pw {
	line-height:1.6;
	text-align:left;
	background-color:#d6deee;
	background-image:url(../img/pw_bg.png);
	background-position:center center;
	padding:30px 0;
}
.pw ul {
	width:1000px;
	margin:0 auto;
}
.pw li {
	position:relative;
	float:left;
	width:480px;
	margin:0 40px 0 0;
}
.pw li:last-child{
	margin-right:0;
}
.pwimg {
	margin-right:20px;
}
.pw li h3 {
	text-align:center;
	border-bottom:1px solid #0057b9;
	margin-bottom:20px;
	padding-bottom:10px;
}
.pw li a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-9999px;
	background-color:#fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.gbox {
	line-height:1.7;
	margin:20px auto 40px;
	text-align:center;
}

@media screen and (min-width: 500px) {
	.pw td {
		vertical-align:top;
	}
	.pw li h3 {
		margin-top:30px;
	}
	.mbadj1 {
		margin-bottom:20px;
	}
	.gbox .news_sub {
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
}


.news_sub {
	text-align:center;
	border-bottom:1px solid #0057b9;
	margin-bottom:20px;
	padding-bottom:10px;
}

.left_doc {
	float:left;
	width:200px;
}
.right_doc {
	float:right;
	width:760px;
}

.more_p a {
	display:block;
	text-align:center;
	border:1px solid #0057b9;
	color:#0057b9;
	line-height:40px;
}
.more_p a:hover {
	background-color:#eaeef6;
}

.news_list dl {
	line-height:1.6;
}
.news_list dt {
	font-size:0.84em;
	font-family:"Courier New", Courier, monospace;
	float:left;
	background-color:#eaeef6;
	width:100px;
	text-align:center;
	margin-bottom:20px;
}
.news_list dd {
	padding:0 0 20px 110px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
.more {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.more a {
	display:block;
	text-align:center;
	border:1px solid #0057b9;
	color:#0057b9;
	line-height:40px;
}
	
@media screen and (max-width: 499px) {
#main {
	height:250px;
	background-size:cover;
}
#main p {
	padding-top:66px;
}
.pw {
	padding:20px;
}
.pw ul {
	width:auto;
	margin:0 auto;
}
.pw li {
	position:relative;
	float:left;
	width:auto;
	margin:0 0 20px 0;
}
.pw li:last-child{
	margin:0;
}
.pwimg {
	margin-right:20px;
}
.pwimg img {
	width:120px;
}
.pw li h3 {
	margin-bottom:10px;
	padding-bottom:10px;
}
.pw li h3 img {
	height:20px;
}

.news_sub img {
	height:20px;
}
.left_doc {
	float:none;
	width:auto;
}
.right_doc {
	float:none;
	width:auto;
}
.left_doc li {
	float:left;
	width:49%;
	margin:0 2% 8px 0;
}
.left_doc li:nth-child(even) {
	margin-right:0 !important;
}

.news_list dl {
	padding-bottom:10px;
}
.news_list dt {
	float:none;
	margin-bottom:10px;
}
.news_list dd {
	padding:0 0 20px 0;
	margin-bottom:20px;
}
.gbox {
	text-align:left;
	margin:0 auto 40px;
}
}

