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

/* Mobile Portrait Size to Mobile Size (devices and browsers) */
@media only screen and (max-width:350px) {

body{font-size:13px;}


}