/**
 * Reset and Base Styles
 *
 * @package NONKE_SPA
 * @since 1.0.0
 */

/* サイトメインのpadding削除 */
.site-main,
#main {
    padding-top: 0 !important;
}

/* コンテンツエリアのpadding削除 */
#content,
.l-content {
    padding-top: 0 !important;
}