﻿@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------ FontSize[16pxBase]
8px=50% 9px=56% 10px=63% 11px=69% 12px=75% 13px=81% 14px=88%
15px=94% 16px=100% 18px=113% 20px=125% 22px=138% 24px=150%
------------------------------------------------------------------------------ */

/* Reset !NoEdit*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;   
} 
table {  
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img {
	border-style: none;
}
img {
	vertical-align: bottom;
}
ol,ul {
	list-style: url(none) none;
}
/* Base */
body,td,th {
	/* Resetに書かないように注意 */
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}
body {
	/* Resetに書かないように注意 */
	background: #000000;
}
/* Note */
.note {
	text-indent: -1em;
	margin-left: 1em;
}
/* ClearFix */
.clearfix{
	zoom: 1;/* IE 5.5-7 */
	position: relative;/* for DWprev */
}
.clearfix:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
/* Page */
	/* ここからページ編集分 */
	/*共通部分*/
h1.logo {
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}
#Wrap {
	width: 850px;
	background-image: url(../img_common/cont_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#Menu {
	width: 190px;
	float: left;
	text-align: center;
}
#Menu ul {
        margin:0px auto;
        padding:0px 0px 0px 30px;
}
#Menu li {
        text-align: left;
        font-size: 69%;
}
#Menu li a {
        color: #FFFFFF;
        text-decoration:none;
}
#Main {
	width: 660px;
	float: left;
}
#Foot {
	font-size: 63%;
	color: #666666;
	width: 840px;
	text-align: right;
	clear: both;
	height: 40px;
	background: url(../img_common/foot_bg.gif) no-repeat left top;
	padding-right: 10px;
}
.contents {
	width: 610px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.Tit {
	margin-left: 25px;
	margin-top: 40px;
	margin-bottom: 6px;
}
hr.bar {
	color: #CEE8F2;
	height: 24px;
	background: #CEE8F2;
	border-style: none;
}
.barTEXT {
	padding-left: 20px;
	font-size: 69%;
	line-height: 200%;
	font-weight: bold;
	color: #47A7CF;
}
.barBlue {
	background-color: #CEE8F2;
	height: 24px;
	width: 660px;
	text-align: left;
	margin-bottom: 10px;
}
.gray10pt {
	font-size: 63%;
	color: #666666;
	text-align: center;
	width: 610px;
	padding-top: 15px;
	padding-bottom: 25px;
}
/*トップページ*/
#top {
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#topWrap {
	height: 100%;
	width: 1000px;
}
#topMenu {
	height: 500px;
	width: 190px;
	float: left;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#topMenu ul {
        margin:0px auto;
        padding:0px 0px 0px 30px;
}
#topMenu li {
        text-align: left;
        font-size: 69%;
}
#topMenu li a {
        color: #FFFFFF;
        text-decoration:none;
}
#topContents {
	height: 500px;
	width: 350px;
	float: left;
}
#topNews {
	height: 240px;
	width: 350px;
	background-color: #5BB0D5;
}
#topIMG {
	height: 500px;
	width: 460px;
	float: left;
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topBanner {
	height: 260px;
	width: 350px;
}
#topFoot {
	height: 50px;
	width: 1000px;
	clear: both;
	color: #FFFFFF;
	font-size: 63%;
	line-height: 300%;
	text-indent: 30px;
}
#topFoot ul {
        margin:0;
        padding:10px 0 0 90px;
}
#topFoot li {
        display:inline;
        list-style:none;
        font-size: 113%;
}
#topFoot li a {
        padding-left:40px;
        color:#ffffff;
}
.topNewsLI {
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6DCED;
	line-height: 120%;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.topNewsUL {
	margin-left: 20px;
}
.topNewsIMG {
	margin: 10px 20px 5px;
}
.topNewsDate {
	font-size: 63%;
	color: #D3EAF3;
}
.topNewsTEXT {
	font-size: 63%;
	color: #FFFFFF;
	white-space: nowrap;
}
.topBannerImg {
	margin-left: 20px;
}
.phone_icon {
	padding-left: 20px;
}
/*プライバシーポリシー*/
.Kojinjyoho {
	margin-top: 15px;
	margin-bottom: 10px;
}
p.privacyBlue {
	font-weight: bold;
	color: #5BB0D5;
	text-align: left;
	font-size: 63%;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p.privacyText {
	font-size: 63%;
	line-height: 150%;
	color: #666666;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#privacyMain ul {
	font-size: 63%;
	color: #666666;
	text-align: left;
	line-height: 150%;
	margin-bottom: 20px;
	margin-left: 10px;
}
#privacyBg {
	width: 580px;
	background-color: #EBF5FA;
	text-align: center;
	margin: 10px 40px;
}
#privacyMain dl {
	font-size: 63%;
	color: #666666;
	text-align: left;
	line-height: 150%;
	margin-bottom: 20px;
	margin-left: 10px;
}
#privacyMain dt {
	clear: both;
	float: left;
}
#privacyMain dd {
	margin-left: 50px;
}
/*会社概要*/
table#companyMain {
	width: 500px;
	border: 1px solid #CCCCCC;
	font-size: 75%;
	color: #666666;
	margin-top: 30px;
	margin-right: 100px;
	margin-left: 60px;
}
#companyMain th {
	background: #DCEEF5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	width: 100px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}
#companyMain td {
	width: 385px;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	padding: 15px;
	line-height: 140%;
}
.companyStit {
	margin-top: 5px;
	margin-left: 25px;
}
/*採用情報*/
table#recruitMain {
	width: 500px;
	border: 1px solid #CCCCCC;
	font-size: 75%;
	color: #666666;
	margin-top: 30px;
	margin-right: 100px;
	margin-left: 60px;
}
#recruitMain th {
	background: #DCEEF5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	width: 100px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}
