@charset "utf-8";
#SPtoPC-button{
    margin-bottom:60px !important; /*フッターの高さと同じ*/
}
#footerBanner{  
    position: fixed !important;
    /* border-top: 1px solid #000; */
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: auto;  
    background-color: rgba(4,14,39,0.9);
    z-index : 8000;
    /* padding:3px 0px 0px 0px !important; */
/*    display: none ;*/
}
#footerBanner #pursueClose {
    position: absolute;
    right: 10px;
    top: -18px;
    width: 20px;
    height: 20px;
    background: #444;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}