﻿@charset "UTF-8";

/* 共通 */

body {
  color: #222;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "IBM Plex Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

th,
td {
  vertical-align: middle;
}

body * {
  scrollbar-width: thin;
  scrollbar-color: #707070 #f7f7f7;
}

body *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body *::-webkit-scrollbar-track {
  background: #f7f7f7;
}

body *::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 2px;
}

body *::-webkit-scrollbar-thumb:hover {
  background: #555;
}
