/* CSS Document */
@charset "utf-8"

@media screen and (max-width: 640px) {
   /* 640px以下の場合 */

                                             
	html {
		zoom: 30% !important;
	}

 	body {
		font-size: 250% !important;
		-webkit-text-size-adjust: 100%;
	}

	div.fullWidth {
		width:100% !important;
	}

	img {
	 	max-width:100%;
	}

}


