/* ここからカート周りCSS*/ 
/* パンくずの下余白*/ 
.breadcrumb__section {
    padding-bottom: 10px;
}


/* カートに入れるボタンの下フォントサイズ*/ 
.related-list {
    font-size: 11px;
}

/* 右の余白*/ 
ul li dl{
margin-bottom: 8px;
}



/* 各パーツ下余白*/ 
.product__image.row{  
margin-bottom: 10px;
}

.product__guide.row{ 
padding-bottom: 0px;
}

.product__image-thumb.col.col-lg-6{
padding: 0px;
}

.product__explain{
padding-top: 20px;
}

/* 右下のリスト余白(行間)*/ 
.product__related-list__link {
    line-height: 1.2;
}

/* 右下のリスト、１つめのリストの下余白を消したい場合*/ 
ul.mar-b--20{
margin-bottom: 0;
}


/* 下ゾーンにボーダー追加*/ 
.product__guide{
border-bottom: 1px solid #ffa500;

}



/* レビューを書くなどのフォントサイズ*/ 
a.product__related-list__link{ 
  font-size: 11px;
}

/*サムネイルサイズ*/ 
.image__thumb{ 
 width:80px;
  }


/* ここまでカート周り追加CSS*/ 


.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;
}



@media screen and (max-width: 460px){
.pc_area{display:none}
}


/* ここからページ内アンカーリンク集CSS*/ 
.nav {
  list-style: none;
  overflow: hidden;
  
}
 
.nav  li {
  text-align: center;
  height:40px;
  float: left;
  margin-right: 8px;
  margin-bottom: 2px;
}
 
.nav  li a {
  color: #000;
  font-size: 12px;
  background: #fff;
 border: 1px solid #f39800;
  padding: 5px 15px;
  border-radius: 4px;
  transition: .3s;
}
.nav  li a:hover {
  background: #f39800;
  color: #fff;
}

/* ここから関連商品アンカーリンク集CSS*/ 
.nav2 {
  list-style: none;
  overflow: hidden;
  
}
 
.nav2  li {
  text-align: center;
  height:40px;
  float: left;
  margin-right: 8px;
  margin-bottom: 2px;
}
 
.nav2  li a {
  color: #000;
  font-size: 12px;
  background: #fff;
 border: 1px solid #f39800;
  padding: 5px 15px;
  border-radius: 4px;
  transition: .3s;
}
.nav2  li a:hover {
  background: #f39800;
  color: #fff;
}