@charset "UTF-8";
/* @content */
#collection_detail .detail_title{
  background-image: url(../images/collection/title_top.png) , url(../images/collection/title_bottom.png) ; 
  background-position: top left , bottom right ; 
  background-size: 30px , 30px ; 
  background-repeat: no-repeat , no-repeat;
  padding: 20px 20px;
  margin-bottom: 20px;
}
#collection_detail .product_name_j{
  font-size: 38px;
  font-weight: normal;
}
#collection_detail .product_name_e{
  font-size: 21px;
  color: #808080;
}
#collection_detail .detail_author{
  background-color: #f2f2f2;
  padding: 20px 0;
  margin-bottom: 10px;
}
#collection_detail .detail_author_title{
  font-size: 16px;
  padding-bottom: 10px;
}
#collection_detail .author_j{
  font-size: 14px;
}
#collection_detail .author_e{
  font-size: 12px;
  color: #808080;
}
#collection_detail .detail_category{
  color: #808080;
  margin-bottom: 40px;
}
#collection_detail .detail_category span{
  margin-right: 20px;
}
#collection_detail .detail_category a{
  color: #000;
}
#collection_detail .detail_other{
  margin-bottom: 60px;
}
#collection_detail .detail_other dl{
  padding:20px 0;
  border-bottom:1px solid #000;
  text-align: left;
}
#collection_detail .detail_other dt{
  color: #808080;
  font-size: 13px;
  margin-bottom: 20px;
}
#collection_detail .detail_other dd{
  padding-left: 10px;
}
#collection_detail .detail_other dd span.mini{
  font-size: 12px;
  color: #808080;
  margin-top: 5px;
}

#collection_detail .alignment .product_picture{
  margin-bottom:20px;
}
/* ------------------------------------------
  pc1000pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1000px) {
    /* @content */
  #collection_detail .detail_title{
    background-size: 77px , 77px ; 
    padding: 40px 60px;
  }
  #collection_detail .detail_author_title{
    float: left;
    padding: 20px;
  }
  #collection_detail .detail_other{
    display: flex;
    border-left: 1px solid #000;
  }
  #collection_detail .detail_other dl{
    padding:20px 10px;
    border-bottom:none;
    text-align: center;
    border-right: 1px solid #000;
    width: 100%;
  }
  #collection_detail .alignment.horiz .product_picture{
    float: left;
    width: 48%;
  }
  #collection_detail .alignment.horiz .product_comment{
    float: right;
    width: 48%;
  }
  #collection_detail .alignment.verti .product_picture{
    width: 100%;
    text-align: center;
  }
}

