/*-------992px以上-------*
/*-------ヘッダーロゴ回り余白調整-------*/
@media (min-width: 992px){
.siteHeader .container {
padding-top: 10px;
padding-bottom: 18px;
}
	.slide .btn-ghost {
    font-weight: bold;
}
.col-md-8 {
    width: 74.66666667%;
}
.col-md-offset-1 {
    margin-left: 0.33333333%;
}
	
.mainSection .widget {
    padding-top: 0px;
}
}
/*-------992px以上ここまで-------*/

/*-------768px以上-------*/
/*スライドタイトル拡大*/
@media (min-width: 768px){
.slide-text-title {
    font-size: 3.5vw;
}
/*スライドキャプション拡大*/
.slide-text-caption {
    font-size: 1.8vw;
}

}
/*-------768px以上ここまで-------*/

/*ナビゲーション文字ポイント拡大*/
 * nav {
font-size: 17px;
}

ul.gMenu ul{
	font-size: 15px;
}

/*p下余白縮小*/
p {margin-bottom: 0.4em;}

/*スライドボタン内文字太く、枠太く*/
.mini-content-1 .btn-ghost{font-weight:bold!important;}
.btn{border: 2px solid transparent;}

/*h2フォントサイズ　小さくした*/
.h2, h2 {
    font-size: 19px;
}
.h3, h3 {
    font-size: 19px;
}
/*自動抜出投稿タイトル拡大*/
.media_post .media_post_text h4.media_post_title {
font-size: 18px;
}

/*見出し下余白縮小*/
.mainSection-title, h2, h3, h4, h5, h6 {
    margin: 1.5em 0 0.3em;
    clear: both;
}




/*の背景色変更*/
body,.siteHeader.navbar,footer {
    background-color: #FFF0FF;
}

.entry-body a{color:#FF13FF;}


.post-734{background-color:#fff!important;}