@media only screen and (min-width: 600px) {
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#eyecatch{
	height: 150px;
	background-image: url(../img/eyecatch/eye_news.jpg);
}

}



@media only screen and (max-width: 599px) {
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
#eyecatchここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#eyecatch{
	background-image: url(../img/eyecatch/eye_news.jpg);
}

}