@charset "utf-8";
/*
Theme Name: BizVektor子テーマ「服部金物店用」
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: gyronet&hilo
Tags: 
Version: 0.1.0
*/

@import url('../biz-vektor/style.css');

/*-------------------------------------------*/
/*	ヘッダ部　背景色（白に変更）
/*-------------------------------------------*/
#header {
background-color: #ffffff;
padding-top: 15px;
text-align: left;
}
/*-------------------------------------------*/
/*	メイン部　背景色（白に変更）
/*-------------------------------------------*/
#main {
background-color: #ffffff;
width: 100%;
margin: 0px auto;
}
/*-------------------------------------------*/
/*	ヘッダ　メニュー色
/*-------------------------------------------*/
#gMenu	{ border-top:2px solid #007000; }
#gMenu h3.assistive-text,
#gMenu .menu li.current_page_item a,
#gMenu .menu li.current_page_ancestor a ,
#gMenu .menu li.current-page-ancestor a ,

#gMenu .menu li a:hover	{ background-color:#007000; border-right:1px solid #006300;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#007000), to(#006300));
background: -moz-linear-gradient(#007000, #006300);
background: linear-gradient(#007000, #006300);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#007000, EndColorStr=#006300)";
-pie-background: linear-gradient(#007000, #006300);
behavior: url(/wp-content/themes/biz-vektor/PIE.htc);
}
#gMenu .menu li.current_page_item a span,
#gMenu .menu li.current_page_ancestor a span,
#gMenu .menu li.current-page-ancestor a span,
#gMenu .menu li a:hover span{ color:#99cc99; }

/*-------------------------------------------*/
/*	TOPページのメイン画像の背景色
/*-------------------------------------------*/
#topMainBnr	{ background-color:#65B106; }

/*-------------------------------------------*/
/*	フッタ部 メニューバー背景色、pagetopリンクボタン背景
/*-------------------------------------------*/
#footMenu	{ background-color:#65B106;border-top-color:#78B114; }
#pagetop a	{ background-color:#007000; }

/*-------------------------------------------*/
/* 	フッタ部 pagetopボタンの重なりを最背面にする（裏に隠す）#pagetop　common 181
/*-------------------------------------------*/
#pagetop a	{ color:#f5f5f5;margin-top:5px; z-index:1;
border-radius:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
behavior: url(/wp-content/themes/biz-vektor/PIE.htc);
}
#pagetop a:hover	{ margin-top:0px;margin-bottom:5px; }

/*-------------------------------------------*/
/* 	各ページのタイトルバーの背景色 */
/*-------------------------------------------*/
#pageTitBnr	{ background-color:#65B106; }
/*-------------------------------------------*/
/* 	ヘッダ　headContactTxt　のフォントサイズ変更 */
/*-------------------------------------------*/
#header #headContact #headContactTxt {
font-size: 12px;
}
/*-------------------------------------------*/
/* 	基本設定　plain.css内　パンくず設定 */
/*-------------------------------------------*/
#panList	{ clear:both; font-size: 12px; color:#999; padding:0px;display:block; overflow:hidden; width:100%; }

/*-------------------------------------------*/
/* 	基本設定　plain.css内　アイキャッチ画像サイズの変更　width:88px ⇒ width:120px　*/
/*-------------------------------------------*/
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img	{ width:120px;height:auto;border:1px solid #ccc; }

/*-------------------------------------------*/
/* 	基本設定　plain.css内　infoListBoxの右マージンサイズを変更　100px ⇒ 130px　*/
/*-------------------------------------------*/
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
float: Left;
margin-right: 130px;
}

/*-------------------------------------------*/
/* 	サイドバー　問い合わせボタンのカラー指定　オレンジに変更　*/
/*-------------------------------------------*/
#sideTower li.sideBnr#sideContact a		{ background-color:#EF810F; }
#sideTower li.sideBnr#sideContact a:hover	{ background-color:#FF640E; }

/*-------------------------------------------*/
/* 	フッター　問い合わせボタンのカラー指定　オレンジに変更　*/
/*-------------------------------------------*/
#content .mainFootContact .mainFootBt a		{ background-color:#EF810F; }
#content .mainFootContact .mainFootBt a:hover	{ background-color:#FF640E; }
/*-------------------------------------------*/
/* 	中ページ　問い合わせエリア内　mainFootTime　のサイズ変更　*/
/*-------------------------------------------*/
#content .mainFootContact p.mainFootTxt span.mainFootTime {
font-size: 12px;
line-height: 120%;
}

/*-------------------------------------------*/
/* 	罫線 hrの追加（クラス）　*/
/*-------------------------------------------*/

#content hr.style1 {
	display: block;
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}
#content hr.style2 {
	display: block;
	height:0;
	border: 0;
	border-bottom: 1px dashed #ccc;

}


/*-------------------------------------------*/
/* 	プラグインWP-Table Reloadedの「id-5」（運賃表）のtd変更　*/
/*-------------------------------------------*/
#content table.wp-table-reloaded-id-5 td {
  padding: 5px;

}

/*-------------------------------------------*/
/* 	ライブラリのキャプション幅変更　*/
/*-------------------------------------------*/
#content .gallery .gallery-caption {
    width: 90%;
}

