/*この商品に関連するグループ（パンくずの代わり） */
.more_cont .group_list li{
  list-style-type: none;
  font-size:0.9em;  
  background-color:#FFFFFF;
}
.more_cont .group_list a{
　text-decoration: underline;
  color:#0000EE;
}

/* 在庫グループのメッセージ */
.zaiko_mess p{
  margin: 10px 0px 0px 10px;
  font-weight: bold;
}

/*
イメージ写真の注意書き
 */
.img_notice{
  font-size:0.7em;
  text-align: left;
  padding:5px;
}
/*
楽天ウィジェット
 */
.rakuten_Widget{
  text-align: center;
  margin-top: 20px;
}
/*
レビュー欄はじめ
 */
.revu {
   margin-top: 20px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-width: thin;
	border-style: solid;
	border-color: #FF6600;
}
.reviewlist {
	margin-bottom: 15px;
	color: #333333;
	padding: 10px;
	border: 1px dotted #FF3300;
}
.reviewlist_datas {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
    font-size:0.8em;
}
.reviewlist .reviewlist_content .rev_text {
    font-size:0.8em;
	line-height: 150%;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
div.reviewlist .review_poster ul {
	list-style-type:none;
	list-style-image:none;
	background-image: none;
}
.reviewlist .review_poster li {
	float: left;
	list-style: none;
	list-style-image:none;
	background-image: none;
	padding: 0px;
}
.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;
}
iframe[Attributes Style] {
    width: 200px;
    height: 80px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
/*
レビュー欄終わり
 */
/* オプション価格 */
.opt .pict{
  font-weight: bold;
}
/* 商品の説明 */
.na_more_cont{
  padding: 0px 10px 20px 10px;
  font-size: 115%;
  line-height: 160%
}
.na_more_cont img{
  max-width: 100%;
}

.na_more_cont iframe{
  max-width: 100%;
}
/* お気に入りボタンの設置 */

.product__fav-item {
  margin-top: 10px;
  text-align: center;
}

.product__fav-item button {
  width: 90%;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
  font-weight: bold;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}