.post_page_wrap {
	padding: 104px 0 69px;
	color: #395246;
}
.post_content_wrap {
	padding: 63px 0 0;
}
.post_content {
	padding: 20px 0 0;
	border-top: 2px solid #395246;
}
.post_content p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 2;
}
.post_cat_wrap {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
}
.post_cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 20px;
	margin: 0 11px 0 0;
	border-radius: 15px;
	font-size: 11px;
	color: #fff;
}
.fromgrd_cat {
	background: #333;
}
.post_date {
	font-size: 10px;
}
.post_ttl {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.5;
}
.post_sidebar {
	margin: 77px 0 0;
	color: #395246;
}
.post_sidebar h2 {
	padding: 0 0 10px;
	font-size: 15px;
	border-bottom: 2px solid #395246;
}
.recent_list li {
	padding: 10px 0;
	border-bottom: 1px solid #395246;
}
.recent_list li a {
	font-size: 14px;
	line-height: 1.8;
	color: #395246;
}
.single_link {
	display: flex;
	padding: 50px 0 0;
}
.post_page_link {
	width: 33.333%;
	height: 40px;
}
.post_page_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #333;
	font-size: 11px;
	color: #fff;
}
.post_prev {
	width: 33.333%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #333333;
}
.post_prev_none {
	border-top: none;
}
.post_next {
	width: 33.333%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-top: 1px solid #333333;
}
.post_next_none {
	border-top: none;
}
.post_prev a, .post_next a  {
	color: #395246;
}
.prev_link {
	margin: 0 0 0 11px;
	font-size: 11px;
}
.next_link {
	margin: 0 11px 0 0;
	font-size: 11px;
}
@media only screen and (min-width: 769px) {
	.post_page_wrap {
		padding: 100px 0;
	}
	.post_content_wrap {
		padding: 0;
	}
	.post_content {
		padding: 50px 0 0;
	}
	.post_cat_wrap {
		margin: 0 0 28px;
	}
	.post_cat {
		width: 120px;
		height: 30px;
		margin: 0 32px 0 0;
		font-size: 16px;
	}
	.post_date {
		padding: 0 32px 0 0;
		font-size: 15px;
	}
	.post_ttl {
		margin: 0 0 40px;
		font-size: 34px;
	}
	.post_content p {
		margin: 20px 0;
		font-size: 18px;
	}
	.single_link {
		padding: 100px 0 0;
	}
	.post_page_link {
		width: 58%;
		height: 50px;
	}
	.post_prev {
		width: 21%;
	}
	.post_next {
		width: 21%;
	}
	.prev_link {
		margin: 0 0 0 20px;
		font-size: 14px;
	}
	.next_link {
		margin: 0 20px 0 0;
		font-size: 14px;
	}
	.post_page_link a {
		font-size: 14px;
	}
	.post_sidebar h2 {
		padding: 0 0 15px;
		font-size: 20px;
	}
	.recent_list li {
		padding: 20px 0;
	}
	.recent_list li a {
		font-size: 18px;
		line-height: 2;
	}
}
@media only screen and (min-width: 961px) {
	.post_page_wrap {
		display: flex;
	}
	.post_content_wrap {
		width: 66%;
	}
	.post_sidebar {
		width: 22%;
		margin: 0 0 0 12%;
	}
}


.single_ttl_noimg_wrap{
	margin: -100px 0 0;
}

@media only screen and (min-width: 796px) {
	.single_ttl_noimg_wrap{
		margin: 0 0;
	}
}