.shoppingguide01 {
  margin-bottom: 150px;
}
.shoppingguide02 {
  margin-bottom: 100px;
}
.guide {
  clear: both;
  list-style: none;
  font-size: 90%;
}
.guide li {
  float: left;
  padding: 20px 0;
  width: 80%;
}
.guide li.left {
  font-weight: bold;
  width: 11em;
}
.postage-title {
  font-weight: bold;
  margin-top: 40px;
}
@media (min-width: 1600px) {
  /* 表示領域が1600px以上の場合に適用するスタイル */
  .postage {
    border: 1px solid #000;
    font-size: 90%;
    margin: 5px 0 20px 0;
    background-color: #fff;
  }
}
@media (max-width: 1599px) {
   /* 表示領域が1600px未満の場合に適用するスタイル */
  .postage {
    border: 1px solid #000;
    font-size: 80%;
    margin: 5px 0 20px 0;
    background-color: #fff;
  }
}
.postage tr {
  height: 30px;
}
.postage td {
  width: 80px;
  text-align: center;
  border: 1px dotted #000;
}