/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,e-commerce
Version: 11.2.1.1596271759
Updated: 2020-08-01 17:49:19

*/


/*1. サイトトップ、サイト名部分非表示*/
.siteHeader_logo {	
	display:none;
} 

/*2. サイトトップ、サイト名部分非表示*/
.header.siteHeader{
	display:none;
	background-color:#000;
}

/*3. ヘッダー部分背景色変更、背景画像挿入*/
.siteHeader {
	background-color: #101010;
	background: url(/images/2020/08/2020officialsite-ver1.png)  center no-repeat;
    background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 52.25%;
}


/*4. フッター部分背景色変更*/
.siteFooter {
	background-color:#101010;
	color:#c5c5c5;
}

/*5.メニュー文字色変更*/
ul.gMenu a{
color:#c5c5c5;
}

/*6.コンテンツ本文文字色変更*/
.siteContent {
	color:#c5c5c5;
}

/*7.ナビメニュー追尾固定、非表示*/
@media (min-width: 992px) {
  .header_scrolled .gMenu_outer {
    display: none;
  }
}

/*8.スマホナビ画面背景色変更*/
.vk-mobile-nav {
	background-color:#101010;
}

/*9.スマホナビ画面文字色変更*/
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
	color:#c5c5c5 ;
}

/*10.PC時メニュー部分非表示*/
.siteHeadContainer{
	display:none !important;
}

/*11.フッターメニュー文字色変更
.footerMenu ul a {
    color: #c5c5c5 !important;
}*/

/*12.フッターメニュー非表示（ウィジェットで追加）*/
.footerMenu {
	display:none !important;
}

/*13.フッターウィジェット「INFOMATION」リストの点削除、位置修正*/
.delete-marker-fix {
    list-style: none;
    padding-left: 0;
}
.delete-marker-fix li {
    margin-left: 0;
}