@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/
body {
    color: #666;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#gMenu .menu li a strong {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* グローバルメニューの背景色 */
#gMenu {
    background: #2F5597 !important;
}
 
/* グローバルメニュー項目の背景色など */
#gMenu .menu li a {
    background: #2F5597 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: unset;
    text-shadow: none;
    padding: 10px 20px;
}
 
/* グローバルメニューのリンク文字の色 */
#gMenu .menu li a strong,
#gMenu .menu li a span {
    color: #fff !important;
}
 
/* グローバルメニューのマウスオーバー時の色 */
#gMenu .menu li a:hover {
    background: #9FA8DA !important;
    color: #000 !important;
}
 
/* 既存の枠線などを消す */
#gMenu,
#gMenu .menu,
#gMenu .menu li a {
    border: none !important;
    box-shadow: unset;
}

.content h2, .content h1.contentTitle, .content h1.entryPostTitle {
    clear: both;
    font-size: 128.6%;
    padding: 13px 10px;
color: #2F5597;/*文字色*/
border-top: solid 3px #2F5597;/*上線*/
border-bottom: solid 3px #2F5597;/*下線*/
}
.content h3 {
    clear: both;
    font-size: 18px;
    margin: 30px 0px 25px;
    padding: 2px 0px 0px 15px;
    border-left: 3px solid #2F5597;
    color: #2F5597;
}
/*****　ヘッダー画像の幅を画面いっぱいに広げる　*****/
/*　画像フレームの幅を100%に　*/
#topMainBnrFrame {
    width: 100%;
    height: auto;
}
 
/*　画像幅を100%に　*/
#topMainBnr img {
    width:100% !important;
    max-width: 100% !important;
    height: auto !important;
}
 
/*　画像の枠線を削除　*/
#topMainBnrFrame .slideFrame {
    border:none;
}
 
/*　画像の位置調整　*/
#topMainBnrFrame .slideFrame img {
    left: 0px;
}
 
/*　画像の余白を削除　*/
#topMainBnr {
    padding:0px;
}
 
/*****　ヘッダー画像のサイズ定義を変更した場合　*****/
@media (min-width: 970px) { /*　BizVektorのレスポンシブ設定による　*/
    /*　画像フレームの最小の高さを設定　*/
    #topMainBnrFrame {
        min-height: 350px;
    }
}
 
/*　画像フレームの背景色・影を消す　*/
#topMainBnr,
#topMainBnrFrame {
    background-color:transparent;
    box-shadow:none;
    border:none;
}
#powerd{display:none}