@charset "UTF-8";
/* =====================
  お買い物ガイド
 ======================= */
.main_cont img {
  width: auto;
}

.table {
  border-top: #d4d1cb solid 1px;
  border-left: #d4d1cb solid 1px;
  border-right: #d4d1cb solid 1px;
}

.table th {
  border-bottom: #d4d1cb solid 1px;
  width: 120px;
  background: #deeff6;
  vertical-align: middle;
}

.table td {
  border-bottom: #d4d1cb solid 1px;
}

/* スマホ
  ------------------------ */
@media (max-width: 768px) {
  .table th, .table td {
    display: block;
    width: 100%;
  }
  .table th img, .table td img {
    margin: 10px auto;
  }
}

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