@charset "utf-8";

body.mizuno-fc201703 {
    background: #000000;
}

#container {
    visibility: hidden;
}

#ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 10000;
    background: #000000;
}

#ad-panel {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
    z-index: 10001;
}

#ad-panel .hb-logo {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10002;
}

#ad-panel .close {
    position: absolute;
    top: 35px;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    z-index: 10003;
}

#ad-panel .close:hover {
    color: #c2c2c2;
}

#ad-panel a.banner {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -300px;
}

.fa-times {
    margin-right: 5px;
    font-size: 24px;
    vertical-align: text-top !important;
}