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

/* レビューのCSS */
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.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;
}


/* ワインのCSS */
.iteminfo-detail {
    border-collapse: collapse;
    border: 5px solid #95783D;/*表全体を線で囲う*/
    width: 100%;
    background-color: #ffffff;
    font-size: 95%;
}
table .iteminfo-name {
    background: #eeeeee;/*背景色*/
}
.fitem-detail {
    font-size: 18px;
    margin: 10px 0px 10px 0px;
}
.iteminfo-name-m {
    text-align: center;
    font-size: 22px;
    padding: 20px;
    background-color: #000000;
    color: #F2D5A0;
    font-weight: bold;
 	line-height: 100%;
}
.iteminfo-heading-a {
    text-align: center;
    font-size: 22px;
    padding: 10px;
    background-color: #95783D;
    color: #FFFFFF;
    font-weight: bold;
}
.iteminfo-hdescription {
     font-size: 110%;
    padding: 20px;
    letter-spacing: 1px;
    line-height: 170%;
    background-color: #ffffff;
}
.staff-comment {
    background-image: url(https://image.rakuten.co.jp/fujimatsuwine/cabinet/syohin3/imgrc0070001014.jpg);
	background-repeat:  no-repeat;
	height: 90px;
	background-position: left 10px top 10px,center;
	padding-left: 100px;
	padding-top:20px;
	font-size: 26px;
	font-weight: bold;
}
/* カートボタンのカスタマイズ */
.btn-lg {
    font-size: 23px;
    width: 300px;
    font-weight: 900;
    background-color: #238BCD;
    color: #ffffff;
}

.description h3 {
    border-bottom: 2px solid #777777;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 10px;
}