/* CSS Document */
body {
  background: url("../images/bg_pink.jpg") repeat;
  background-attachment: fixed;
  color: #000;
}

a, a:visited {
  text-decoration: none;
  color: #fff;
}

.hov img {
  transition: all 200ms 0s ease;
}

.hov:hover img {
  margin-top: -20px;
  margin-bottom: 20px;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

#top_img {
  text-align: center;
  background: url("../images/bg_top.png") no-repeat top center;
  height: 900px;
  padding-top: 50px;
}

.detail {
  margin-top: -115px;
}
.detail .box_detail {
  width: 1084px;
  margin: auto;
}

.info {
  padding-top: 40px;
  padding-bottom: 20px;
  background: url("../images/bg_blue.jpg") repeat;
  background-attachment: fixed;
}
.info .box_info {
  width: 978px;
  margin: auto;
}
.info .box_info img {
  vertical-align: top;
}

.buy {
  padding-top: 20px;
  padding-bottom: 70px;
  background: url("../images/bg_blue.jpg") repeat;
  background-attachment: fixed;
}
.buy .box_buy {
  text-align: center;
  width: 802px;
  margin: auto;
}
.buy .box_buy h2 {
  margin-bottom: 50px;
}
.buy .box_buy a:first-of-type {
  margin-right: 55px;
}

.btn_buyfix {
  position: fixed;
  right: calc(50% - 580px);
  bottom: 50px;
}

.copy {
  text-align: center;
  background: #6b3c30;
  color: #fff;
  line-height: 20px;
  padding: 20px;
  font-size: 14px;
}/*# sourceMappingURL=common.css.map */