/*
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: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,E-Commerce
Version: 6.6.5.1548037148
Updated: 2019-01-21 11:19:08

*/
/* メニューをロゴの下に表示 */
@media (min-width: 991px) 
{



.navbar-header {
			float:left;
        height: 80px;
    }
ul.gMenu {
/*        clear: both;
        float: none; */
		    display: flex;
    padding: 0;
    margin: 0;
		background-color:#2F8CDE;
    }
 
ul.gMenu li {
/* width: 20%;		*/
/* 		    flex: 1 1 auto;*/
flex: 1 1 0;
    text-align: center;
    }
	
ul.gMenu a{
background:#1e73be;
		font-size:90%;
color:#ffffff;
border-right:#FFF 1px solid;
}	
ul.gMenu a:link{
background:#1e73be;
color:#fff;
}	

ul.gMenu a:hover{
background:#2F8CDE;
color:#FFF;
}	
	
ul.gMenu a:active{
background:#1e73be;
color:#FFF;
}		
ul.gMenu a:visited {	
background:#1e73be;
color:#FFF;	
}
	h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }
	
	h1.age-header_pageTitle	{

	}

}
/*-------見出し---------*/
h2.mainSection-title {background-color:#1e73be;
	color:#FFF;	height:60px;width:750px;
	
}
h3{background-color:#337AB7;
;
	color:#FFF;
	height:50px;
	padding-left:16px;	
	}
h4{
	background:#f4f4f4;
height:40px;
	border-bottom:1px solid #1e73be;
}

/*-------フッターでcopyright上部の空白を詰める---------*/
.copySection {
	padding-top: 5px;
}
.next-prev-prev.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-start;
}

.next-prev-prev.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
left: 1rem;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 1.0rem 1.5rem 3.5rem;
}

.next-prev-next.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-end;
}

.next-prev-next.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
right: 1rem;
}

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}
