/* FOR 展開廣告 */
.mib-unfold--ad-box {
    position: fixed;
    bottom: 70px;
    z-index: 9999999;
    display: inline-block;
    width: 300px;
    height: 250px;
    text-align: center;
    background-color: white;
    margin-right: 5px;
}

.mib-unfold--ad-box.show-right {
    right: -330px;
}

.mib-unfold--ad-box.show-left {
    left: -330px;
}

.mib-unfold--ad-box .cancel-btn {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1;
    color: white;
    background: #204ab8;
    cursor: pointer;
}

.mib-unfold--ad-box.show-left .cancel-btn {
    right: auto;
    left: 0;
}

#mib--ad-box__close-btn {
    position: absolute;
    bottom: 0;
    left: -32px;
    cursor: pointer;
}
