/* BASIC css start */
#fixedMenu li.fMenu04 a .fmIcon.cMypageIcon {
    background: url(/design/isanoee/makeshop/m/common/ico_fmicon_04_on.png) 0 0 no-repeat !important;
    background-size: 26px auto !important;
}

#fixedMenu li.fMenu04 .txt {
    color: #ff691f !important;
}

#mainHeader {
    display: none !important;
}

#subHeader {
    display: block !important;
}
.drop {
    vertical-align: middle;
    margin-left: 6px;
}

.dimmed {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121212;
    z-index: 111;
    display: none;
    opacity: 0.7;
}

.mypage-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    /* height: 438px; */
    background-color: white;
    border-radius: 20px;
    z-index: 9999;
    display: none;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #dedede;
}

.popup-header .close-popup img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.popup-body {
    padding: 10px 0;
}

.popup-body .section {
    border-bottom: 1px solid #f6f6f6;
    padding: 0 20px;
}

.popup-body .section:last-child {
    border-bottom: 0;
}

.popup-body .section h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 16px;
    color: #999;
}

.popup-body .section ul {
    font-size: 0;
}

.popup-body .section ul li {
    margin-bottom: 6px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.popup-body .section ul li a {
    font-weight: 600;
    font-size: 13px;
    color: #121212;
    line-height: 18px;
}


/* BASIC css end */

