@media (max-width: 599px) {
  #detail.contents_section .contents_section_inner .detail_point > div p {
    text-align: center;
  }
}

.lbtable {
  width: 100%;
  margin-top: 22px;
  padding: 0;
  border: 2px solid #00a6d8;
  background: #ffffff;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .lbtable {
    margin-top: 10px;
  }
}
.lbtable tr + tr {
  border-top: 2px solid #00a6d8;
}
.lbtable tr th,
.lbtable tr td {
  padding: 3px 0;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 599px) {
  .lbtable tr th,
  .lbtable tr td {
    padding: 4px 0;
    font-size: 18px;
  }
}
.lbtable tr th:nth-of-type(1),
.lbtable tr td:nth-of-type(1) {
  width: flb(100, 800);
}
@media (max-width: 599px) {
  .lbtable tr th:nth-of-type(1),
  .lbtable tr td:nth-of-type(1) {
    width: flb(54, 330);
  }
}
.lbtable tr th:nth-of-type(2),
.lbtable tr td:nth-of-type(2) {
  width: flb(400, 800);
}
@media (max-width: 599px) {
  .lbtable tr th:nth-of-type(2),
  .lbtable tr td:nth-of-type(2) {
    width: flb(166, 330);
  }
}
.lbtable tr th:nth-of-type(3),
.lbtable tr td:nth-of-type(3) {
  width: flb(300, 800);
}
@media (max-width: 599px) {
  .lbtable tr th:nth-of-type(3),
  .lbtable tr td:nth-of-type(3) {
    width: flb(110, 330);
  }
}
.lbtable tr th {
  border-top: 2px solid #00a6d8;
  background: #00a6d8;
  color: #ffffff;
  font-weight: 700;
}
.lbtable tr th + th {
  border-left: 2px solid #ffffff;
}
@media (max-width: 599px) {
  .lbtable tr td {
    padding: 7px 0;
    font-size: 14px;
  }
}
.lbtable tr td + td {
  border-left: 2px solid #00a6d8;
}

.noticetxt {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 599px) {
  .noticetxt {
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
  }
}

.mq4sp {
  display: none;
}
@media (max-width: 599px) {
  .mq4sp {
    display: block;
  }
}/*# sourceMappingURL=dsk.css.map */