@charset "UTF-8";
.page_s {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}
.release_btnbk {
  margin-bottom: 35px;
}
#release .release_ttl {
  font-size: clamp(15px, 2.04vw, 20px);
  margin-bottom: 5px;
}
#release .notes {
  margin-bottom: 35px;
}
#release .tbwrap {
  width: 100%;
  padding-bottom: 20px;
  overflow: auto;
}
#release .tbwrap table {
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  min-width: 675px;
}
#release .tbwrap table th,
#release .tbwrap table td {
  border: 1px solid #999;
  padding: 5px 0.3em;
}
#release .tbwrap table th {
  background: #0a4174;
  color: #fff;
}
#release .tbwrap table th:nth-child(1) {
  width: 4em;
}
#release .tbwrap table th:nth-child(2) {
  width: 11em;
}
#release .tbwrap table th:nth-child(3) {
  width: calc(100% - 36em);
}
#release .tbwrap table th:nth-child(4) {
  width: 9em;
}
#release .tbwrap table th:nth-child(5) {
  width: 12em;
}
#release .tbwrap table td:first-child {
  text-align: center;
}
#release .tbwrap table td.new_book_sub {
  font-size: 13px;
  text-align: left;
  background: #d9e7f3;
  padding: 5px 1em;
}

/* -------------------------------------
comic
------------------------------------- */
.comic #release .tbwrap table th:nth-child(2) {
  width: 15em;
}
.comic #release .tbwrap table th:nth-child(3) {
  width: calc(100% - 31em);
}
.comic #release .tbwrap table th:nth-child(4) {
  width: 11em;
}
.comic #release .tbwrap table th:nth-child(5) {
  width: 5em;
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 400px) {
}
