@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle div {
	background: url("../img/news_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}
#news h1 {
  color: #4d5353;
}
/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
	margin-top: -80px;
	padding-top: 80px;
}
.newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
.newsbox .news_text_area table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 2px solid #3dcbd1;
	border-bottom: 2px solid #3dcbd1;
}
.newsbox .news_text_area table tr th {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted #3dcbd1;
	vertical-align: top;
	background: #fff;
	color: #24AAB0;
}
.newsbox .news_text_area table tr td {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #3dcbd1;
	vertical-align: top;
}
.newsbox .news_text_area table tr:last-child td {
	border-bottom: none;
}
.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 {
	margin-bottom: 15px;
	padding: 10px;
	line-height: 1.2;
	font-family: "NotoSansBold";
	font-size: 19px;
	color: #fff;
	background: #049dd9;
}
.newstitle span {
	line-height: 1.1;
	font-size: 15px;
}
.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 {
	font-size: 22px;
}
.newstitle span {
	margin-right: 8px;
	font-size: 16px;
}
.newstitle br {
	display: none;
}
.newsbox .news_text_area table tr th {
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #3dcbd1;
	white-space: nowrap;
	width: 20%;
}
.newsbox .news_text_area table tr td {
	display: table-cell;
	background: #fff;
	padding: 10px;
	border-bottom: 1px dotted #3dcbd1;
}
.newsbox .news_text_area table tr:last-child th {
	border-bottom: 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: #666666;
	border: 1px solid #e0e0e0;
	background: #e8e8e8;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #049dd9;
	border: 1px solid #049dd9;
	background: #fff;
	zoom: 1;
	transition: all 0.5s;
}
.pagenavi li a:hover {
	color: #fff;
	background: #049dd9;
}
