	
@charset "utf-8";
	
html {font-size:625%;/*10 ÷ 16 × 100% = 62.5%*/}
@media only screen and (min-width:800px){
  html{font-size:625%;}
}
@media only screen and (max-width:640px){
  html{font-size:625%;}
}
@media only screen and (max-width:480px){
  html{font-size:468.75%;}
}
@media only screen and (max-width:414px){
  html{font-size:404.296875%;}
}
@media only screen and (max-width:412px){
  html{font-size:402.34375%;}
}
@media only screen and (max-width:411px){
  html{font-size:401.3675%;}
}
@media only screen and (max-width:375px){
  html{font-size:366.21125%;}
}
@media only screen and (max-width:360px){
  html{font-size:351.5625%;}
}
@media only screen and (max-width:320px){
  html{font-size:312.5%;}
}
