/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }


div#fs_button_changeDeliveryMethod {
    display: none;
}