/*-----PC//-----*/
@media  screen and (min-width: 992px) {
}
/*-----//PC-----*/

#WRAPPER{
	background-image: url("../../common/img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center 64px;
}


/*-----SP//-----*/
@media screen and (max-width: 991.9px){
}
/*-----//SP-----*/

/*-----共通//-----*/

/*-----//共通-----*/
