th.fs-c-cartTable__headerCell {
    width: auto;
}

.fs-c-creditCardInfoField .fs-c-dropdown .fs-c-dropdown__menu {
    width: 100px;
}

/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}

/* 商品個別送料パーツ 非表示 */
.fs-c-productPostage{display:none}

/* 会員情報置換文字を利用したログイン・ログアウト表示 */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; 
}

/*商品一言説明*/
.fs-c-productListItem__productDescription{
font-size:13px;
line-height:1.4;
}
 
/*商品説明*/
.fs-p-productDescription.fs-p-productDescription--full{
font-size:13px;
line-height:1.4;
}

/*入力欄を広げるCSS*/
.fs-c-inputInformation__field input,
.fs-c-inputInformation__field select{
    padding: 8px;
    font-size: 1.1em;
}

/*　高額購入割引の送料の文字色・サイズの変更　*/
.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__info{
font-size: 16px; 
color: #FF0000;
line-height: 120%;
font-weight: bold;
}