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

.product_wrap{
   background-color:#fff;
}

.product_detail{
  width: 1090px;
  margin: 0 auto;
  padding-top: 100px;
}

.pro_img img{
    width: 500px;
    height: 500px;
    border: solid 1px #000;
}

ul.sub_img {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

ul.sub_img li{
  float:left;
  border: solid 2px #000;
  margin: 20px 12px 0 0;
}

.sns_icon {
    text-align: right;
}

h1 span.product_sub_title{
  font-size:20px;
}

ul.product_num {
    margin-left: 7px;
}

.product_num span.item_icon{
    padding: 5px;
    margin-right: 15px;
    color: #B29754;
    line-height: 10px;
}

.product_num li{
  margin-bottom:10px;
}

.product_num li .item_price{
  font-size:20px;
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 10px;
}

.input-prepend.input-append input {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 10px;
    text-align: center;
    border: 1px solid #000;
    border-radius : 4px 0 0 4px;
    -webkit-border-radius:  4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.alo-icn{
    padding:4px;
    background-color: #000;
    border: 1px solid #000;
}

.alo-icn:hover, .alo-icn:focus, .alo-icn:active, .alo-icn.active, .alo-icn.disabled, .alo-icn[disabled] {
    background-color: #000;
    color: #fff;
}

button.cart_btn {
    padding: 0;
    border: none;
}

button.cart_btn:hover{
  color: #5e5e5e;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.note {
    margin-left: 7px;
}

.note a{
  vertical-align: bottom;
  color: #806a3a;
}

.product_des{
  margin: 70px auto 40px auto;
  max-width: 800px;
}

.product_des h3{
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}

.product_des .colorme-repeat-checkout{
  display: block;
  margin-bottom: 1.0em;
  text-align: center;
}

.component{
    border: solid 1px #ccc;
    padding: 30px;
    margin-top: 50px;
}

.product_list{
    margin: 100px auto -100px;
    width: 1200px;
    padding-bottom: 150px;
    text-align: center;
}

.icon-lg-b.icon-circled_help {
  background-position: -456px -120px;
}

.shipping-cost{
  border-bottom: 1px solid #B29754;
  border-top: 1px solid #B29754;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
}

.shipping-cost span{
  color: #B29754;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.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;
}