.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}
/*価格の色*/
.bt-price{
  display:block;
  font-size:20px;
  color:#dc143c;
  margin:15px 0px;
}
/*カートに入れる背景色*/
.btn-warning{
  background-color:orange;
}
/*買い物ボタンへのジャンプ*/
#pagetop {
position: fixed;
right: 0;
bottom: 100px;
display: none;
}
 
.btn-01 {
border: 1px solid #fff;
background-color: #ffa500;/*#fff*/
color: #fff;/*#444 文字の色*/
*background-color: #ffa500;/*#fff*/
width: 100%;
border-radius: 0;
border-top: 1px #ddd solid;
border-bottom: 1px #ddd solid;
margin: 30px 0 0;
padding: 20px 0;
display: block;
}
.btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background-color: #f0e68c;/*マウスオン時の色#ddd*/
color: #fff;/*#444 文字の色*/
*background-color: #f0e68c;/*マウスオン時の色#ddd*/
}
.btn-pagetop {
background: #ffa500;/*#fff*/
display: block;
text-align: center;
width: auto;
padding: 10px;/*17px*/
border: solid 1px #ddd;
  font-size:14px;
}
