@charset "UTF-8";
body {
  background: none;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
body .yearSelectflex {
  align-items: center;
  gap: 1em;
}
body .yearSelectflex .form-label {
  margin: 0;
}
body .yearSelectflex #yearSelect {
  width: 8em;
}
body td,
body th {
  font-weight: normal;
}
body td.nowrap,
body th.nowrap {
  white-space: nowrap;
}
body .table-responsive td,
body .table-responsive th {
  font-size: 14px;
}
body .table-responsive .created_at {
  width: 7em;
}
body #reserveDetail .status-1 td {
  background-color: rgb(190, 190, 190);
}
body #reserveDetail .status1 td {
  background-color: rgb(245, 240, 168);
}
body .activeRow td {
  background-color: #c3bff8;
}/*# sourceMappingURL=adminlist.css.map */