@charset "UTF-8";

.tbl-cal-name {
  padding: 10px 15px;
  border: 1px solid #ededed;
  background: #f5f6f8;
}

.tbl-cal-box {
  width: 32%;
  margin-left: 1.9%;
  float: left;
}

.tbl-cal-box-full {
  width: 100%;
}

.tbl-cal-inner {
  width: 100%;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
}

.tbl-cal-box:first-child {
  margin: 0;
}

.tbl-cal-week-cont,
.tbl-cal-days-cont {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-right: 1px solid #ededed;
}

.tbl-cal-week-cont-list {
  background: #f5f6f8;
}

.tbl-cal-week-cont-list,
.tbl-cal-days-cont-list {
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.tbl-cal-week-cont-list:first-child,
.tbl-cal-days-cont-list:first-child {
  border-left: 0;
}

.tbl-cal-days-cont-list-yellow {
  background: #ffe9ac;
}

.tbl-cal-text {
  margin-top: 15px;
}

.tbl-cal-text-link::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-left: 5px;
}

.tbl-anchor {
  width: 100%;
  margin-top: 50px;
}

.tbl-th-w297 {
    width: 297px;
}

@media (max-width: 768px) {
  .tbl-cal-box {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    float: none;
  }

  .tbl-cal-box:first-child {
    margin-top: 0;
  }

  .tbl-anchor {
    margin-top: 0;
  }
  .tbl-th-w297 {
    width: 30%;
  }
}

.fix-role-name {
    min-width : 2em;
    width: 2em;
}
.fix-tank-name {
    min-width : 4em;
    width: 4em;
}
.fix-task-name {
    min-width : 7em;
    width: 7em;
}

.tbl-tank01 tr th {
  text-align: center;
}

.tbl-tank01 tr td,
.tbl-tank01 tr th {
  padding: 5px !important;
}

.tbl-tank01 > tbody > tr > td:not(.fix-task-name) {
  text-align: center;
}
