body {
   color: #856c59;/* 文字色 */
   background-color: #eb3c07;/* 背景色 */
   font-size: 75%;
   font-family: JF-Dot MilkJF16;
   overflow: hidden;
}

html { scrollbar-width: none; } /* Firefox */
body { -ms-overflow-style: none; } /* IE and Edge */
body::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; } /* Chrome */

td,th{
   font-size: 1em;
}

/*--------------------------------------------------------
字体
--------------------------------------------------------*/

@font-face {
  font-family: "JF-Dot MilkJF16";
  src: url("/font/ttf/JF-Dot-milkjf16.ttf") format("truetype");
}

@font-face {
  font-family: "JF-Dot Jiskan24";
  src: url("/font/ttf/JF-Dot-jiskan24.ttf") format("truetype");
}
