@charset 'UTF-8';


/* PAGE */

#page {
	
}


/* MOBILE */

@media screen and (max-width: 1200px) {
	
	#page {
		
	}

}

