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

/* 
------------------------------------------------------------ */
body{}

/* font-size 
------------------------------------------------------------ */
html { font-size: 100%;}
@media screen and (max-width: 800px) {html {/*font-size: 90%;*/} html{font-size:95%;}}
@media screen and (max-width: 450px) {html {/*font-size: 65%;*/} html{font-size:90%;}}
@media screen and (max-width: 350px) {html {/*font-size: 75%;*/} html{font-size:85%;}}
@media screen and (max-width: 330px) {html {/*font-size: 75%;*/} html{font-size:80%;}}

@media screen and (orientation: landscape) and (max-device-width: 800px) {html {/*font-size: 90%;*/} html{font-size:95%;}}
@media screen and (orientation: landscape) and (max-device-width: 600px) {html {/*font-size: 65%;*/} html{font-size:85%;}}
@media screen and (orientation: landscape) and (max-device-width: 700px) {html {/*font-size: 75%;*/} html{font-size:80%;}}


/* reset 
------------------------------------------------------------ */
img{margin:0; padding:0; width:100%; height:auto;}

