@charset "UTF-8";
/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
	margin-top: -80px;
	padding-top: 80px;
    text-align: center;
}
.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 {
    line-height: 1.3;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: left;
}
.newstitle span {
	font-size: 14px;
}
.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 {
    line-height: 1.3;
	font-size: 22px;
	margin-bottom: 30px;
}
.newstitle span {
	font-size: 16px;
}
.newstitle br {
	display:none;
}
}
