@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url(../img/news_img/pagetitle_bg.jpg) center center no-repeat;
	background-size: cover;
}

/*------------------------------------------------------------News*/
/*NewsBox*/
.newsbox {
	margin-top: -80px;
	padding-top: 80px;
}
.newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
.newsbox .news_text {
	line-height: 1.5;
	text-align: left;
}
.newsbox .phbox {
	text-align: center;
}
.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-weight: bold;
	color: #303030;
	margin-bottom: 10px;
}
.newstitle span {
	font-size: 12px;
  color: #acb56d;
}
.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;
}
/*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 8px;
	color: #666666;
	border: 1px solid #CCC;
	background: #e7e5d7;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 8px;
	color: #666666;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e5d7));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #e7e5d7);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#e7e5d7, endColorstr=#ffffffff);
	zoom: 1;
}
.pagenavi li a:hover {
	opacity: 0.7;
}