@charset "UTF-8";
@media print {
  .z-1.flex.flex-col.gap-4 {
    display: none;
  }
  .login_box {
    display: block;
    background-color: #efefef;
    padding: 30px;
  }
  .login_btn {
    color: #333;
    cursor: pointer;
  }
  p {
    color: #333;
    margin-bottom: 0;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  #main_contents p {
    margin: 0 0 20px;
  }
  table th, table td {
    vertical-align: top;
  }
  table th {
    text-align: left;
    padding-right: 10px;
    white-space: nowrap;
  }
  table .bg-red-200 {
    background-color: #ffb3b3;
  }
  input, select, textarea {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 1px #000;
  }
  .login {
    text-align: right;
  }
  .members {
    border-collapse: collapse;
  }
  .members th, .members td {
    border: solid 1px #e1e1e1;
    text-align: center;
  }
  .members th {
    text-align: left;
    padding: 5px;
    white-space: nowrap;
    background-color: #F8F0E5;
  }
  .members th.day {
    text-align: center;
  }
  .members th.week {
    text-align: center;
  }
  .table_set {
    overflow: scroll;
  }
  .members2 {
    border-collapse: separate;
    border-spacing: 0;
  }
  .members2 tr:first-child th, .members2 tr:first-child td {
    border-collapse: separate;
  }
  .members2 th, .members2 td {
    border: solid 1px #e1e1e1;
  }
  .members2 th {
    text-align: left;
    padding: 5px;
    white-space: nowrap;
  }
  .members2 th.day, .members2 th.week {
    background-color: #F8F0E5;
    text-align: center;
  }
  .members2 th.fixed {
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    border: solid 1px #e1e1e1;
  }
  .members2 th.fixed.color01 {
    background-color: #F8F0E5;
  }
  .members2 th.fixed span {
    font-weight: normal;
  }
  .members2 td {
    padding: 5px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .members2 td.new {
    background-color: #0F2C59;
  }
  .members2 td.new a {
    color: #fff;
  }
  .members2 td.edit {
    background-color: #999;
  }
  .members2 td.edit a {
    color: #fff;
  }
  .detail {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
  }
  /* public/css/custom.css */
  .table-bordered {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    background-color: #fff;
    font-size: 14px;
  }
  .table-bordered tr.bg-red-200 {
    background-color: #ffb3b3 !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
  }
  .table-bordered th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #333;
  }
  .table-bordered tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.25rem 0.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    margin: 0px 10px;
  }
  .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #fff;
  }
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
  }
  .calendar-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
  }
  .calendar-table th, .calendar-table td {
    padding: 10px;
    border: 1px solid #ddd;
  }
  .calendar-day {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: inherit;
  }
  .calendar-day:hover {
    background-color: #f0f0f0;
  }
  .bg-yellow-300 {
    background-color: #fef08a; /* 好きな色に変更 */
  }
  .bg-blue-100 {
    background-color: grey;
    color: #fff;
  }
  .bg-blue-500 {
    background-color: grey;
    color: #fff;
  }
  .search_form input, .search_form select {
    margin-bottom: 0;
  }
  .search_form .clear_btn {
    padding-top: 11px;
  }
  .nav_btn {
    height: 70px;
    margin-bottom: 20px;
  }
}
.login_box {
  display: block;
  background-color: #efefef;
  padding: 30px;
}

.login_btn {
  color: #333;
  cursor: pointer;
}

p {
  color: #333;
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

#main_contents p {
  margin: 0 0 20px;
}

table th, table td {
  vertical-align: top;
}
table th {
  text-align: left;
  padding-right: 10px;
  white-space: nowrap;
}
table .bg-red-200 {
  background-color: #ffb3b3;
}

input, select, textarea {
  margin-bottom: 20px;
  padding: 10px;
  border: solid 1px #000;
}

.login {
  text-align: right;
}

.members {
  border-collapse: collapse;
}
.members th, .members td {
  border: solid 1px #e1e1e1;
  text-align: center;
}
.members th {
  text-align: left;
  padding: 5px;
  white-space: nowrap;
  background-color: #F8F0E5;
}
.members th.day {
  text-align: center;
}
.members th.week {
  text-align: center;
}

.table_set {
  overflow: scroll;
}

.members2 {
  border-collapse: separate;
  border-spacing: 0;
}
.members2 tr:first-child th, .members2 tr:first-child td {
  border-collapse: separate;
}
.members2 th, .members2 td {
  border: solid 1px #e1e1e1;
}
.members2 th {
  text-align: left;
  padding: 5px;
  white-space: nowrap;
}
.members2 th.day, .members2 th.week {
  background-color: #F8F0E5;
  text-align: center;
}
.members2 th.fixed {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  border: solid 1px #e1e1e1;
}
.members2 th.fixed.color01 {
  background-color: #F8F0E5;
}
.members2 th.fixed span {
  font-weight: normal;
}
.members2 td {
  padding: 5px;
  white-space: nowrap;
  vertical-align: middle;
}
.members2 td.new {
  background-color: #0F2C59;
}
.members2 td.new a {
  color: #fff;
}
.members2 td.edit {
  background-color: #999;
}
.members2 td.edit a {
  color: #fff;
}

.detail {
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
  background-color: #000;
  color: #fff;
}

/* public/css/custom.css */
.table-bordered {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  background-color: #fff;
  font-size: 14px;
}
.table-bordered tr.bg-red-200 {
  background-color: #ffb3b3 !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  padding: 8px 12px;
  text-align: left;
  vertical-align: middle;
}

.table-bordered th {
  background-color: #f8f9fa;
  font-weight: bold;
  color: #333;
}

.table-bordered tr:nth-child(even) {
  background-color: #f2f2f2;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.25rem 0.6rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin: 0px 10px;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #fff;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.calendar-table th, .calendar-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.calendar-day {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: inherit;
}

.calendar-day:hover {
  background-color: #f0f0f0;
}

.bg-yellow-300 {
  background-color: #fef08a; /* 好きな色に変更 */
}

.bg-blue-100 {
  background-color: grey;
  color: #fff;
}

.bg-blue-500 {
  background-color: grey;
  color: #fff;
}

.search_form input, .search_form select {
  margin-bottom: 0;
}
.search_form .clear_btn {
  padding-top: 11px;
}

.nav_btn {
  height: 70px;
  margin-bottom: 20px;
}

#calendar .border-collapse .new_data {
  font-weight: bold;
  background-color: #0d6efd;
  padding: 5px 2px;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
  display: block;
}
#calendar .border-collapse .old_data {
  font-weight: bold;
  background-color: #dc3545;
  padding: 5px 2px;
  border-radius: 5px;
  margin-top: 10px;
  display: block;
}
#calendar .border-collapse .old_data a {
  color: #fff;
}

a.text_red {
  color: #dc3545;
  text-decoration: underline;
}
a.text_red:hover {
  color: #dc3545;
}/*# sourceMappingURL=style.css.map */