@charset "UTF-8";
.disco .content:before {
  background: url(../img/in_disco/bg_yukinojo.png) no-repeat center center;
}

.disco .disco_detail {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

.disco .disco_detail strong {
  font-weight: bold !important;
}

.disco .disco_detail hr {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border: 0;
  border-bottom: 1px solid #595544;
  opacity: .2;
  filter: alpha(opacity=20);
}

.disco .disco_detail a {
  text-decoration: underline;
}

.disco .disco_detail a:hover {
  text-decoration: none;
}

.disco .disco_detail .product {
  position: relative;
  min-height: 580px;
}

.disco .disco_detail .product .img_buy {
  float: right;
  margin-left: 50px;
  width: 400px;
  text-align: center;
}

.disco .disco_detail .product .img_buy img {
  vertical-align: bottom;
}

.disco .disco_detail .product .img_buy .disc_jk {
  width: 400px;
  height: 400px;
  margin-bottom: 20px;
}

.disco .disco_detail .product .img_buy .disc_jk img {
  max-width: 100%;
  max-height: 100%;
}

.disco .disco_detail .product .img_buy .disc_buy {
  margin-bottom: 10px;
}

.disco .disco_detail .product .img_buy .disc_buy > div {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.disco .disco_detail .product .img_buy .disc_buy > div:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.disco .disco_detail .product .info_txt {
  line-height: 1.5;
}

.disco .disco_detail .product .info_txt .disc_type {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
  font-weight: bold;
  color: #b39242;
}

.disco .disco_detail .product .info_txt .disc_title {
  margin-bottom: 30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  font-weight: bold;
  color: #b39242;
}

.disco .disco_detail .product .info_txt .disc_txt01 {
  margin-top: 20px;
}

.disco .disco_detail .disc_contents {
  margin-top: 20px;
  line-height: 1.5;
}

.disco .disco_detail .disc_contents .disc_name {
  margin-top: 10px;
  color: #b39242;
  font-weight: bold;
}

.disco .list_pager {
  text-align: center;
}
