@charset "utf-8";

@media all\0 {
  html {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic";
  }
  button, input, select {
    font-family: "MS UI Gothic";
  }
  code, kbd, listing, plaintext, pre, samp, textarea, tt, xmp {
    font-family: "ＭＳ ゴシック", "MS Gothic";
  }
}
@supports (-ms-ime-align: auto) {
  html {
    font-family: "メイリオ", Meiryo;
  }
  button, input, select {
    font-family: "MS UI Gothic";
  }
  code, kbd, listing, plaintext, pre, samp, textarea, tt, xmp {
    font-family: "ＭＳ ゴシック", "MS Gothic";
  }
}
