/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20170205
*/
@import url('../affinger4/style.css');

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}
/*-- フッター --*/
div#floating-menu {
text-align: center;
    position: fixed;
bottom: 0px;
    left: 0px;
    right: 0px;

    z-index: 9999;
}
@media (min-width: 600px) {
    #floating-menu {
        display: none;
    }
}