@charset "UTF-8";

/*-----------------------------------

	lower

-----------------------------------*/
#lower_img {
    /*background: url(../img/sitemap/lower_img.png) no-repeat center center;*/
	background:#2d8a2a;
	background-image: linear-gradient(135deg, #2a2a2a 30px, transparent 0);
}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
	padding: 100px 0 95px;
}

@media screen and (max-width: 840px) {

#news_block {
	padding: 40px 0 70px;
}

}

/*-----------------------------------

	info

-----------------------------------*/

#info_block,
#detail_block{
	padding: 100px 0 95px;
}
#info_block h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
}
#info_box {
	width: 700px;
}

#info_box .info_text a,
#info_box .info_text a:link,
#info_box .info_text a:visited {
	color: #F60;
	text-decoration: underline;
    cursor: pointer;
}
#info_box .info_text a:hover {
	color:;
	text-decoration:none;
}

#info_box ul li {
	margin-bottom: 20px;
	border: 1px solid #2a2a2a;
    background-image: linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
	background-image: -moz-linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
	background-image: -webkit-linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
}
#info_box ul li:hover {
	background:#F4F4F4;
}
#info_box ul li:last-child {
	margin-bottom: 0;
}
#info_box ul li a {
	display: block;
	padding: 15px;
}
#info_box .info_thum {
	position: relative;
}
#info_box .info_thum span {
	padding: 3px 5px;
	font-size: 13px;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color:#fff;
}
#news_block .category,
#detail_block .category {
	background: #2a2a2a !important;
	display: inline-block;
	margin-left: 15px;
	color: #fff;
	padding: 3px 10px;
	font-size: 13px;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#info_box ul li a:hover .info_thum span {
	color: #fff;
}
#info_box ul .text_box {
	width: 100%;
	list-style-position: inside;
}
#info_box ul .text_box h4 {
	font-size: 20px;
	color: #2d8a2a;
	padding: 15px 0;
}
#info_box ul .text_box .day_text {
	margin-top: 10px;
	color: #9c9c9c;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	display:inline;
}
#info_box ul .text_box .text {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
#sidebar {
	width: 270px;
}
#sidebar h4 {
    color: #2a2a2a;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 10px 0;
	position:relative;
}
#sidebar h4::before {
    content: "";
    width: 270px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 35px;
}
#sidebar h4 span {
	font-size: 14px;
	font-weight: bold;
	float: right;
	color: #9c9c9c;
}
#recent_box ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
#recent_box ul li .text_box {
	width: 100%;
}
#recent_box ul li .text_box span {
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 0;
	color: #2d8a2a;
	line-height: 100%;
	padding: 0px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#recent_box ul li .text {
	color: #404040;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0;
}
#category_box {
	margin-top: 40px;
}
#category_box ul {
	margin-top:10px;	
}
#category_box ul li {
	float: left;
	margin: 0 10px 15px 0;
}
#category_box ul li a {
	background: #2a2a2a;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	display:initial;
	margin-left:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#category_box ul li a:hover {
	opacity: 0.9;
}

/*detail_block*/
#detail_block .info_inner {
}
#detail_block .info_head {
	margin-bottom: 20px;
}
#detail_block .catch_img {
	text-align: center;
}
#detail_block .info_other {
	margin-bottom: 15px;
}
#detail_block .info_head span:first-child {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #9c9c9c;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
#detail_block .info_head span:last-child {
	display: inline-block;
	font-size: 14.5px;
	letter-spacing: 0;
	color: #fff;
	margin-left: 15px;
	padding: 4px 5px;
	line-height: 100%;
}
#detail_block .info_head h3 {
	font-size: 22px;
	line-height: 140%;
	letter-spacing: 0.1em;
	color: #2d8a2a;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#detail_block .info_text {
	margin-top: 15px;
	color: #5f5f5f;
}

/* pagination */
#pagination {
	text-align:center;
	position:absolute;
	bottom: -50px;
	left:0;
	width:100%;
}
.pagination {
	color:#737a8c;
	position:relative;
}
.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: 28px;
    padding: 3px;
    border: 1px solid #2a2a2a;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 1px;
    color: #2a2a2a;
    text-align: center;
    background: #fff;
}
.pagination .next,
.pagination .prev {
	font-size:16px;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
}
.pagination .next {
	position:absolute;
	right:0;
}
.pagination .prev {
	position:absolute;
	left:0;
}
.pagination .icon-left,
.pagination .icon-right {
	font-size:15px;
}
.pagination a:hover,
.pagination .current {
	background: #2d8a2a;
	color: #fff;
	border: 1px solid #2d8a2a;
}

#pagination-wrap {
	text-align: center;
	margin: 70px 0 10px;
}


@media screen and (max-width: 840px) {

	#info_block,
	#detail_block {
		padding: 0 0 30px;
	}
	
	.contents_inner {
		width: 95%;
		margin: 0 auto;
	}
	
	#info_block h3 {
		font-size: 16px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	#info_box {
		width: 100%;
	}
	#info_box ul li {
		background-size: 60px;
		background-repeat: no-repeat;
	}
	#info_box ul .text_box {
		width: 100%;
	}
	#info_box ul .text_box h4 {
		font-size: 15px;
		letter-spacing: 0;
	}
	#info_box ul .text_box .text {
		width: 100%;
		margin-top: 10px;
	}
	#info_box ul .text_box .day_text {
		margin-top: 5px;
		font-size: 13px;
	}
	#info_box .info_thum {
		width: 26%;
	}
	#info_box .info_thum span {
		padding: 2px 2px;
		font-size: 11px;
	}
	#sidebar {
		width: 100%;
		margin-top: 55px;
	}
	#sidebar h4 {
		padding-bottom: 25px;
	}
	#recent_box ul li .text_box {
		width: 100%;
	}
	#recent_box ul li img {
		width: 25%;
	}
	#recent_box ul li .text {
		margin-top: 10px;
	}

/*detail_block*/
	#detail_block .info_inner {
		padding: 20px 15px 60px;
	}
	#detail_block .info_other {
		margin-bottom: 10px;
	}
	#detail_block .info_head span:first-child {
		font-size: 14px;
	}
	#detail_block .info_head span:last-child {
		font-size: 13px;
	}
	#detail_block .info_head h3 {
		font-size: 18px;
	}
	#detail_block .info_text {
		margin-top: 40px;
	}
	#detail_block .catch_img img {
		display: block;
		margin: 0 auto;
	}

/*pagination*/
	#pagination-wrap {
		margin-bottom: 0;
	}
	.pagination a {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.pagination .next, .pagination .prev {
		position: static;
		font-size: 13px;
		padding-left: 3px;
		padding-right: 3px;
	}
	#detail_block .pagination .next,
	#detail_block .pagination .prev {
		padding: 10px 15px;
		font-size: 15px;
	}

}

