@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	background: url("../img/common_img/main_bg.jpg") center center no-repeat;
	height: 300px;
	background-size: cover;
	position: relative;
}
@media print, screen and (min-width:768px) {
#mainimage {
	height:350px;
}
}
h2{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	color:#fff;
	text-align: center;
	background: rgba( 0, 0, 0, 0.55 );
	padding: 20px 40px;
	width: 100%;
	font-size: 30px;
	letter-spacing: 2px;
}
@media print, screen and (min-width:768px) {
h2 {
	font-size: 36px;
	padding: 20px 100px;
	width: auto;
}
}
/*------------------------------------------------------------content*/
#sec01{
	background: #efefef;
	height: auto;
	background-size: cover;
	padding: 40px 0;
}
@media print, screen and (min-width:768px) {
#sec01{
	padding: 70px 0;
}
}
/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
	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: 18px;
	color: #1dbe8f;
	margin-bottom: 10px;
}
.newstitle span {
	font-size: 20px;
	font-family: 'Homenaje', sans-serif;
	margin-right: 10px;
}
.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: 3px 10px;
	color: #fff;
	border: 1px solid #152f90;
	background: #152f90;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #152f90;
	border: 1px solid #152f90;
	background: #fff;

}
.pagenavi li span {
	color: #fff;
}
.pagenavi li a:hover {
	background: #152f90;
	color: #fff;
}
