@charset "UTF-8";

.newsArea .inner,
.newsListArea .inner {
	max-width: 1100px;
}
.newsArea01 .newsContent {
	padding-bottom: 60px;
}
.newsArea01 .newsContent h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
}
.newsArea01 .newsContent .cate {
	padding: 0;
}
.newsArea01 .newsContent .cate a {
	color: #fff;
	padding: 5px 20px;
	display: block;
}
.newsArea01 .newsContent .tag {
	margin-left: 20px;
	font-size: 13px;
}
.newsArea01 .newsContent .tag a {
	opacity: .7;
}
.pc .newsArea01 .newsContent .tag a:hover {
	opacity: 1;
}
.newsArea01 .newsContent .date {
	float: right;
	font-size: 12px;
	margin-top: 10px;
}
.newsArea01 .newsContent .newsBody {
	margin-top: 30px;
}
.newsArea01 .newsContent .newsBody p {
	margin-top: 30px;
}
.newsArea01 .newsContent .newsBody a {
	text-decoration: underline;
	color: cornflowerblue;
}

.newsArea01 .pagination {
	text-align: center;
	padding-bottom: 80px;
}
.newsArea01 .pagination > a,
.newsArea01 .pagination > span.current {
	border-width: 1px;
	border-style: solid;
	margin: 0 2px;
	display: inline-block;
}
.newsArea01 .pagination > a span {
	transition: all 0.2s linear;
	font-size: 14px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
}
.pc .newsArea01 .pagination > a:hover span,
.newsArea01 .pagination > a.active > li a {
	color: #fff;
}
.newsArea01 .pagination > a.prev,
.newsArea01 .pagination > a.next {
	border: none;
}
.newsArea01 .pagination > a.prev span,
.newsArea01 .pagination > a.next span {
	background-color: transparent;
}
.pc .newsArea01 .pagination > a.prev:hover span,
.pc .newsArea01 .pagination > a.next:hover span {
	background-color: transparent;
	opacity: .7;
}
.newsArea01 .pagination > span.current span {
	transition: all 0.2s linear;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pagerwrap {
	padding: 0 0 80px;
}
.pager {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
	position: relative;
}
.pager .prev,
.pager .next {
	position: absolute;
	top: 20px;
}
.pager .prev {
	left: 0;
}
.pager .next {
	right: 0;
}
.pager a {
	font-size: 14px;
}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 736px) {
	.newsArea01 .newsContent {
		padding-bottom: 40px;
	}
	.newsArea01 .newsContent h2 {
		font-size: 20px;
		margin-top: 20px;
	}
	.newsArea01 .newsContent .tag {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
	.newsArea01 .newsContent .date {
		width: 100%;
		margin-top: 0;
		text-align: right;
	}
	.newsArea01 .newsContent .newsBody {
		font-size: 15px;
	}
	.newsArea01 .pagerwrap {
		padding: 0 0 60px;
	}
}
































