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

@media only screen and (max-device-width: 480px) {
	/* スマホ用のCSS */
	body{font-size: 20px;}



}