@charset "UTF-8";

/* ------------------------------
　コンテンツページ基本設定
------------------------------ */
h2.page-title{ /* ページタイトル */
	height: 48px;
	background: #FFFFFF url(../images/common/pagetitle-bg.gif) no-repeat;
	line-height:48px;
	font-size: 140%;
	font-weight: bold;
	color: #0054A6;
	text-indent: 10px;
	margin-bottom: 14px;
}

p.tree-navi{ /* パンくずナビ */
	font-size: 90%;
	margin-bottom: 4px;
}


/* ------------------------------
　汎用テーブルセット１
------------------------------ */
table.set1{ 
	width: 100%;
	border-collapse: collapse;
	border: #BBBBBB 1px solid;
	margin-bottom: 5px;
}

table.set1 td{
	border: #BBBBBB 1px solid;
	padding: 2px 5px;
}

table.set1 td.item1{ /* 料金表の項目欄用 */
	background: #EDF3FB;
}

table.set1 td.data1{ /* 料金表の料金欄用 */
	background: #FFFFFF;
	width: 160px;
	text-align: right;
	font-weight: bold;
}

table.set1 td.item2{ /* 会社概要用 */
	background: #EDF3FB;
	font-size: 90%;
	width: 100px;
}

table.set1 td.data2{ /* 会社概要用 */
	background: #FFFFFF;
	font-size: 90%;
}

table.set1 td.item3{
	background: #D1DEEF;
}

/* ------------------------------
　汎用テーブルセット２
------------------------------ */
table.set2{ /* プロフィール用テーブル */
	width: 100%;
	border: #FFD52B 2px dashed;
}

table.set2 td{
	padding: 3px 7px;
}

table.set2 td.item1{
	background: #FFEB9A;
}

table.set2 td.data1{
	background: #FFFCE9;
}

/* ------------------------------
　ページ内リンクリスト
------------------------------ */
div.link-list1{ /* 幅350px */
	border: #CCCCCC 1px solid;
	margin-bottom: 15px;
	width: 350px;
	padding: 5px 0 5px 0;
}

div.link-list1 ul li{
	background: url(../images/common/arrow-below.gif) no-repeat left;
	text-indent: 20px;
	margin-left: 5px;
}

div.link-list2{ /* 幅480px */
	border: #CCCCCC 1px solid;
	margin-bottom: 15px;
	width: 480px;
	padding: 5px 0 5px 0;
}

div.link-list2 ul li{
	background: url(../images/common/arrow-below.gif) no-repeat left;
	text-indent: 20px;
	margin-left: 5px;
}

/* ------------------------------
　１．当社の特徴
------------------------------ */
.feature-cap1{
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 22px 0 8px 65px;
	background: url(../feature/images/feature-sono1.gif) no-repeat left top;
	clear: both;
}
.feature-cap2{
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 22px 0 8px 65px;
	background: url(../feature/images/feature-sono2.gif) no-repeat left top;
	clear: both;
}
.feature-cap3{
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 22px 0 8px 65px;
	background: url(../feature/images/feature-sono3.gif) no-repeat left top;
	clear: both;
}
.feature-cap4{
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 22px 0 8px 65px;
	background: url(../feature/images/feature-sono4.gif) no-repeat left top;
	clear: both;
}
.feature-cap5{
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 22px 0 8px 65px;
	background: url(../feature/images/feature-sono5.gif) no-repeat left top;
	clear: both;
}
.feature-cap6{
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 22px 0 8px 65px;
	background: url(../feature/images/feature-sono6.gif) no-repeat left top;
	clear: both;
}
.feature-cap7{
	font-size: 110%;
	color: #FF6600;
	font-weight: bold;
	padding: 22px 0 8px 65px;
	background: url(../feature/images/feature-sono7.gif) no-repeat left top;
	clear: both;
}

/* ------------------------------
　２．工事料金表
------------------------------ */
div.rate-exp{
	float: right;
	width: 308px;
	margin-bottom: 15px;
}

