/* デフォルト文字サイズ修正 */
html{ font-size:100%;}
p{margin: 0;}


/* コンテンツ幅調整 */
.fs-l-main{ 
    // padding:0px;
    // margin: 50px auto 80px;
    // width:1120px;
}

.fs-body-top .fs-l-main{ 
    // padding:0px; margin: 0px auto 80px;
}

/* footer_コマクリ調整 */
.fs-l-footer{ border-top:none; margin-top:0px;}

/* カートアイテム個数表示 */
.fs-p-cartItemNumber {
    font-size: 0.5rem;
    top: -3px !important;
    right: -3px !important;
}

/* 会員・非会員の表示切り替え */
.tp_register.my-true { display: none; }
.tp_mypage.my-false { display: none; }
.tp_login.my-true { display: none; }
.tp_logout.my-false { display: none; }

/*add*/
.tp_catalog .more_btn{
margin-bottom:20px}