/*
Theme Name: CALL4
Description: CALL4
Version: 1.0
*/

/*
* Wordpressだけの設定
*/

/*
* シェアボタン
*/
#story .a2a_kit {
    bottom: 50% !important;
}

#story_detail .a2a_kit {
    bottom: 50% !important;
}

@media(max-width:767px) {
    #story .a2a_kit {
        margin-left: 0 !important;
        top:80% !important;
        left:85% !important;
        bottom: 0 !important;
    }
    #story_detail .a2a_kit {
        display: none;
        margin-left: 0 !important;
        top:80% !important;
        left:85% !important;
        bottom: 0 !important;
    }
}
