﻿@charset "UTF-8";

/* 共通 */

body {
  color: #404040;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

th,
td {
  vertical-align: middle;
}
