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

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

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

/* 会員・非会員の表示切り替え */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
