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

.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;
    background: #204ab8;
    color: white;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

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


.mib--ad-box__icon {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 3px;
    width: 16px;
    height: 18px;
    background: transparent url('../images/mib/ad-icon.png') no-repeat;
}

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

.mib--ad-box__icon a {
    /* 有些使用者的自訂樣式為 #links (中略) a {...} , 因此提高優先權  */
    display: none !important;
    padding: 0 7px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background: #1472b9;
    border-radius: 2px;
}

/* 隱藏 style 未來有需求可以給廣告網 hover 過去顯示連結
.mib--ad-box__icon:hover {
    width: 110px;
    right: 0;
    bottom: 3px;
}

.mib--ad-box__icon:hover a {
    display: block;
    color: #fff;
}*/
