* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  font-weight: normal;
  color: #333;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lazyloaded {
  opacity: 1;
}

.colorbox,
.colorbox_inline {
  background: url(../img/loading.gif) no-repeat center;
}

.p-checkList {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.p-checkList .-detail2 {
  display: none !important;
}
.p-checkList .-detail3 {
  display: none !important;
}
.p-checkList thead {
  position: relative;
  z-index: 10000;
}
.p-checkList thead tr th {
  position: sticky;
  top: 0;
  color: #fff;
  background: #333;
  padding: 10px;
  border: 1px solid #ccc;
}
@media print {
  .p-checkList thead tr th {
    position: relative;
  }
}
.p-checkList thead tr th._new {
  background: #f99;
}
.p-checkList thead tr th._old {
  background: #999;
}
.p-checkList tbody tr.is-error {
  display: table-row;
}
.p-checkList tbody tr.is-error td {
  background: #fee;
}
.p-checkList tbody tr td {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.p-checkList tbody tr td._id {
  text-align: center;
}
.p-checkList tbody tr td._db {
  text-align: center;
}
.p-checkList tbody tr td._kubun {
  text-align: center;
}
.p-checkList tbody tr td._kubun.new {
  background: rgba(255, 0, 0, 0.3);
}
.p-checkList tbody tr td._kubun.kizon {
  background: rgba(0, 255, 0, 0.3);
}
.p-checkList tbody tr td._kubun.sai {
  background: rgba(0, 0, 255, 0.3);
}
.p-checkList tbody tr td._img {
  text-align: center;
}
.p-checkList tbody tr td._img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-checkList tbody tr td._img.-gaku_row img, .p-checkList tbody tr td._img.-row img {
  width: 100%;
  height: 50%;
  max-width: 200px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-checkList tbody tr td._img.-gaku_col img, .p-checkList tbody tr td._img.-col img {
  width: 50%;
  height: 100%;
  max-width: 100px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-checkList tbody tr td._img a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.p-checkList tbody tr td._img a > span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.p-sim {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-sim ._row {
  height: 100px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
}
.p-sim ._row.-top {
  top: 0;
}
.p-sim ._row.-bottom {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-sim ._col {
  height: 100%;
  width: 100px;
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
}
.p-sim ._col.-left {
  left: 0;
}
.p-sim ._col.-right {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-red {
  color: #f00;
}

.c-blue {
  color: #00f;
}

.c-gray {
  color: #ccc;
}/*# sourceMappingURL=style.css.map */