.zoom-small-image,div.product_images{
 //width:350px; 
}
div.add_cart {
  left: 360px;
width: 320px;
}

.zoom-desc {
  width:340px;  
}
a.cloud-zoom-gallery {
 float:left; 
}
h2.product_name{
font-family: 'Noto Sans Japanese', serif;
}
h2.product_name .kakituke{
  font-size:14px;
 background-color:#3366FF;
  font-weight:normal;
  color:#ffffff;
  padding: 1px 5px;
  margin-right:3px;
      line-height: 2;

}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.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;
}
.nouki{
display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #668ad8;
  border: dashed 1px #FFF;
}
.spec{
  font-weight:normal;
  font-size: 16px;
 padding-left: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/ 
}

.product_description ul{
  padding: 0;
  
  width:370px;
  list-style: none;
}


.product_description ul li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  
  font-size: 15px;
 
  border-bottom: 1px solid rgba(129,194,250, 0.5);
}
.product_description ul li:after,
.product_description ul li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}



.product_description ul li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_description ul li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129,194,250,0.3);
}

.product_description h3 {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    //display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 20px;      /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
}

.product_description .h3_wrap {
    position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
}
.product_description .h3_wrap:before {
    content:  '';           /* 空白の要素を作る */
    background-color: #3cbefc; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}

.denwa {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #e9e39f;
   width:100%;
  text-align:center;
    
}
.denwa a{
 font-size:25px; 
  font-weight:bold;
}