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


.sub_title{
	padding:7px ;
	text-align:center !important;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
    border-bottom: solid 3px #50ABE2;
	clear:both;
}

/*Lightning G3 のページヘッダーを非表示*/
.page-header {
    display: none;
}

/*Lightning G3 のパンくずリストを非表示*/
.breadcrumb {
    display: none;
}

/*コンテナ幅を広げてみる*/
@media (min-width: 576px) {
:root{ --vk-width-container : 576px; }
.container { max-width: 576px; }
}

@media (min-width: 768px) {
:root{ --vk-width-container : 768px; }
.container { max-width: 768px; }
}

@media (min-width: 992px) {
:root{ --vk-width-container : 992px; }
.container { max-width: 992px; }
}

@media (min-width: 1200px) {
:root{ --vk-width-container : 1200px; }
.container { max-width: 1200px; }
}
