@charset "UTF-8";


/* ----------------------------------------------------------- */
/* お知らせ詳細                                                */
/* ----------------------------------------------------------- */
.static-detail .static_body{
	/* 画像の右揃えに対応、CKeditorと同じ幅を設定 */
	/* width: 798px; */
	margin-top: 10px;
	min-height: 300px;
}
.static-detail .static_body img{
	max-width: 100%;
}
/* [SCREEN SP] */
@media screen and (max-width: 768px){
	.static-detail .static_body{
		width: 100%;
	}
	.static-detail .static_body img{
		max-width: 100%;
	}
}/* }}} /[SCREEN SP] */



