@charset "UTF-8";

@media only screen and (max-width: 640px) {
  .kbb-table--01 {
    overflow: auto;
    white-space: nowrap;
  }
}
.kbb-table--01 table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #a5a5a5;
}
.kbb-table--01 th {
  color: #fff;
  font-weight: bold;
  background: #a5a5a5;
  padding: 0.4em;
}
.kbb-table--01 td {
  padding: 0.4em;
}
.kbb-table--01 .product {
  width: 60%;
}
.kbb-table--01 th:nth-of-type(2) {
  width: 20%;
}
.kbb-table--01 th:nth-of-type(3) {
  width: 20%;
}
.kbb-table--01 .price {
  text-align: center;
}