@charset "UTF-8";
/*
style_news.css - お知らせ
Author: Y.Okubo
Last-update: 2020-09-01
----------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------*/
.wrap_single_post {
	width: 90%;
	margin: 0 auto;
}

.ttl_single_post {
	font-size: 16px;font-size: 16rem;
}

.single_date {
	margin: 0 0 10px;
	font-size: 12px;font-size: 12rem;
}

.wrap_single_post iframe {
}



@media print,screen and (min-width: 769px) {
	.wrap_single_post {
		width: 100%;
		max-width: 1000px;
		min-height: 300px;
		height: auto;
		margin: 0 auto 80px;
	}

	.ttl_single_post {
		font-size: 20px;font-size: 20rem;
	}

	.single_date {
		margin: 0 0 30px;
		font-size: 14px;font-size: 14rem;
	}



	.wrap_single_post img {
		width: 100%;
		max-width: 600px;
	}
}