.cr_tit + #container {
  margin-top: 50px !important;
}
div.product_images {
      width: 420px;
}
.zoom-desc{
  margin-left:0;
  float: none; 
  width:auto;
}
.zoom-desc ul{
  list-style: none;
}
.zoom-desc li{
  display: inline-block;
  width: 31%;
  margin-right:2%;
}
.zoom-desc li:nth-child(3n)
{
      margin-right: 0;
}
.zoom-tiny-image {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
}
.zoom-tiny-image.selected {
  border:none !important;
}
.zoom-tiny-image:hover {
    border:none !important;
}
div.add_cart {
  width: 300px !important;
  position: static !important;
}
div.product_link_area {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-left: 20px;
    margin-top: 10px;
}
div.product_description img{
   display: block;
   margin: 20px auto 0 auto;
}
div.product_description h2 + p{
   margin-top: 5px;
}
div.product_description img + h2{
   margin-top: 15px;
}
div.product_description img + p{
    margin: 5px 0;
}
div.product_description table {
      width: 100%;
    border: 1px solid #ddd;
      margin-top: 20px;
}
div.product_description table th{
      padding:  10px 5px;
    background: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.product_description table td{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
div.pd_sns_box {
      text-align: center;
  clear: both;
    overflow: hidden;
  margin-bottom: 60px;
   margin-top: 30px;
}
div.pd_sns_box ul {
      list-style: none;
}
div.pd_sns_box li{
    display: inline-block;
}
div.pd_sns_box li.fb-like {
      width: 140px;
}
div.pd_sns_box li.twitter {
  width: 80px;
}
div.pd_sns_box li.line {
  width: 80px;
}
div.product_link_area ul.other_link {
      margin-top: 5px;
}
div.product_link_area ul.other_link li {
      margin-bottom: 5px;
}
div.product_link_area ul.other_link a {
  text-decoration:none;
}
table.add_cart_table th {
  padding: 15px 0 15px 10px;
  text-align: left;
  border-right: 1px solid #ccc;
}
table.add_cart_table td {
  padding-left:15px !important;
}
.btn-primary {
      background: #000;
    border-radius: 5px;
    padding: 15px 0;
}
div.product_detail_area {
  margin-bottom: 5px;
}
#main h3 {
      text-align: center;
  font-size: 130%;
}
div.product_description {
  border-bottom: 2px solid #B5B5B6;
      padding-bottom: 50px;
    margin-bottom: 50px;
}
#box_alsobought{
    border-bottom: 2px solid #B5B5B6;
    border-top: 2px solid #B5B5B6;
    padding: 40px 0 20px;
}
#box_alsobought .item_box {
      width: 30%;
}
#box_sellers{
    border-bottom: 2px solid #B5B5B6;
    padding-bottom: 20px;
}
#box_recentlychecked.box {
  border-bottom:none;
}
/*オプション用矢印*/
select {
   width: 100%;
    padding: 5px 12px;
    background: url(https://img21.shop-pro.jp/PA01414/769/etc/pld_icon.png?cmsp_timestamp=20180411184040) 90% 50% no-repeat;
    background-size: 15px;
}
table.add_cart_table td input {
    width: 95%;
    border: 1px solid rgb(169, 169, 169);
    padding: 5px;
}
/*size:1000px以下共通
----------------------------------------------------*/
@media screen and (max-width:1000px){
  div.add_cart{width: 35% !important;
  }
div.product_images {
    width: 60%;
  }
.zoom-small-image {
   width: auto;
  }
}

/*size:767px以下共通
----------------------------------------------------*/
@media screen and (max-width:767px){
  div.add_cart{
    width: auto !important;
    float:none;
  }
div.product_images {
     width: auto;
    float:none;
  }
.zoom-small-image {
   width: auto;
  }
div.product_link_area {
  padding:10px 0 10px 20px;
  border-bottom:none;
  border-top:none;
  }
div.disable_cartin {
  padding-top:8px;
  }
div.pd_sns_box {
  margin-top:10px;
  }
div.pd_sns_box li.fb-like {
      width: 80px;
  }
#box_alsobought .item_box {
      width: 32%;
}
.product_description img {
      width: auto;
    height: auto;
  }
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}