@charset "utf-8";
/* =================================================
	news
================================================= */

/* #sec_head ----------------------- */
@media only screen and (max-width: 768px) {
	#sec_head h1 {
		background:url(../img/report/sec_head_img01.jpg) no-repeat 150% top;
		background-size:contain;
	}
}

@media print,screen and (min-width: 769px) {
	#sec_head h1 {
		background:url(../img/report/sec_head_img01.jpg) no-repeat right top;
		background-size:contain;
	}
}

/* #sec_news_list ----------------------- */
@media only screen and (max-width: 768px) {
	#sec_news_list {
	}
}

@media print,screen and (min-width: 769px) {
	#sec_news_list {
	}
}