@media only screen and (max-device-width : 480px) {
	body {background: url(photo/haikei-main_small.png) border-box repeat fixed;}
}

@media only screen and (min-device-width : 481px) {
	body {background: url(photo/haikei-main_large.png) border-box repeat scroll, url(photo/haikei-main_small.png) border-box repeat fixed;}
}
