@charset "UTF-8";
html,
body {
  color: #333;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #fff;
}

#wrapper {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

footer .copyright {
  color: #fff;
  background-color: #000;
}
footer .copyright a {
  color: #fff;
}

#sect-main {
  padding: 20px 40px 40px;
}
#sect-main .catch {
  font-size: 42px;
}

#sect-content {
  background-color: #e4e4e4;
}

.btn-main a {
  color: #fff;
  -moz-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  -webkit-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  background-color: #f00;
}
.btn-main a:hover {
  color: #f00;
  -moz-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  -webkit-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  background-color: #fff;
}

.price .price-before:before {
  border-top: solid 3px #f00;
}
.price .price-before:after {
  border-bottom: solid 3px #f00;
}
.price .price-after {
  color: #f00;
}

.price-summary .sale {
  color: #f00;
}

.series-intro {
  margin: 60px 160px 0;
  text-align: center;
}
.series-intro a {
  color: #055faa;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}
.series-intro a img {
  width: 100%;
}
