@charset "UTF-8";

/*-----------------------------------

	news

-----------------------------------*/
#news_block,
#detail_block{
	background:#fff;
	padding: 70px 0 180px;
}
.contents_inner:nth-of-type(2) {
	margin: 80px auto 50px;
}
#news_box {
	width: 850px;
}

#news_box .news_text a,
#news_box .news_text a:link,
#news_box .news_text a:visited {
	color: #F60;
	text-decoration: underline;
    cursor: pointer;
}
#news_box .news_text a:hover {
	color:#d0a307;
	text-decoration:none;
}

#news_box ul li {
	margin-bottom: 20px;
	padding: 15px;
	background: #f6f6f6;
}
#news_box ul li:last-child {
	margin-bottom: 0;
}
#news_box ul li:hover {
	opacity: 0.9;
}
#news_box ul li a {
	display: block;
}
#news_box .news_thum {
	position: relative;
}
#news_box .news_thum img {
	width:200px;
}
#news_box .news_thum span {
	padding: 3px 5px;
	font-size: 13px;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color:#fff;
}
.cate_news {
    background: #000000 !important;
}
.cate_blog {
    background: #9e8d58 !important;
}
.cate_other {
    background: #999999 !important;
}
#news_box ul li a:hover .news_thum span {
	color: #f6f6f6;
}
#news_box ul .text_box {
	width: 580px;
}
#news_box ul .text_box h4 {
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#news_box ul .text_box .day_text {
	margin-top: 10px;
	color: #cab85f;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
}
#news_box ul .text_box .text {
	width: 550px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
#sidebar {
	width: 320px;
	background: #f6f6f6;
	padding:15px;
	box-sizing:border-box;
}
#sidebar h4 {
	font-size: 15px;
	letter-spacing: 0.1em;
	border-top: 1px solid #a0a0a0;
	padding: 10px 0;
}
#sidebar h4 span {
	font-size: 14px;
	font-weight: bold;
	float: right;
	color: #8c7a1f;
}
#recent_box ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #333;
}
#recent_box ul li:last-child {
	border-bottom: none;
}
#recent_box ul li img {
	width: 70px;
}
#recent_box ul li .text_box {
	width: 210px;
}
#recent_box ul li .text_box span {
	font-size: 13px;
	letter-spacing: 0;
	color: #fff;
	line-height: 100%;
	padding: 0px 5px;
	background: #9e8d58;
}
#recent_box ul li .text {
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0;
}
#category_box {
	margin-top: 40px;
}
#category_box ul li {
	float: left;
	margin: 0 10px 15px 0;
}
#category_box ul li a {
	background: #717171;
	color: #f6f6f6;
	padding: 2px 7px;
	font-size: 13px;
}
#category_box ul li a:hover {
	opacity: 0.9;
}

/*detail_block*/
#detail_block .news_inner {
	padding: 25px 25px 60px;
	background: #f6f6f6;
}
#detail_block .news_head {
	margin-bottom: 20px;
}
#detail_block .catch_img {
	text-align: center;
}
#detail_block .news_other {
	margin-bottom: 15px;
}
#detail_block .news_head span:first-child {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #737373;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
#detail_block .news_head span:last-child {
	display: inline-block;
	font-size: 14.5px;
	letter-spacing: 0;
	color: #f6f6f6;
	margin-left: 15px;
	padding: 4px 5px;
	line-height: 100%;
}
#detail_block .news_head .news_other_one_item span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #737373;
	padding-right: 10px;
	border-right: none;
	margin: 0;
}
#detail_block .news_head h3 {
	font-size: 22px;
	line-height: 140%;
	letter-spacing: 0.1em;
	color: #8c7a1f;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#detail_block .news_text {
	margin-top: 15px;
	color: #5f5f5f;
}

/* pagination */
.pagination {
	color:#737a8c;
	position:relative;
	width:100%;
}
.pagination a,
.pagination .current {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	min-width: 24px;
	padding: 3px;
	border: 1px solid #f6f6f6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 1px;
	color: #484848;
	text-align: center;
	background: #f6f6f6;
}
.pagination .next-btn,
.pagination .prev-btn {
    font-size: 16px;
    line-height: 1;
    padding:8px 10px;
}
.pagination .next {
	position:absolute;
	right:0;
    padding: 10px 15px;
}
.pagination .prev {
	position:absolute;
	left:0;
    padding: 10px 15px;
}
.pagination .icon-left,
.pagination .icon-right {
	font-size:15px;
}
.pagination a:hover,
.pagination .current {
	background: #9e8d58;
	color: #ffffff;
	border: 1px solid #9e8d58;
}

 
 #pagination-wrap {  text-align:center; margin-top:30px; margin-bottom:10px;}


@media screen and (max-width: 840px) {

	#news_block .contents_inner,
	#detail_block .contents_inner{
		width: 95%;
	}
	#news_box {
		width: 100%;
	}
	#news_block,
	#detail_block{
		padding: 40px 0 50px;
	}
	.contents_inner:nth-of-type(2) {
	    margin: 40px auto 20px;
	}
	/* news_block */
	#news_block h3 {
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	#news_box ul li {
		padding: 10px;
		background-size: 60px;
	}
	#news_box ul .text_box {
		width: 70%;
	}
	#news_box ul .text_box h4 {
		font-size: 15px;
		letter-spacing: 0;
	}
	#news_box ul .text_box .text {
		width: 100%;
	}
	#news_box ul .text_box .day_text {
		margin-top: 5px;
		font-size: 13px;
	}
	#news_box .news_thum {
		width: 26%;
	}
	#news_box .news_thum span {
		padding: 2px 2px;
		border: 1px solid #103d56;
		font-size: 11px;
	}
	#sidebar {
		width: 100%;
		margin-top: 55px;
	}
	#sidebar h4 {
		padding-bottom: 25px;
	}
	#recent_box ul li .text_box {
		width: 70%;
	}
	#recent_box ul li img {
		width: 25%;
	}
	#recent_box ul li .text {
		margin-top: 10px;
	}
	
	/*detail_block*/
	#detail_block .news_inner {
		padding: 20px 15px 60px;
	}
	#detail_block .news_other {
		margin-bottom: 10px;
	}
	#detail_block .news_head span:first-child {
		font-size: 14px;
	}
	#detail_block .news_head span:last-child {
		font-size: 13px;
	}
	#detail_block .news_head .news_other_one_item span {		
		font-size: 14px;
	}
	#detail_block .news_head h3 {
		font-size: 18px;
	}
	#detail_block .news_text {
		margin-top: 40px;
	}
	#detail_block .catch_img img {
		display: block;
		margin: 0 auto;
	}

	#detail_block .news_text iframe {
		width: 100% !important;
	}

	/*pagination*/
	#pagination-wrap {
		margin-bottom: 0;
	}
	.pagination a {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.pagination .next, .pagination .prev {
		font-size: 13px;
	}
	.pagination .next-btn, .pagination .prev-btn{
		font-size:13px;
	}
}

@media screen and (max-width: 640px) {

	
}