@charset "UTF-8";
/* CSS Document */

/* PC　特集ページ　ポイントフッター */  
#event_footer {
    position: fixed;
    margin: 0 auto;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    outline: none;
    display: block;
    height: 0px !important;
/*    height: 80px;*/
    width: 100%;
}

/* スマホ　特集ページ　ポイントフッター */  
#event_footer_sp {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
    height: 0px !important;
    /*height: 76px; ポイントアップ */
}