@charset "UTF-8";
/* CSS Document */
body, html {
  margin: 0;
  padding: 0; }

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

button:hover {
  cursor: pointer; }

.center {
  text-align: center !important; }

.yellow {
  background-color: #FFFFCC !important; }

.red {
  color: #f00 !important; }

.blue {
  color: #00f !important; }

.flex {
  display: flex; }

.no_wrap {
  white-space: nowrap; }

.t_right {
  text-align: right !important; }

.t_left {
  text-align: left !important; }

a {
  text-decoration: none; }

header {
  display: flex;
  width: 100%;
  padding: 20px 0 10px 0; }
  header div {
    width: 200px;
    text-align: center; }
  header img {
    width: auto;
    height: 40px;
    margin-right: 20px; }
  header h1 {
    margin: auto;
    padding: 0; }

nav {
  display: flex;
  width: 100%;
  justify-content: center;
  background: #f6c6d1;
  color: #fff;
  margin-bottom: 20px;
  font-size: 10pt;
  font-weight: bold; }
  nav ul {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center; }
  nav li {
    min-width: 8%;
    border-right: 1px solid #eee;
    box-sizing: border-box; }
    nav li.ac_nav {
      background: #310000; }
      nav li.ac_nav a {
        color: #fff; }
  nav a {
    color: #270000;
    text-decoration: none;
    padding: 6px 10px;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
    nav a:hover {
      background: #270000;
      color: #fff; }

.month_mode {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 80px;
  font-size: 10pt; }
  .month_mode li {
    width: 50%;
    background: #aaa;
    text-align: center;
    color: #fff;
    padding: 6px; }
  .month_mode li.on {
    background: #310000; }
  .month_mode li:first-child {
    border-radius: 6px 0 0 6px; }
  .month_mode li:last-child {
    border-radius: 0 6px 6px 0; }
  .month_mode li:hover {
    cursor: pointer;
    background: #1DA1F2; }

.date_ul {
  display: flex;
  justify-content: center; }
  .date_ul li {
    margin: 0 10px; }
    .date_ul li a {
      border-width: 1px;
      border-style: solid;
      border-color: #f6c6d1;
      border-radius: 6px;
      padding: 4px 10px;
      background: #f6c6d1;
      color: #310000; }

main {
  width: 96%;
  margin: auto 2%;
  box-sizing: border-box;
  padding: 0 0 4% 0;
  min-height: calc(87vh - 20px); }
  main h2 {
    margin: 40px 0 10px 0;
    border-bottom: 1px solid #333; }

.table_box {
  width: 100%;
  overflow-x: scroll;
  max-height: 60vh;
  max-width: 98vw; }
  .table_box table {
    max-width: inherit; }

table {
  font-size: 10pt;
  width: 100%;
  overflow-x: scroll;
  border-top: 1px solid #555; }

.cursol:hover {
  cursor: pointer;
  background: #1DA1F2;
  color: #fff; }

.line_table {
  border-spacing: 0;
  border-collapse: collapse;
  color: #555;
  width: 100%;
  border-bottom: 1px solid #aaa; }
  .line_table th {
    background: #eee;
    text-align: center;
    padding: 6px 10px;
    border-top: 1px solid #aaa; }
    .line_table th .tab {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4px 8px;
      margin: auto;
      max-width: 20px; }
      .line_table th .tab:hover {
        background: #fff; }
      .line_table th .tab img {
        width: 100%; }
  .line_table td {
    text-align: right;
    border-top: 1px solid #aaa;
    padding: 6px 10px; }
  .line_table thead tr {
    position: sticky;
    top: 0; }
  .line_table .fixed {
    position: sticky;
    top: 0;
    z-index: 10; }
  .line_table .fixed2 {
    position: sticky;
    top: 33px;
    z-index: 1; }
  .line_table .fixed_w {
    position: sticky;
    left: 0%;
    width: 150px;
    min-width: 150px; }
  .line_table .fixed_w2 {
    position: sticky;
    left: 160px;
    width: 5%;
    background: #FFFFCC; }
  .line_table .left_line {
    border-left: 1px solid #aaa; }
  .line_table .t_fixed_w {
    position: sticky;
    left: 0%;
    width: 80px;
    min-width: 80px;
    box-sizing: border-box; }
  .line_table .t_fixed_w2 {
    position: sticky;
    left: 80px;
    width: 105px;
    min-width: 105px;
    box-sizing: border-box; }
  .line_table .t_fixed_w3 {
    position: sticky;
    left: 185px;
    width: 105px;
    min-width: 105px;
    box-sizing: border-box; }
  .line_table .t_fixed_w4 {
    position: sticky;
    left: 290px;
    width: 105px;
    min-width: 105px;
    box-sizing: border-box; }
  .line_table .code {
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    margin-right: 8px; }

.date_list {
  width: 90%;
  max-width: 1100px;
  margin: auto; }
  .date_list ul {
    display: flex;
    margin-bottom: 6px;
    align-items: center; }
  .date_list li {
    margin-right: 10px; }
  .date_list a {
    display: block;
    background: #f6c6d1;
    color: #270000;
    text-decoration: none;
    font-size: 9pt;
    padding: 4px 8px;
    border-radius: 4px; }
    .date_list a:hover {
      opacity: 0.8; }
    .date_list a.ac {
      background: #310000;
      color: #fff; }

footer {
  display: flex;
  justify-content: center;
  color: #fff;
  background: #000;
  padding: 6px 0;
  margin-top: 60px; }

/* ####  マージン　パディング  #####*/
.mt_00 {
  margin-top: 0px !important; }

.mb_00 {
  margin-bottom: 0px !important; }

.pt_00 {
  padding-top: 0px !important; }

.pb_00 {
  padding-bottom: 0px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.pt_10 {
  padding-top: 10px !important; }

.pb_10 {
  padding-bottom: 10px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.pt_20 {
  padding-top: 20px !important; }

.pb_20 {
  padding-bottom: 20px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.pt_30 {
  padding-top: 30px !important; }

.pb_30 {
  padding-bottom: 30px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.pt_40 {
  padding-top: 40px !important; }

.pb_40 {
  padding-bottom: 40px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.pt_50 {
  padding-top: 50px !important; }

.pb_50 {
  padding-bottom: 50px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.pt_60 {
  padding-top: 60px !important; }

.pb_60 {
  padding-bottom: 60px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.pt_70 {
  padding-top: 70px !important; }

.pb_70 {
  padding-bottom: 70px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.pt_80 {
  padding-top: 80px !important; }

.pb_80 {
  padding-bottom: 80px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.pt_90 {
  padding-top: 90px !important; }

.pb_90 {
  padding-bottom: 90px !important; }
