@charset 'UTF-8';


/*==============================
	非表示
==============================*/
.none{
  display: none!important
}
/*==============================
　画像
==============================*/
#dvProductDetailArea #detailImage .btnListContact li{
  
}
/*==============================
	価格
==============================*/

.product-price p{
  font-weight: bold;
  font-size: 1.2em;
  
}


/*==============================
バリエーション
==============================*/
.ChangesByVariation .productSellInfo select{
  padding: .3em .5em;
  margin: .5em 0;
  border: solid #333 thin;
}

.ChangesByVariation span{
    line-height: 1.6;

}

#divMultiVariation{
  display: none;
}

/*==============================
利用規約
==============================*/
.terms{
  color:#d02929;
  text-decoration: underline;
}

.terms a{
  color:#d02929;
}


/*==============================
レビュー
==============================*/

#dvProductReviewArea{
  display: none;
}