@charset "UTF-8";
.goods .content:before {
  background: url(../img/in_goods/bg_kakeru.png) no-repeat center center;
}

.goods .content .goods_list {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

.goods .content .goods_list .list_content_min_goods {
  margin-top: 30px;
  padding-top: 35px;
  letter-spacing: -.4em;
}

.goods .content .goods_list .list_content_min_goods li {
  position: relative;
  display: inline-block;
  width: 310px;
  margin: 0 25px 95px 0;
  padding: 0 25px;
  background: url(../img/common/in/frame_repeat_310.png) repeat-y center bottom;
  letter-spacing: normal;
  vertical-align: top;
}

.goods .content .goods_list .list_content_min_goods li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -35px;
  display: block;
  width: 310px;
  height: 35px;
  background: url(../img/common/in/frame_head_310.png) no-repeat center bottom;
}

.goods .content .goods_list .list_content_min_goods li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -35px;
  display: block;
  width: 310px;
  height: 35px;
  background: url(../img/common/in/frame_bottom_310.png) no-repeat center top;
}

.goods .content .goods_list .list_content_min_goods li:nth-child(3n) {
  margin-right: 0;
}

.goods .content .goods_list .list_content_min_goods li .list_content_min_goods_in {
  position: relative;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.goods .content .goods_list .list_content_min_goods li .list_content_min_goods_in:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.goods .content .goods_list .list_content_min_goods li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

.goods .content .goods_list .list_content_min_goods li .list_min_img {
  position: relative;
  top: -10px;
  width: 260px;
  height: 260px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.goods .content .goods_list .list_content_min_goods li .list_min_title {
  position: relative;
  top: 0;
  bottom: -10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  color: #b39242;
  line-height: 1.3;
  font-weight: bold;
}

.goods .content .goods_list .goods_title {
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
}

.goods .content .goods_list hr {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border: 0;
  border-bottom: 1px solid #595544;
  opacity: .2;
  filter: alpha(opacity=20);
}

.goods .content .goods_list .text_head {
  margin-top: 30px;
}

.goods .content .goods_list .text_head strong {
  font-weight: bold !important;
}

.goods .content .goods_list .text_head img {
  max-width: 100%;
  height: auto !important;
}

.goods .content .goods_list .list_content_min {
  margin-top: 30px;
}

.goods .content .goods_list .list_content_min .modal_win {
  position: relative;
  display: block;
  color: #595544;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.goods .content .goods_list .list_content_min .modal_win:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.goods .content .goods_list .list_content_min .modal_win .list_min_img {
  position: relative;
  top: -10px;
  width: 260px;
  height: 260px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.goods .content .goods_list .list_content_min .modal_win .list_min_title {
  position: relative;
  top: 0;
  bottom: -10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  color: #b39242;
  line-height: 1.3;
  font-weight: bold;
}

.goods .content .list_pager {
  margin-top: 50px !important;
}

.goods .content .banner_area {
  text-align: center;
}

.goods .content .banner_area li {
  display: inline-block;
  width: 350px;
  margin: 0 4px 10px;
}

.goods .content .banner_area li img {
  max-width: 100%;
}

.goods .content .banner_area li a {
  display: block;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.goods .content .banner_area li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
