@charset "utf-8";
/*トップページ用
--------------------------------------------------*/
/* 編集後記 */


	.after-edit-news-bg {
		background-image: url(https://www.tut.ac.jp/tempaku/imgs/top/bg_after_edit.png);
		background-size: cover;
		padding: 10px 0;
		margin-bottom: 20px;
		background-position: 210px 0;
		background-repeat: no-repeat;
	}

@media screen and (max-width: 1050px) {
.after-edit-news-bg {
		background-position: 0 0;
}
}
@media screen and (max-width: 650px) {
.after-edit-news-bg {
    background: #a2c9e9 none repeat scroll 0 0;
}
}