@charset "utf-8";
/*
Theme Name: ケーラインサービス用子テーマ
Theme URI: http://
Template: biz-vektor
Description: ケーラインサービス用BizVektor子テーマ
Author: ARAKI YASUSHI
Tags: 
Version: 0.1.0
*/

/* ---------------------------------
   header共通設定
---------------------------------- */

#headerTop { /* ヘッダー上部のバー背景色 */
	background-color: #081588;
}
#site-description { /* ヘッダー上部のバー文字色 */
	color: #fff!important;
}

#site-title img { /* ヘッダーメインロゴ画像の位置補正 */
	margin-top: 8px!important;
}
#headContactInner { /* ヘッダー右の住所等表示 */
	width: auto;
	height: auto;
	float: right;
	color: #333333;
	margin-bottom: 10px;
}
#headContactInner span { /* ヘッダー右の住所等表示 span共通 */
	display: block;
	clear: both;
	line-height: 120%;
}

#headContactInner span.zip,
#headContactInner span.address { /* ヘッダー右の郵便番号・住所 */
	float: left;
	clear: both;
	font-size: 14px;
}
#headContactInner span.address {
	margin-bottom: 5px;
}
#headContactInner span.tel { /* ヘッダー右の電話番号 */
	float: right;
	clear: both;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	line-height: 140%;
}
@media (max-width: 970px) {
#site-title {
	float: left;
	clear: none;
	width: auto!important
	}
#headContact,
#headContactInner {
	float: right;
	clear: none;
	width: auto!important;
	}
#headContactInner span,
#headContactInner span.zip,
#headContactInner span.address,
#headContactInner span.tel  { /* ヘッダー右の住所等表示 */
	font-size: 12px;
}
}
@media (max-width: 770px) {
#site-title {
	clear: both;
	}
#headContact,
#headContactInner {
	clear: both;
	}
}

/* ---------------------------------
   side 共通バナーの設定
   ウィジェット テキストに[cft format="0"]で表示される 
   [cft format="0" post_id="2"] と入れるとトップページに設定したサイドバーが表示される
---------------------------------- */
#sideTower .sidebar-main { /* サイドバーのバナーリスト全体 */
	margin: 0 0 0 0;
	padding: 0 auto 0 auto;
	width: 100%;
	}
#sideTower .sidebar-main a:hover img,
#sideTower .sidebar-main a:active img { /* サイドバーのバナー画像hover処理 */
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}
#sideTower .sidebar-main ul,
#sideTower .sidebar-main ol { /* サイドバーのバナーリスト　 */
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 auto 0 auto;
	}
#sideTower .sidebar-main li {
	list-style-type: none;
	background-color: #fff;
	background-image: none;
	margin: 0 0 15px 0;
	padding: 0 auto 0 auto;
	width: 100%;
	border: none;
	text-align: center;
	}
#sideTower .sidebar-main li a:link,
#sideTower .sidebar-main li a:hover { /* 既定のサイドバーメニューの背景色設定を外す */
	list-style-type: none;
	background-color: #fff;
	background-image: none;
	margin: 0px;
	padding: 0px;
	border: none;
}


/* ---------------------------------
   footer周り 共通設定
---------------------------------- */
#pagetop { /* 下に影を付ける */
	box-shadow:rgb(0, 7px, 0) 0px 0px 19px 7px;
	-webkit-box-shadow:rgb(0, 7px, 0) 0px 0px 19px 7px;
	-moz-box-shadow:rgb(0, 7px, 0) 0px 0px 19px 7px;
	border: none!important;
}
#footer { /* フッター部文字色 */
	color: #fff!important;
	background-image: url(img/footerInner-bg.png)!important;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #030540;
	padding-bottom: 30px!important;
}
#footer #footerInner { /* フッター部文字色 */
	color: #fff!important;
}
#siteBottom { /* 最下段・Copyright表記を非表示 http://bizvektor.com/contact/faq/ */
	display: none;
}


/* ---------------------------------
   トップページ設定
---------------------------------- */
#topMainBnr { /* スライドショー */
	background-image: url(img/slide-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#topFreeArea { /* トップページ読み込み部分 下部の仕切り線削除 */
	border-bottom: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#content #topFreeArea p { /* pの左右paddingをゼロにして、バナーがずれるのを防ぐ */
	padding: 0 0 0 0;
	}
#topFreeArea a.traffic:link,
#topFreeArea a.traffic:visited { /* 交通誘導警備バナー ショートコード[traffic]で表示される */
	background-image: url(img/banner-top-traffic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 124px;
	width: 315px;
	float: left;
}
#topFreeArea a.traffic:hover,
#topFreeArea a.traffic:active {
	background-position: 0px -124px;
}
#topFreeArea a.facility:link,
#topFreeArea a.facility:visited { /* 施設警備バナー ショートコード[facility]で表示される */
	background-image: url(img/banner-top-facility.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 124px;
	width: 315px;
	float: right;
}
#topFreeArea a.facility:hover,
#topFreeArea a.facility:active {
	background-position: 0px -124px;
}

@media (max-width: 970px) {
#content #topFreeArea p { 
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	}
#topFreeArea a.traffic:link,
#topFreeArea a.traffic:visited,
#topFreeArea a.facility:link,
#topFreeArea a.facility:visited { 
	float: none;
	display: inline-block;
	margin: 0 5px 10px 5px;
}
}
.adminEdit p.caption { /* トップcontent 下に出てくる注意書きを非表示 */
	display: none;
}


/* ---------------------------------
   下層ページ共通設定
---------------------------------- */
#content { /* トップページ読み込み部分 下部の仕切り線削除 */
	margin-top: 15px!important;
}

#content h2.h2-image { /* h2に画像を入れる場合 */
	margin:0 0 30px 0!important;
	padding: 0 0 0 0!important;
	background-color: #fff!important;
	background-image: none!important;
	border: none!important;
}
#content h2.h2-image img {
	width: 100%!important;
}

#content table p {
	padding: 0 auto 10px 0;
	margin: 0 0 0 0;
}
#content table,
#content table p {
	font-size: 14px
}
#content table th {
	font-weight: bold;
}
#content a:hover img,
content a:active img { /* 投稿本文部の画像リンクhover処理 */
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}

/* ---------------------------------
   求人情報 設定
---------------------------------- */
.jobinfo-area table {
	width: 100%;
}
.jobinfo-area table th {
	width: 35%;
}
.jobinfo-area table td {
	width: 65%;
}
/* ---------------------------------
   問合せ 設定
---------------------------------- */
.wpcf7 p {
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}
.wpcf7 input,
.wpcf7 textarea {
	width: 95%!important;
	padding: 2% 2% 2% 2%!important;
	border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */ 
}
.wpcf7 .wpcf7-submit {
	width: auto!important;
}