@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage{
    text-align: center;
    background: url(../img/common_img/pagetitle_bg_sp.png) no-repeat center top;
    background-size: cover;
    height: 120px;
    width: auto;   
}
#mainimage img{
    padding-top: 35px;
     width: 40%;
	height: auto;
    }
@media print, screen and (min-width:768px) {
    #mainimage{
        background: url(../img/common_img/pagetitle_bg_pc.png) no-repeat center top;
    height: 220px;
    width: auto;
       
    }
    #mainimage img{
    padding-top: 80px;
     width: 254px;
    }
}
@media print, screen and (min-width:992px) {
   #mainimage{
       background-size: auto;
       height: 240px;
    width: auto;
       margin-top: -40px;
    }
     #mainimage img{
       padding-top: 100px;
    }
}

/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
	overflow: hidden;/* for modern browser */
	text-align: left;
}
.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-weight: bold;
	color: #fff;
	background: url(../img/window_img/bg_news_title.png);
	padding: 10px 15px;
	margin-bottom: 10px;
}
.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: 3px 10px;
	color: #fff;
	background: url(../img/window_img/bg_news_btn2.png);
	/* 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 10px;
	color: #eb5b88;
	background: url(../img/window_img/bg_news_btn.png);
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;	
	zoom: 1;
}
.pagenavi li a:hover {
	color: #fff;
	background: url(../img/window_img/bg_news_btn2.png);
}
