@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags:
Version: 0.1.2
*/

/* フォントの指定 */
body {
font-family: 'Futura','Trebuchet MS','TsukuARdGothic-Regular',YuGothic,'Yu Gothic',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;   
}

/* フッターコピーライト変更 */
footer .copySection p:nth-child(2) {
display:none !important;
}

/* メニュー文字色 */
ul.gMenu a{
color: #002063;
}

/* メニューマウスオーバー時背景色と文字色 */
ul.gMenu a:hover{
background:#002063;
color: #fff;
}

/* スマホハンバーガーメニュー色と文字太く */
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    color: #002063;
    font-weight: bold;
    border-bottom: 1px solid #002063;
}