@charset "UTF-8";
/* ===== Base Settings ===== */

body{ zoom:65% !important;}
/* IE10以上 */

@-moz-document url-prefix() {
  body{
  zoom: 0.55 !important;
        transform: scale(1);
        transform-origin: 0 0;
  }
  nav {
        width: 200px !important;
  }
  #main h2 {
        width: 520px !important;
  }
}


