table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  table-layout: fixed;
  line-height: 2em;
}
@media screen and (max-width: 1280px) {
  table {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  table {
    /*     width:90%; */
    line-height: 1.2em;
  }
}
@media screen and (max-width: 896px) {
  table {
    width: 900px;
  }
}
@media screen and (max-width: 450px) {
  table {
    width: 700px;
  }
}
table tr {
  background-color: #fff;
  padding: 0.35em;
  border: 1px solid #bbb;
  color: #3f3a34;
}
table th {
  color: #3f3a34;
  font-size: 1em;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  table th {
    padding: 0.5em;
    font-size: 0.7em;
  }
}
table td {
  padding: 2em 0.5em;
  border-right: 1px solid #bbb;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  table td {
    font-size: 0.7em;
    padding: 1em 0.2em;
  }
}
@media screen and (max-width: 1024px) {
  table thead {
    overflow-x: scroll;
  }
}
table thead tr {
  background-color: #3f3a34;
  color: #fff;
}
table tbody th {
  border-right: 1px solid #bbb;
}

th.non {
  border-right: none;
}

.txt {
  text-align: left;
  font-size: 0.85em;
}

.price {
  color: #3f3a34;
  font-weight: bold;
  font-size: 1.6em;
}
@media screen and (max-width: 1024px) {
  .price {
    font-size: 0.9em;
  }
}
.price span {
  font-size: 0.6em;
}

.red_bk {
  background: #df3e3e;
}

.red_bk2 {
  width: 40%;
  background-color: #df3e3e;
}

.red_bk2 img {
  width: 40%;
}

.red_bk3 {
  width: 12.5%;
  background-color: #df3e3e;
}

.red_bk3 img {
  width: 80%;
}

.r17 {
  font-weight: bold;
  margin: 0 auto;
}

.red-txt {
  color: #df3e3e;
  background: #f2ede7;
}

.black_table {
  width: 40%;
}

.black_table2 {
  width: 12.5%;
}

.black-text {
  background: #f2ede7;
}

table .btnarea td {
  padding: 0.2em 0.5em;
  border-right: none;
}

.thead_table th {
  color: #fff;
}

.fs {
  width: 5em;
}
@media screen and (max-width: 1024px) {
  .fs {
    width: 3em;
  }
}

.black_bk img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .black_bk img {
    width: 50%;
  }
}

.rl {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
  letter-spacing: 1em;
  color: #fff;
}

.rl2 {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
  letter-spacing: 1em;
  color: #3f3a34;
}

.ic_maru {
  color: #df3e3e;
}

.ic_maru img {
  width: 35%;
}

.ic_batu img {
  width: 35%;
}