@charset "utf-8";
/* CSS Document */
.m-tbl {
  border: none;
}
.m-tbl thead th {
  padding: 9px 0 8px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border: none;
  background: #ffffff;
}
.m-tbl .green {
  background: green;
}
.m-tbl .p-green {
  background: #7caa7c;
}
.m-tbl .black {
  background: black;
}
.m-tbl .gray {
  background: #a2a2a2;
}
.m-tbl tbody th, .m-tbl tbody td {
  height: 42px;
  text-align: center;
  padding: 10px 6px;
  border: 1px solid #d1d1d1;
}
.m-tbl tbody th {
  text-align: left;
}
.m-tbl tbody tr {
  font-size: 1.2rem;
}
.m-tbl tbody tr:first-child th, .m-tbl tbody tr:first-child td {
  border-top: 1px solid #d1d1d1;
}
.m-tbl__inner {
  min-width: 450px;
}
@media screen and (max-width: 767px) {
  .m-tbl[data-type="scroll"] table {
    width: 600px;
  }
}