/* goods
##################################### */
#goods #main {
  background: url("../img/goods/bg_t.png") no-repeat 0 0/100% auto;
}

.list_goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.7;
}

.list_goods .thum {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #826122 inset;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #826122 inset;
  border: 1px solid #826122;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  margin-bottom: 8px;
}

.list_goods .thum:before, .list_goods .thum:after {
  z-index: 1;
}

.list_goods .thum:before, .list_goods .thum:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 37px;
  background-size: 36px 37px !important;
}

.list_goods .thum:before {
  top: 0;
  background: url("../img/common/frame03_tl.png") no-repeat 0 0, url("../img/common/frame03_tr.png") no-repeat 100%;
}

.list_goods .thum:after {
  bottom: 0;
  background: url("../img/common/frame03_bl.png") no-repeat 0 0, url("../img/common/frame03_br.png") no-repeat 100%;
}

.list_goods .thum img {
  width: 100%;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.list_goods a:hover .thum img {
  opacity: .5;
}

.box_goods .img {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #826122 inset;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #826122 inset;
  border: 1px solid #826122;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box_goods .img:before, .box_goods .img:after {
  z-index: 1;
}

.box_goods .img:before, .box_goods .img:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 37px;
  background-size: 36px 37px !important;
}

.box_goods .img:before {
  top: 0;
  background: url("../img/common/frame03_tl.png") no-repeat 0 0, url("../img/common/frame03_tr.png") no-repeat 100%;
}

.box_goods .img:after {
  bottom: 0;
  background: url("../img/common/frame03_bl.png") no-repeat 0 0, url("../img/common/frame03_br.png") no-repeat 100%;
}

.box_goods .data span {
  display: table-cell;
  vertical-align: top;
}

.box_goods .data .label {
  width: 3em;
  padding: 0 25px 0 0;
  font-weight: bold;
  color: #9a1e23;
}

/* goods pc
===================================== */
@media screen and (min-width: 769px) {
  .list_goods {
    padding: 0 20px;
  }
  .list_goods li {
    width: 300px;
  }
  .list_goods li:nth-child(n+3) {
    margin-top: 80px;
  }
  .box_goods dl {
    overflow: hidden;
  }
  .box_goods dt {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: normal;
  }
  .box_goods dd:not(.img) {
    margin-left: 460px;
  }
  .box_goods dd:not(.img):not(:last-child) {
    margin-bottom: 30px;
  }
  .box_goods .img {
    float: left;
  }
}

/* goods sp
===================================== */
@media screen and (max-width: 768px) {
  .list_goods li {
    width: 47.38462%;
  }
  .list_goods li:nth-child(n+3) {
    margin-top: 40px;
  }
  .box_goods dt {
    margin-bottom: 15px;
  }
  .box_goods dd:not(.img):not(:last-child) {
    margin-bottom: 20px;
  }
  .box_goods .img {
    margin-bottom: 20px;
  }
}
