.salesinfo-diagram {
  width: 100%;
  border: solid 2px #ccc;
  text-align: center;
  margin-bottom: 1em;
}
.salesinfo-diagram tr {
  border-bottom: solid 1px #ccc;
}
.salesinfo-diagram tr:last-child {
  border-bottom: none;
}
.salesinfo-diagram th,
.salesinfo-diagram td {
  font-size: 16px;
  padding: 1em 1em 1em 1.8em;
  box-sizing: border-box;
  text-align: left;
}
.salesinfo-diagram th a,
.salesinfo-diagram td a {
  color: #00c;
  text-decoration: underline;
}
.salesinfo-diagram th {
  background: #f2f2f2;
  width: 20%;
  font-weight: 500;
}
.salesinfo-diagram td {
  width: 80%;
}
.salesinfo-diagram ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.salesinfo-diagram ul li {
  margin-bottom: 0.5em;
}

.delivery-fee-min {
  max-width: 500px;
  width: 100%;
  border: none;
  text-align: center;
  margin-bottom: 1em;
}
.delivery-fee-min tr {
  border-bottom: solid 1px #ccc;
}
.delivery-fee-min tr:last-child {
  border-bottom: none;
}
.delivery-fee-min th,
.delivery-fee-min td {
  font-size: 16px;
  padding: 0.6em;
  box-sizing: border-box;
}
.delivery-fee-min th {
  background: #f2f2f2;
  font-weight: 500;
  text-align: center;
}
.delivery-fee-min td {
  text-align: left;
}
.delivery-fee-min td:first-child {
  padding-left: 1em;
  text-align: left;
}
.delivery-fee-min td:last-child {
  padding-right: 1em;
  text-align: right;
}

@media (max-width: 991px) {
  .salesinfo-diagram {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .salesinfo-diagram {
    border: solid 1px #ccc;
  }
  .salesinfo-diagram th,
.salesinfo-diagram td {
    font-size: 14px;
    padding: 0.7em 0.7em 0.7em 1em;
    width: 100%;
    display: block;
  }
  .salesinfo-diagram td table {
    width: 100%;
  }
  .salesinfo-diagram td table tr th,
.salesinfo-diagram td table tr td {
    width: 50%;
    display: inline-block;
  }
}
@media (max-width: 399px) {
  .salesinfo-diagram th,
.salesinfo-diagram td {
    font-size: 12px;
    padding: 0.3em;
  }
  .salesinfo-diagram td table th {
    text-align: center;
  }
  .salesinfo-diagram td table th:nth-child(1) {
    width: 62%;
  }
  .salesinfo-diagram td table th:nth-child(2) {
    width: 38%;
  }
  .salesinfo-diagram td table td {
    font-size: 11px;
  }
  .salesinfo-diagram td table td:nth-child(2) {
    text-align: right;
  }
}

/*# sourceMappingURL=salesinfo.css.map */
