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

/* シリーズテーブル */

.series-table {
  border: 1px solid;
  border-color:#C0C0C0;
}


/***************コピペで簡単!スクロールでついてくる「カートへ」ボタン*************************/
#scroll-go-cart {
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
 	border: 1px solid #808080; /* ボーダーを追加 */
    bottom: 45px;
    color: #000000;
    display: block;
    font-size: 12px;
    padding: 15px 5px;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    width: 350px;
    z-index: 999;
}


 
