body {
  font-size: 14px;
  line-height: 150%;
}

td, th {
  font-size: 14px;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
}
.content h1 {
  margin: 0 0 10px 0;
  padding: 10px 0 8px 10px;
  font-size: 16px;
  line-height: 150%;
  background-color: #000;
  color: #fff;
}
.content h2 {
  padding: 10px 0 8px 10px;
  font-size: 14px;
  line-height: 150%;
  background-color: #eee;
}

.hero {
  margin: 0 auto 20px;
  text-align: center;
}
.hero img {
  display: block !important;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1200px;
}

.entry {
  margin: 0 0 30px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .entry {
    padding: 0 5px;
  }
}

.dm .attention {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.dm .attention li {
  margin: 5px 0 0 15px;
  padding: 0 0 0 7px;
  position: relative;
}
.dm .attention li:first-child {
  margin: 0 0 0 15px;
}
.dm .attention li:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #e00000;
  position: absolute;
  top: 4px;
  left: -3px;
}
.dm .mailorder {
  background-color: #f4eb3a;
  text-align: center;
  border-radius: 10px;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.dm .mailorder:hover {
  background-color: #ff9900;
}
.dm .mailorder a {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  color: #333;
  text-decoration: none;
}
.dm .mailorder a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dm .size {
  text-align: center;
  margin: 0 auto 25px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dm table {
  border: 1px solid #666;
  width: 100%;
}
.dm table thead tr th {
  background: #f1f1f1;
}
.dm table tr th, .dm table tr td {
  padding: 8px 10px;
}/*# sourceMappingURL=style_ver2.css.map */