.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}

/*---追加----*/
.item_p_box {
	float: left;
	width: 60%;
}

	
#mainImage {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#mainImage img {display: block; margin: 0 auto;}

#imageList img { width:auto; max-width: 100%; height: auto; object-fit: cover;}


.item_p_box ul.product-image li.col {
	padding: 0!important;
}

.item_p_box ul.product-image li {
	width: 32%;
	float: left;
	margin-right:2%; 
	margin-bottom: 15px;
}

.item_p_box ul.product-image li:nth-child(3n) {
	margin-right: 0;
}

.item_t_box {
	float: right;
	width: 38%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #333333;
}

.item_t_box .col {
	float: none!important;
	font-size: 90%;
}


.itemcomment {
	background: #F9F8F7;
	padding: 1.5em;
	border-radius: 5px;
	box-sizing: border-box;
}

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

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  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__fav-item {
	border: #CCCCCC 1px solid;
	border-radius: 6px;
	padding: 0.4em;
	box-sizing: border-box;
	width:50%;
	margin: 0 auto;
	text-align: center;
}
/*
.product__fav-item button {
		width: auto;
	background: none;
	border: none;
	box-sizing: border-box;
}
.product__fav-item button svg{
	display: inline-block;
	width: 10%;
	height:10px;
	line-height: normal;
}

.product__fav-item:hover {
	border: #CD5D5F 1px solid;
	color: #CD5D5F; 
}
.product__fav-item:visited {
	border: #CD5D5F 1px solid;
	color: #CD5D5F; 
}
.product__fav-item:checked {
	border: #CD5D5F 1px solid;
	color: #CD5D5F; 
}
*/

.input-prepend.input-append input {
	font-size: 14px!important;
}


button.btn-lg {
	color: #FFF;
	width: 100%!important;
	background: #c02d1e;
	font-size: 90%;border: none;
}
.icon-lg-b.icon-cart {
	filter: contrast(200%) invert(1) hue-rotate(180deg);
/*filter: contrast(0%) sepia(0%) hue-rotate(60deg) saturate(0%);*/
}

button.btn-lg:hover {
	color: #FFF;
	width: 100%!important;
	background: #FF3A3D;
	font-size: 90%;	
}

.btn_link ul{
	width: 100%;
}

.btn_link li {
	/*border: #CCC 1px solid;
	width: 100%;
	box-sizing: border-box;

	text-align: center;
	border-radius: 6px;*/
	padding: 0.5em;
	margin-top: 10px;
}

/*.btn_link li a {
	text-decoration: underline;
}*/

.icon-lg-b.icon-mail {
  background-position: -96px 8px;
}

li.review {
  position:relative;
  padding-left:38px;
text-decoration: none;
}

li.review:before{
    content:"";
    display:block;
    width:8px;
    height:8px;
    position:absolute;
    border-right:1px solid #111;
    border-bottom:1px solid #111;
    top:50%;
    left:16px;
    margin-top:-5px;
    transform:rotate(135deg);
  }


div.price span {font-size: 126%!important; color: #6A0001!important; font-weight: bold;}
p.model {font-size: 90%;}
p.stock span{font-size: 110%;}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
.item_p_box {
	float: none;
	width: 100%;
}
.item_t_box {
	float: none;
	width: 100%;
}	
}