@charset "UTF-8";
.newsListSection .newsList li {
	padding: 25px 0;
}
.newsListSection .newsList li .date {
	font-size: 18px;
	border-right: 2px solid #7092f3;
	padding: 0 25px 0 0;
	width: 13%;
}
.newsListSection .newsList li a {
	padding: 0 0 0 25px;
}
.newsListSection .newsList li a .newsTitle {
	font-size: 17px;
}
.newsListSection .newsList li a .txt {
	display: block;
	overflow: hidden;
}

.newsDetailSection .txtFrame .date {
	font-size: 18px;
	margin: 0 0  5px;
}
.newsDetailSection .imgFrame {
	margin: 40px auto 60px;
	text-align: center;
}
.newsDetailSection .newsBox {
	height: auto;
	margin: 0 auto 20px;
	min-height: 300px;
	overflow: hidden;
	padding: 20px 0 0;
	position: relative;
}
.newsDetailSection .newsBox .txt {
	background: rgba(0, 0, 0, 0.6);
	padding: 30px 40px;
	position: relative;
	margin: 35px 0 0;
	width: 68%;
	z-index: 1;
}
.newsDetailSection .newsBox .txt .title {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 3px;
}
.newsDetailSection .newsBox.no_img {
	min-height: 1px;
	padding: 0;
}
.newsDetailSection .newsBox.no_img .txt {
	position: relative;
	width: auto;
}
.newsDetailSection .newsBox .img {
	max-width: 420px;
	position: absolute;
	right: 0;
	top: 20px;
}

.pagingFrame {
	margin: 35px auto 0;
}
.pagingFrame li {
	margin: 0 4px;
}
.pagingFrame li a {
	background: #000;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	width: 34px;
}
.pagingFrame li.btn_first a, .pagingFrame li.btn_prev a, .pagingFrame li.btn_next a, .pagingFrame li.btn_last a {
	width: 24px;
}
.pagingFrame li.current a {
	background: #626262;
}
.pagingFrame li.current a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 幅767px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.newsListSection .newsList li {
		padding: 15px 0;
	}
	.newsListSection .newsList li .date {
		font-size: 12px;
		border: 0;
		padding: 0;
	}
	.newsListSection .newsList li a {
		padding: 0;
	}
	.newsListSection .newsList li a .newsTitle {
		font-size: 12px;
	}

	.newsDetailSection .txtFrame .date {
		font-size: 18px;
		margin: 0 0  5px;
	}
	.newsDetailSection .imgFrame {
		margin: 40px auto 60px;
		text-align: center;
	}
	.newsDetailSection .newsBox {
		margin: 0 auto 20px;
		min-height: 1px;
		padding: 0;
	}
	.newsDetailSection .newsBox .txt {
		padding: 20px;
		margin: 0 auto;
		width: auto;
		z-index: 1;
	}
	.newsDetailSection .newsBox .txt .title {
		font-size: 14px;
		margin: 0 0 15px;
		padding: 0 0 3px;
	}
	.newsDetailSection .newsBox .img {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		right: auto;
		top: auto;
	}

	.pagingFrame {
		margin: 20px auto 0;
	}
	.pagingFrame li {
		margin: 0 5px;
	}
	.pagingFrame li a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.pagingFrame li:nth-of-type(6), .pagingFrame li:nth-of-type(7) {
		display: none;
	}
	.pagingFrame li.btn_first a, .pagingFrame li.btn_prev a, .pagingFrame li.btn_next a, .pagingFrame li.btn_last a {
		width: 22px;
	}
}
