@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	padding: 50px 0;
	background: url("../img/contact_img/pagetitle_bg.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 10px;
}
#pagetitle h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	text-shadow:0 0 10px rgba(255,255,255,1);
}
@media print, screen and (min-width:768px) {
#pagetitle {
	padding: 80px 0;
	margin-bottom: 30px;
}
#pagetitle h2 {
	font-size: 45px;
}
}
/*------------------------------------------------------------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 {
    position: relative;
    background: #fe99d0;
    box-shadow: 0px 0px 0px 5px #fe99d0;
    border: dashed 1px white;
    padding: 0.2em 0.5em;
    color: #333;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.newstitle:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #4085cd #fff #4085cd;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.newstitle p {
    margin: 0; 
    padding: 0;
}
.newstitle span {
	color: #fff;
	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: #3096e5;
	/* 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: #3096e5;
	border: 1px solid #3096e5;
	background: #c9e6f6;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
.pagenavi li a:hover {
	opacity: 0.7;
}
