/*
Theme Name: thema-tdc
Description: 谷口歯科診療所のカスタムWordPressテーマ
Author: willplant
Version: 1.0.0
*/

/* 下層ページのメインコンテンツにヘッダー分の余白を追加 */
#top:not(.front-page) main {
    padding-top: 86px;
}

@media screen and (max-width: 767px) {
    #top:not(.front-page) main {
        padding-top: 60px;
    }
}
