@charset "utf-8";

/*759px以下*/
@media screen and (max-width: 759.9px) {
/*title*/
#title {

	background: url(../images/bg.jpg) no-repeat 50% 0;
	background-size: cover;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*title*/
#title {
	background: url(../images/bg.jpg) no-repeat 50% 0;
	background-size: cover;
}
}