/*
Template:biz-vektor
Theme Name:biz_child
*/

/* 共通の背景色を設定 */
#header {
    background-color:#000;
}

#gMenu .menu li a strong {
font-family:'Impact';
font-size:20px;
}

/*　お問い合わせメッセージ　*/
#header #headContact #headContactTxt {
    font-size:16px;
    font-weight:bold;
    margin-top:30px;
}

/*　電話番号　*/
#header #headContact #headContactTel {
    overflow: hidden; color:#ffffff;
    margin-top:10px;margin-bottom:10px;
}
 
/*　受付時間　*/
#header #headContact #headContactTime {
    font-size:16px;
    font-weight:bold;
}

#content p { font-size:16px; }

@media (min-width: 970px) {
#main #container #content { width:680px; }
}
@media (min-width: 970px) {
#main #container #sideTower { width:260px; }
}

/*　3PR見出し文字サイズ　*/
#topPr h3 {
    color:#ffffff;
    font-size: 16px;
}
 
/*　3PR見出し文字色　*/
#topPr {
    color:#ffffff;
}
 
/*　3PR見出し枠線左　*/
#topPr .topPrInner h3 {
    border-left:solid 10px orange;
}

#content #fb-like-box {display:none;}

/*　お問い合わせメッセージ　*/
#header #headContact #headContactTxt {
    color:#FFFFFF;
}
 
/*　電話番号　*/
#header #headContact #headContactTel {
    color:#FFFFFF;
}
 
/*　受付時間　*/
#header #headContact #headContactTime {
    color:#FFFFFF;
}

/*　ロゴの高さ調整　*/
#header #site-title a img { max-height:120px; }

/*　画像の余白を削除　*/
#topMainBnr {
    padding:1px 0px;
}
 
/*****　ヘッダー画像のサイズ定義を変更した場合　*****/
@media (min-width: 970px) { /*　BizVektorのレスポンシブ設定による　*/
    /*　画像フレームの最小の高さを設定　*/
    #topMainBnrFrame {
        min-height: 200px;
    }
}

/*パンくずリスト非表示*/
#panList { display:none; }

a:hover img {
position:relative;
top:1px;
left:1px;
}