@charset "UTF-8";

#pagetitle{
	background: url("../img/news_img/bg_pagetitle.jpg") center center no-repeat;
	background-size: cover;
}
/*------------------------------------------------------------Content*/
/*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 img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to right, #00a2e5, #7ad5ff);
	padding: 10px 20px;
	margin-bottom: 15px;
}
.newstitle span {
	font-size: 12px;
}
.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 br {
	display: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: 7px 10px;
	color: #fff;
	border: 1px solid #4ede00;
	background: #4ede00;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 7px 10px;
	color: #00a2e5;
	border: 1px solid #00a2e5;
	transition: all 0.5s
}
.pagenavi li a:hover {
	color: #fff;
	background: #00a2e5
}
