<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/news_img/pagetitle_bg.jpg") center top no-repeat #404040;
	background-size: cover;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	background: url("../img/news_img/pagetitle_bg.jpg") center center no-repeat #404040;
	background-size: cover;
}
}

/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
	text-align: left;
	overflow: hidden;/* for modern browser */
}
.newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
.newsbox .news_text {
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-size: 16px;
	font-family: "NotoSerifMedium";
	margin-bottom: 15px;
	line-height: 1.3;
}
.newstitle span {
	display: block;
	width: 90px;
	text-align: center;
	margin-bottom: 4px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	background: #003c5e;
}
.pdf_link {
	margin-top: 10px;
}
.pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
.pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
.pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
.newstitle {
	margin-bottom: 20px;
	font-size: 22px;
}
.newstitle span {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 26px;
}
}
/*PageNavi*/
.pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #303030;
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #000;
	border: 1px solid #000;
	zoom: 1;
}
.pagenavi li a:hover {
	color:#fff;
	background: #000;
}
</pre></body></html>