<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#news{
	width: 900px;
	margin: 0 auto;
	padding: 0px 0 50px;
}

#news &gt; .main{
	margin: 0 30px;
}

#news &gt; .main &gt; li{
	background: transparent url(../../img/ico_01.png) no-repeat scroll 0 7px;
	padding-left: 15px;
	margin-bottom: 20px;
	clear: both;
	height: 40px;
	border-bottom: 1px solid #ccc;
}

#news &gt; .main &gt; li a:hover{
	text-decoration: underline;
}

#news &gt; .main &gt; li .date{
	font-size: 12px;
	color: #666;
	float: left;
	width: 120px;
}

#news &gt; .main &gt; li .title{
	font-size: 14px;
	color: #333;
	float: right;
	width: 699px
}

#main .h01 {
	background: url("../../common/img/bg_h_01.png") repeat-y scroll left center transparent;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	letter-spacing: 1px;
	height: 40px;
	padding-left: 24px;
	width: 956px;
	margin: 50px auto 0;
}

#main .news_txt {
	padding: 40px 15px;
	line-height: 2;
	font-size: 15px;
	width: 870px;
	margin: 0 auto;
}

#main .date{
	font-size: 14px;
	color: #999;
}

.nav_page li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 10px 5px;
	min-width: 30px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #0c4e94;
	border: 1px solid #ccc;
	vertical-align: top;
}
.nav_page li a{
	display: block;
	line-height: 35px;
	width: 100%;
	height: 100%;
	color: #0c4e94;
}
.nav_page li.current,
.nav_page li a:hover{
	font-weight: bold;
	color: #fff;
	background: #0c4e94;
}
/* ---------------------------------------------------------------------------------------------------------------- postcontent wordpress ---- */
.postcontent{
	font-size: 15px;
	line-height: 32px;
}
.postcontent p{
	line-height: 2.5em;
}
.postcontent blockquote{
	margin: 10px 30px; 
}

.postcontent h1{
	font-size: 2em;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
	border: none;
	height: auto;
}
.postcontent h2{
	font-size: 1.7em;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
	border: none;
	background: none;
	box-shadow: none;
	height: auto;
}
.postcontent h3{
	font-size: 1.4em;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
	border: none;
	background: none;
	box-shadow: none;
	height: auto;
}
.postcontent h4{
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
	border: none;
	background: none;
	box-shadow: none;
	height: auto;
}
.postcontent h5{
	font-size: 0.8em;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
	border: none;
	background: none;
	box-shadow: none;
	height: auto;
}
.postcontent h6{
	font-size: 0.7em;
	line-height: 2em;
	padding: 0;
	margin: 10px 0;
	border: none;
	background: none;
	box-shadow: none;
	height: auto;
}
.postcontent ul{
	list-style-type: disc;
}
.postcontent ul li{
	margin-left: 2em;
}
.postcontent ol{
	list-style-type: decimal;
}
.postcontent ol li{
	margin-left: 2em;
}
.postcontent em{
	font-style: italic !important;
}
.postcontent hr{
	display: block;
}

.postcontent a{
	text-decoration: underline;
}
.postcontent a:hover{
	text-decoration: none;
}
</pre></body></html>