/*----------------------------------------------------------------------------*
 * 	TOTEM Banner2                                                       *
 * 2015.08.24 update                                                             *
 *----------------------------------------------------------------------------*/
@charset "utf-8";

#Y15-PC-gfooter{
padding-bottom:110px !important; /*フッターの高さと同じ*/
}

#footer{  
    position: fixed !important;  
    position: absolute;  
    border-top: 1px solid #000;
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 110px;  
    background-color: rgba(4,14,39,0.9);
    z-index : 8000;
    padding:0 !important;
    display: none ;
}  
#contentsMain{
    margin: 0px;
}
#footer #pursueClose {
    position: absolute;
    right: 9px;
    top: -26;
    width: 24px;
    height: 24px;
    background: #444;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}