@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: Hiroshi Yatsugi
Tags: 
Version: 0.1.2
*/

/* フォント変更 */
body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
}

/* フッターウィジェットエリアの余白縮小 */
footer .sectionBox {
    display:none !important;
}

footer .copySection {
    display:block !important;
    border-top:none !important;
    padding-top:10px;
    padding-bottom:5px;
}

/* ハンバーガーメニューの非表示（PCのみ有効？） */
.vk-mobile-nav-menu-btn{
    display:none;
}

/* コピーライトのフォントサイズを変更する */
footer .copySection p {
    font-size: 14px;
}