/* ************************************************ 
 *	商品詳細
 * ************************************************ */

.prdTitle_h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.prdDetail_ul {
	list-style-type: none;
	margin-left: -25px;
	margin-bottom: 30px;
}

.prdDetail_ul li{
	margin-bottom: 6px;
}

.prdDetail_ul li span{
}

.prdEntryColorList {
	display: block;
	margin-bottom: 15px;
}

.prdEntryColor {
	display: inline-block;
	border-radius : 3px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin: 0 10px -10px;
	border: 1px solid #666;
}

.prdKeyword {
	display: block;
	margin-bottom: 12px;
}

/* product-list */
.product-list {
	margin-left: -35px;
	list-style-type: none;
	font-size: 0;
}

.product-list__unit {
	display: inline-block;
	margin: 0px auto;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.product-list__unit-md {
	width: 40vw;
}

.ColorVariation-list {
	margin-left: -35px;
}

.ColorVariation_unit {
	display: inline-block;
	margin: 0px 2vw 10px;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.product__fav-item {
  margin-top: 0px;
}

.product__fav-item button {
  padding: 0px 3px;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 1px;
  border-style: solid; 
　border-color: #999; 
  border-radius: 3px;
  outline: none;
  background: transparent;
}

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

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

.product__stock-str {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  height: 20px;
  width: 80%;
  margin: 0px auto;
  padding: 4px 0px;
  color: #fff;
  background-color: #f90;
  border: 1px;
  border-style: solid; 
　border-color: #999; 
  border-radius: 5px;
  outline: none;
}