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

/*オプションプルダウンのiPhone閲覧時文字数オーバーでのスクロールを回避*/
.select_wrap select{
 overflow: hidden;
}