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

*/
/*ロゴ画像を元画像どおりのサイズで表示*/
.navbar-brand img {
max-height: none !important;
}

/*スライド下の余白を狭く*/
.carousel {
    border-bottom:none;
    }

.home .siteContent {
    padding-top:10px !important;
    }

/*コンテンツとサイドバーの間隔を狭く*/
@media (min-width: 992px) {
.siteContent .mainSection {
width: 65%;
}
}

.footer-before {
    display: inline-block;
    padding:  20px;
    height: 100px;!important;
}
