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

}



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

}