@charset "UTF-8";
/* CSS Document */

/*[PC]*/
@media print, screen and (min-width: 769px) {

/****************************
[PC]ご利用規約
*****************************/
	#notice {}
}

/*[SP]*/
@media only screen and (max-width: 768px) {

/****************************
[SP]ご利用規約
*****************************/
	#notice {}
	
}