@charset "UTF-8";
.title-page { margin-bottom: 28px; }
.date,
.title-post,
.author,
.content {
	text-align: center;
	color: #231815;
	font-size: 13px;
}

.date {
	font-family: 'Heebo', sans-serif; font-weight: 500;
	font-size: 15px;
}

.title-post {
	font-size: 18px;
	margin: 20px 0 30px;
}

.author {
	color: #808080;
	margin-bottom: 66px;
}

.content {
	padding-bottom:20px!important;
	font-size: 13px;
	line-height: 2;
}

.content figure {
	max-width: 668px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

.content figcaption {
	font-size: 13px;
	line-height: 2;
	margin: 46px 0 41px;
}

.pagination-post {
	border-top: 1px solid #878787;
	padding-top: 33px;
	margin-bottom: 37px;
}

.pagination-post a {
	font-size: 13px;
	position: relative;
	color: #231815;
	vertical-align: middle;
}

.pagination-post a:hover {
	color: #999;
	text-decoration: none;
}

.pagination-post a > span,
.pagination-post a > img { vertical-align: middle; }

.pagination-post a:hover > span { text-decoration: underline; }

.pagination-post .prev-post { padding-left:28px; }

.pagination-post .prev-post::before {
	content: url("../img/icon_prev_n.png");
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pagination-post .next-post { padding-right:28px; }

.pagination-post .next-post::before {
	content: url("../img/icon_next_n.png");
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pagination-post .next-post img { margin-left: 25px; }

.pagination-post .prev-post img { margin-right: 25px; }

.pagination-post a img {
	transition: all 0.5s ease 0s;
	opacity: 1;
}

.pagination-post a:hover img { opacity: .85; }

.link-bottom-post {
	color: #231815;
	font-size: 13px;
	margin-bottom: 78px;
	display: inline-block;
}


.link-bottom-post:hover { color: #999; }

@media screen and (max-width: 768px) {
	.title-post {
		font-size: 15px;
		margin: 8px 0;
	line-height:1.4;
	}

	.author { margin-bottom: 20px; }

	.content {
		text-align: center;
		color: #231815;
		font-size: 12px;
		padding: 0;
	text-align:left;
	}

	.content figcaption { margin: 5px 0 8px; line-height:1.8; }

	.content figure img {
		width: 100%;
		height: auto;
	}

	.link-bottom-post { color: #808080; }
}