#recruitMain td {
	width: 385px;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	padding: 15px;
	line-height: 140%;
}
.recruitStit {
	margin-top: 5px;
	margin-left: 25px;
}
#recruitText {
        width: 500px;
	font-size: 75%;
	color: #ff0000;
	margin-top: 10px;
	margin-left: 60px;
        margin-bottom:30px;
}
/*FAQ*/
.faqQ {
	width: 610px;
	background: #47A7CF url(../faq/img/faq_top.gif) no-repeat left top;
	margin-top: 10px;
}
.faqQtext {
	line-height: 23px;
	font-size: 77%;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 23px;
	background: url(../faq/img/q_icon.gif) no-repeat left top;
	margin-right: 10px;
}
.faqA {
	background: url(../faq/img/faq_line.gif) repeat-y;
	margin-bottom: 15px;
}
.faqA img {
	vertical-align: baseline;
}
.faqAtext {
	background-image: url(../faq/img/a_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 77%;
	color: #666666;
	line-height: 23px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 23px;
}
/*コンテンツのページ*/
.contentsIMG {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.contentsText {
	float: right;
	width: 362px;
	text-align: left;
	color: #666666;
	line-height: 170%;
	font-size: 63%;
	padding-top: 8px;
}
.contentsTextLong{
	width: 610px;
	text-align: left;
	font-size: 63%;
	color: #666666;
	line-height: 170%;
	margin-top: 25px;
	margin-bottom: 20px;
}
.QA {
	background-image: url(../img_common/qa_bg.gif);
	background-repeat: repeat-y;
	width: 610px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: baseline;
}
.QA img{
	vertical-align:baseline;
}
.questionTEXT {
	background-image: url(../img_common/q_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 23px;
	font-size: 77%;
	color: #5BB0D5;
	text-align: left;
	padding-left: 23px;
	margin: 10px;
}
.answerTEXT {
	background-image: url(../img_common/a_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 23px;
	font-size: 77%;
	color: #666666;
	margin: 10px;
	text-align: left;
	padding-left: 23px;
}
.priceTop {
	background-color: #B8DDED;
	height: 20px;
	width: 95px;
	text-align: center;
	padding: 10px;
}
.price {
	margin-bottom: 5px;
	text-align: center;
}
table.price {
	border: 1px #E3E3E3 solid;
	width: 610px;
}
.price td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-size: 75%;
	color: #666666;
	line-height: 150%;
}
.priceTopLeft {
	font-size: 75%;
	color: #666666;
	width: 95px;
	background-color: #B8DDED;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
.priceTopCenter {
	font-size: 75%;
	color: #666666;
	width: 195px;
	background-color: #B8DDED;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
.priceTopright {
	font-size: 75%;
	color: #666666;
	width: 301px;
	background-color: #B8DDED;
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
td.alignLeft {
	text-align: left;
	padding-left: 5px;
	font-size: 63%;
	line-height: 130%;
}
.priceRed {
	font-weight: bold;
	color: #E6120E;
}
.priceIMG {
	margin-top: 20px;
	margin-bottom: 10px;
}
.priceTEXT {
	font-size: 63%;
	text-align: left;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 150%;
}
.priceTEXTnote {
	font-size: 63%;
	text-align: left;
	color: #666666;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 150%;
}
.footEntry {
	height: 44px;
}
.BlueBack {
	background-color: #ECF7FB;
}
.mitumoriIcon {
	float: left;
}
.topIcon {
	float: right;
	padding-right: 10px;
}
/*エアコン*/
.topTxt{
	color:#FF9933;
	font-size:63%;
	margin-left: 25px;
	margin-bottom: 10px;
}	
.barBold {
	background-color: #CEE8F2;
	height: 35px;
	width: 660px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 69%;
	font-weight: bold;
	color: #47A7CF;
}
.barBoldTEXT {
	margin-left: 20px;
	margin-top: 4px;
}
#campEx{
	font-size:80%;
	padding-top:5px;
	color: #FF6633;
	padding-bottom: 5px;
}
.paddBtm5{
	padding-bottom:5px;
}
.redBD {
	border: 1px solid #E6120E;
	margin-right: 25px;
	margin-left: 25px;
}
/*無料見積のページ*/
table#priceArea {
	width: 610px;
	margin-right: 25px;
	margin-left: 25px;
	color: #666666;
	font-size: 75%;
	margin-top: 20px;
	border-collapse: separate;
}
table#priceArea th {
	background: #E6E6E6;
	background: #E6E6E6;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 20px;
}
table#priceArea td {
	background: #F7F7F7;
	padding-left: 10px;
}.red10pt {
	font-size: 80%;
	color: #E61518;
}
.graySmall {
	font-size: 80%;
	color: #666666;
}
.barYellow {
	height: 30px;
	width: 660px;
	margin-bottom: 10px;
	text-align: left;
	background: #DCB22A;
}
#btn {
	text-align: center;
	margin-top: 30px;
}
#thanks {
	text-align: center;
	margin-top: 80px;
	font-size: 75%;
	line-height: 180%;
}
#Main .message {
	width: 410px;
	font-size: 63%;
	color: #E61518;
	line-height: 150%;
	padding-top: 25px;
	padding-left: 200px;
}
.messageLeft {
	list-style: square;
}
.stitImg {
	margin-bottom: 15px;
}
.stitImgLong {
	margin-bottom: 10px;
}
.contactTXT {
	font-size: 62%;
	line-height: 155%;
	color: #666666;
	border: 1px solid #EFDD9E;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 30px;
}

