@charset "utf-8";
/* CSS Document */

#wrap {
	background-image: url(../img/bg01.jpg);
}
#wrap.bg02 {
	background-image: url(../img/bg02.jpg);
}
#wrap.bg03 {
	background-image: url(../img/bg03.jpg);
}


@media screen and (max-width:768px) {
	#wrap::before {
		background-image: url('../img/bg01.jpg');
	}
}