.rate-spcap{
	height: 30px;
	line-height: 30px;
	color: #0054A6;
	font-weight: bold;
	text-align: center;
	background:#E1E6F7;
	border-top: #899BD7 2px solid;
	border-right: #899BD7 2px solid;
	border-left: #899BD7 2px solid;
}

div.rate-spbox{
	border-right: #899BD7 2px solid;
	border-bottom: #899BD7 2px solid;
	border-left: #899BD7 2px solid;
	padding: 10px;
}

div.rate-spbox img.special-img{
	margin-bottom: 12px;
}


/* ------------------------------
　３．お見積もり例
------------------------------ */
.ex-case{
	background: #FFFFFF;
	color: #0054A6;
	padding: 0 4px;
	margin-right: 8px;
}

div.ex-data{
	float: right;
	background: #EEEEEE;
	width: 218px;
	height: 200px;
	font-size: 90%;
	display: inline; /* for win ie6 */
}

div.ex-data p.ex-cap{
	text-align: center;
	font-weight: bold;
	background: #CCCCCC;	
}

.ex-data ul{
	margin: 10px;
}

.ex-data ul li{
	list-style: disc outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

.ex-price{
	margin: 5px 0;
}

.ex-spnote{
	border: #FFD52B 2px dashed;
	background: #FFFACF;
	padding: 3px 8px;
	font-weight: bold;
	color: #E40000;
	margin-bottom: 20px;
}

/* ------------------------------
　４．エアコン工事の流れ
------------------------------ */
img.flow-img{ /* 画像 */
	float: left;
	margin-right: 10px;
}

div.flow-txt{ /* テキスト */
	margin-left: 130px;
}

div.flow-arrow{ /* ▼ */
	height: 34px;
	background: url(../workflow/images/flow-arrow.gif) no-repeat left top;
	clear: both;
}

/* ------------------------------
　５．出張費無料エリア
------------------------------ */
div.areainfo{
	width: 210px;
	border: #E40000 2px solid;
	background: #FBDFDF;
	padding: 6px;
	margin-bottom: 20px;
	text-align: center;
}

div.areainfo h3{
	font-size: 110%;
	color: #E40000;
	font-weight: bold;
	line-height: 1.6;
	padding: 8px;
}

/* ------------------------------
　６．よくあるご質問
------------------------------ */
p.q{
	color: #FF6600;
	font-weight: bold;
	padding: 20px 0 10px 41px;
	background: url(../faq/images/q-bg.gif) no-repeat left top;
	clear: both;
}

p.a{
	padding: 0 0 8px 41px;
	background: url(../faq/images/a-bg.gif) no-repeat left top;
	clear: both;
}

.img-center{ /* 画像（真ん中寄せ） */
	text-align: center;
	margin: 0 0 12px 0;
}

/* ------------------------------
　７：会社案内
------------------------------ */

/* ------------------------------
　８．お問い合わせ
------------------------------ */
div.inq-telbox{
	padding: 10px;
	border: #FFD52B 2px solid;
	background: #FFFACF;
	text-align: center;
	margin-bottom: 20px;
}

.inq-telnum{
	color: #FF6600;
	font-size: 150%;
	font-weight: bold;
}

a.inq-btn{
	display: block;
	width: 232px;
	height: 42px;
	line-height: 42px;
	text-indent: 20px;
	background: url(../inquiry/images/inq-btn-bg1.gif) left top no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}

a:hover.inq-btn{
	background: url(../inquiry/images/inq-btn-bg1.gif) right top no-repeat;
}

a.est-btn{
	display: block;
	width: 272px;
	height: 52px;
	line-height: 52px;
	text-indent: 20px;
	background: url(../inquiry/images/est-btn-bg1.gif) left top no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}

a:hover.est-btn{
	background: url(../inquiry/images/est-btn-bg1.gif) right top no-repeat;
}

img.banners{
	margin-bottom: 5px;
}


/* ------------------------------
　サイトマップ
------------------------------ */
ul.sitemap li{
	list-style-type: square;
	margin-left:60px;
	line-height: 3em;
}
