@media screen and (min-width: 768px) {
		.news_box {
				width: 690px;
				max-width: 100%;
		}

		.post-head {
				margin-bottom: 35px;
		}

		.post-detail {
				padding-bottom: 50px;
		}
}
@media screen and (max-width: 767px) {
		.post-detail {
				padding-bottom: 10vw;
		}
}
/*# sourceMappingURL=news-detail.css.map */