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

/* ヘッダーの背景画像 
.siteHeader {
    background: url(http://test.taimei.co.jp/moritoie/wp/wp-content/uploads/2019/05/fotolia_206763491-2.jpg) ;
	  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
/*
 * .siteContent {
	background: url(http://test.taimei.co.jp/moritoie/wp/wp-content/uploads/2019/05/fotolia_227251046-l.jpg) repeat;
}
*/
/* サイト名のスタイルを変更する 
.navbar-brand a {
    font-size: 50px;
    font-weight: bold;
    color: white;
	text-shadow: 1px 1px 4px #444444;
}
.navbar-brand a:hover {
    font-weight: bold;
    color: green;
}
*/

/* メニューの背景色を変更する 
ul.gMenu a{
background:#F3FAEF!important;
color:#444444;
}
*/
/* ul.gMenu a:hover
{
color: #ff0000; 
} */
/* グローバルメニューのフォントサイズ */
ul.gMenu li{
font-size: 14px;
}
/* グローバルメニュー2行目のフォントサイズ */
.gMenu_description {
font-size: 10px;
line-height: 120%;
}
/* 背景色 */
body,
header,
nav ul li a {
    background-color:#FFFFFF !important;
    }

/* カラム幅 */
@media (min-width: 992px) {
.col-md-8 { width: 67%; }
.col-md-3 { width: 30%; }
.col-md-offset-1 { margin-left: 3%; }
}
