@charset "utf-8";

/* 初期設定 */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666;
	list-style-type: none;
	font-style: normal;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}


/* レイアウト */
body {
	background: #F5F4EC;
}


div#container {
	background: url(http://eco-spirit.jp/images/contents_bg.jpg) repeat-y;
	width: 954px;
	margin: 0 auto;
}


div#header {
	width: 950px;
	height: 110px;
	margin: 0 2px;
}


div#left {
	float: left;
	display: inline;
	width: 233px;
	margin: 0 0 0 10px;
}


div#right {
	float: right;
	display: inline;
	width: 681px;
	margin: 0 10px 0 0;
}


div#footer {
	width: 950px;
	margin: 0 2px;
	border-top: 1px solid #65C097;
}



/* header */

	/* メニュー */	
	ul#header_menu {
		width: 950px;
		height: 28px;	
	}
	
	#header_menu li {
		float: left;
		display: inline;	
	}	
	
	/* ロゴ */	
	h1 {
		float: left;
		display: inline;
	}
	
	h1 a{
		display: block;
		width: 285px;
		height: 82px;
		margin-left: 10px;	
	}	
	
	/* お問い合わせ */	
	ul#header_contact {
		float: right;
		width: 351px;
		height: 61px;
		display: inline;
		margin: 10px 0;
	}	

	#header_contact li.hcontact_text {
		width: 194px;
		height: 20px;
		display: inline;
		margin-bottom: 2px;
	}
	
	#header_contact li.hcontact_num {
		width: 351px;
		height: 39px;
		display: inline;
	}
	
/*  flash */		
div#flash_box {
	width: 930px;
	height: 300px;
	margin: 0 auto 15px;
}

/* left */

	/* メニュー */	
	div#left_menu {
		width: 233px;
		margin: 0 0 20px;	
	}
	
	#left_menu ul {
		width: 233px;	
	}
	
	#left_menu ul li p{
		background: url(http://eco-spirit.jp/images/koushin_bg.jpg) no-repeat;
		width: 208px;
		height: 41px;
		display: block;
		padding: 15px 0 0 25px;	
		font-size: 15px;
		color: #FFF;
		font-weight: bold;
		line-height: 1.5;
		text-decoration: none;
		margin-bottom: 2px;	
	}
	
		/* 特殊背景メニュー */
		#left_menu ul li.left_spi a{
			background: url(http://eco-spirit.jp/images/home_bg.jpg) no-repeat;
			width: 208px;
			height: 41px;
			display: block;
			padding: 15px 0 0 25px;
			margin-bottom: 2px;	
			font-size: 15px;
			color: #FFF;
			font-weight: bold;
			line-height: 1.5;
			text-decoration: none;
		}
				
		#left_menu ul li.left_home a{
			background: url(http://eco-spirit.jp/images/home_bg.jpg) no-repeat;
			width: 208px;
			height: 41px;
			display: block;
			padding: 15px 0 0 25px;
			margin-bottom: 2px;	
			font-size: 15px;
			color: #FFF;
			font-weight: bold;
			line-height: 1.5;
			text-decoration: none;
		}
		
		#left_menu ul li.left_company a{
			background: url(http://eco-spirit.jp/images/company_bg.jpg) no-repeat;
			width: 208px;
			height: 41px;
			display: block;
			padding: 15px 0 0 25px;
			margin-bottom: 2px;	
			font-size: 15px;
			color: #FFF;
			font-weight: bold;
			line-height: 1.5;
			text-decoration: none;
		}
		
		#left_menu ul li.left_privacy a{
			background: url(http://eco-spirit.jp/images/privacy.jpg) no-repeat;
			width: 208px;
			height: 41px;
			display: block;
			padding: 15px 0 0 25px;
			margin-bottom: 2px;	
			font-size: 15px;
			color: #FFF;
			font-weight: bold;
			line-height: 1.5;
			text-decoration: none;
		}
		
		#left_menu ul li.left_contact a{
			background: url(http://eco-spirit.jp/images/contact_bg.jpg) no-repeat;
			width: 208px;
			height: 41px;
			display: block;
			padding: 15px 0 0 25px;
			margin-bottom: 2px;	
			font-size: 15px;
			color: #FFF;
			font-weight: bold;
			line-height: 1.5;
			text-decoration: none;
		}
	
	
	#left_menu ul li a{
		background: url(http://eco-spirit.jp/images/koushin_bg.jpg) no-repeat;
		width: 208px;
		height: 41px;
		display: block;
		padding: 15px 0 0 25px;	
		font-size: 15px;
		color: #FFF;
		font-weight: bold;
		line-height: 1.5;
		text-decoration: none;
		margin-bottom: 2px;	
	}
	
	#left_menu ul ul li a{
		background: url(http://eco-spirit.jp/images/submenu_bg.jpg) no-repeat;
		width: 208px;
		height: 23px;
		display: block;
		padding: 4px 0 0 25px;
		font-size: 13px;
		color: #06C;
		line-height: 1.5;
		text-decoration: none;
		font-weight: normal;	
	}
	
	#left_menu ul ul li a:hover{
		text-decoration: underline;	
	}
	
	
	/* バナー */
	ul#banner {
		width: 234px;	
	}
	
	ul#banner li {
		display: inline;
	}		
	
	ul#banner li a{
		display: block;
		margin-bottom: 3px;
	}

/* right */

h2.toptitle {
	width: 680px;
	height: 43px;
	margin-bottom: 20px;	
}


	/* 事業案内 */	
	div#right h2 {
		width: 681px;
		height: 43px;
		margin-bottom: 16px;	
	}
	
	div#right table.top_service {
		float: left;
		display: inline;
		width: 224px;
		height: 255px;
		border: 2px solid #3BB64C;
		margin: 0 0 30px 2px;	
	}
	
	div#right table.top_service th {
		vertical-align: top;
		height: 47px;	
	}
	
	div#right table.top_service td {
		font-weight: bold;
		color: #47BA56;
		vertical-align: top;
	}
	
	div#right table.top_service td.toptext {
		font-weight: bold;
		color: #47BA56;
		line-height: 1.5;
		vertical-align: top;
		padding: 0 10px 20px;
	}

	div#right table.top_service td a img{
		border: none;
	}
	
	div#right table.top_service td img{
		border: 1px solid #2DB13F;
		height: 98px;	
	}
	
	div#right table.top_service td a img{
		padding: 0 10px 5px 0;
		height: 20px;	
	}
	
	/* SPiの特徴 */
	div#top_spi {
		width: 678px;
		border: 1px solid #74C6A1;
		background: #D0EBDF;
		margin: 0 auto 40px;	
	}
	
	div#top_spi table {
		background: url(http://eco-spirit.jp/images/top_bg02.jpg) no-repeat;
		border: 1px solid #74C6A1;
		width: 658px;
		height: 217px;
		margin: 0 8px;	
	}
	
	div#top_spi table td table {
		background: none;
		border: none;
		width: 313px;
		height: 200px;
		margin: 5px 8px;	
	}
	
	div#top_spi table td table th {
		font-size: 18px;
		font-weight: bold;
		color: #13A66F;
		line-height: 1.8;
		height: 28px;		
	}
	
	div#top_spi table td table td {
		text-align: center;
		vertical-align: top;
	}
	
	div#top_spi table td table td img {
		height: 50px;			
	}
	
	div#top_spi table td table td.top_spitext {
		line-height: 1.5;
		color:#000000;
		text-align: left;
		padding: 0 0 10px 60px;
		height: 30px;			
	}
	
	div#top_spi table td table td a {
		height: 50px;			
	}
	
	div#top_spi table td table td a img {
		height: 32px;			
	}
	
	div#top_spi div {
		background: url(http://eco-spirit.jp/images/top_bottom.jpg) no-repeat;
		width: 678px;
		height: 40px;	
	}
	
	div#top_spi div a img {
		width: 366px;
		height: 27px;
		margin: 6px 0 0 302px;
	}
	
	
	/* 新着情報 */
	h3.toptitle02 {
		width: 681px;
		height: 33px;
		margin-bottom: 5px;	
	}
	
	table.new_info {
		margin-bottom: 3px;	
	}
	
	table.new_info th {
		font-size: 13px;
		color: #333;
		line-height: 1.5;
		padding-right: 20px;
		font-weight: normal;	
	}
		
	table.new_info td a{
		font-size: 13px;
		color: #06C;
		text-decoration: none;
		line-height: 1.5;	
	}	
	
	table.new_info td a:hover{
		text-decoration: underline;
	}
	
	.news_bottom img{
		margin: 5px 0 15px;	
	}
	
	
	/* 最下部お問い合わせ */
	div.bottom_contactbox {
		width: 672px;
		margin: 30px auto;	
	}
	
	
	table.bottom_contact {
		border-left: 2px solid #57BD74;
		border-right: 2px solid #57BD74;
		width: 672px;
		vertical-align:top;	
	}
		
	table.bottom_contact table {
		margin: 5px 0 1px;
	}
	
	table.bottom_contact table td {
		padding-top: 5px;
	}
	
	.bottom_contactlbox {
		padding-left: 8px;	
	}
	
	.bottom_contactrbtn a img{
		vertical-align:bottom;
	}
	
		
	/* page top */	
	div.pagetop a{
		margin-left: 802px;
		width: 142px;
		height: 29px;
		display: block;	
	}



/* footer */


	/* 会社情報 */	
	div#footer_left {
		float: left;
		display: inline;
		width: 260px;
		margin-bottom: 10px;	
	}	
	
	div#footer_left ul {
		width: 260px;		
	}	
	
	div#footer_left ul li {
		font-size: 12px;
		color: #666;
		line-height: 1.5;
		display: block;
		margin: 0 0 0px 10px;
		width: 260px;
	}
	
	/* フッターメニュー */	
	div#footer_copy {
		float: right;
		display: inline;
		margin: 19px 10px 10px 0;	
	}
	
	div#footer_copy table td a{
		font-size: 12px;
		color: #666;
		font-weight: bold;
		text-decoration: none;	
	}
	
	div#footer_copy table td a:hover{
		text-decoration: underline;	
	}
	
	/* コピーライト */
	address {
		text-align: right;
		margin-top: 8px;	
	}
	
/*-------------------------------------------------- 会社概要ページ始まり -------------------------------------*/

#subright {
	float: right;
	display: inline;
	width: 681px;
	margin: 0 10px 40px 0;
}

#sub_mainphoto{
	width:930px;
	height:150px;
	margin: 0 auto 15px;
}


.sub_titlebar{
	background:url(http://eco-spirit.jp/images/sub_titlebar.jpg) no-repeat 0 0;
	width:665px;
	height:33px;
	padding:10px 0 0 15px;
	margin:0 0 40px 0;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}

.sub_text{
	width:656px;
	line-height:23px;
	margin:0 0 30px 12px;
}

.sub_h3{
	width:670px;
	margin:0 0 14px 10px;
}

.sub_coment{
	width:670px;
	margin:0 0 17px 10px;
}

.sub_table{
	width:656px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0 0 32px 10px;
}

.table_left{
	width:170px;
	padding:10px 0 5px 10px;
	background:#eeeeee;
	color:#323131;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.table_left span{
	color:#FF0000;
}

.table_right{
	padding:10px 0 8px 10px;
	line-height:18px;
	color:#323131;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.table_right span{
	font-size:11px;
	color:#323131;
}

.sub_map{
	width:648px;
	height:383px;
	border:4px solid #CCCCCC;
	margin:0 0 19px 10px;
}

/*-------------------------------------------------- 会社概要ページ終わり -------------------------------------*/

/*-------------------------------------------------- お問い合わせページ始まり -------------------------------------------*/
.sub_text2{
	width:656px;
	line-height:18px;
	margin:0 0 12px 10px;
}

.sub_text2 p span{
	color:#fd3203;
}

.sub_contform{
	width:643px;
	margin:0 0 30px 10px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.sub_contform_left{
	width:121px;
	background:#eeeeee;
	color:#63645f;
	padding:10px 0 11px 10px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.sub_contform_left span{
	color:#fd3203;
}

.sub_contform_right{
	padding:10px 0 11px 10px;
	border-bottom:1px solid #cccccc;
}

.sub_contform_right span{
	font-size:11px;
	color:#292929;
	line-height:18px;
}

.cont_formbtn{
	width:643px;
	margin:0 0 53px 10px;
}

.sub_tellimg{
	width:436px;
	margin:0 0 0 15px;
}

.sub02_h3{
	width:670px;
	margin:0 0 20px 10px;
}
/*-------------------------------------------------- お問い合わせページ終わり --------------------------------------------*/

/*-------------------------------------------------- SPi空気清浄機始まり -----------------------------------------------*/

.sub04_img1{
	width:680px;
	height:135px;
	margin:0 0 9px 0;
}

.spitable{
	width:628px;
	margin:0 0 57px 25px;
}

.spitableleft{
	width:30px;
	border-left:1px solid #d5d2d2;
	border-bottom:1px solid #d5d2d2;
	border-top:1px solid #d5d2d2;
	background:#ccecff;
}

.spitabledot{
	background:url(http://eco-spirit.jp/images/sub04_dotline.png) repeat-y 0 0 #ccecff;
	width:1px;
	border-bottom:1px solid #d5d2d2;
	border-top:1px solid #d5d2d2;
}

.spitableright{
	font-size:15px;
	font-weight:bold;
	color:#363735;
	padding:6px 0 6px 7px;
	border-bottom:1px solid #d5d2d2;
	border-top:1px solid #d5d2d2;
	border-right:1px solid #d5d2d2;
	background:#ccecff;
}

.spitableright span{
	font-size:12px;
	color:#363735;
	font-weight:normal;
	line-height:18px;
}

.spitableleft2{
	width:30px;
	border-left:1px solid #d5d2d2;
	border-bottom:1px solid #d5d2d2;
	border-top:1px solid #d5d2d2;
	background:#caf5fc;
}

.spitabledot2{
	background:url(http://eco-spirit.jp/images/sub04_dotline.png) repeat-y 0 0 #caf5fc;
	width:1px;
	border-bottom:1px solid #d5d2d2;
	border-top:1px solid #d5d2d2;
}

.spitableright2{
	font-size:15px;
	font-weight:bold;
	color:#363735;
	padding:7px 0 7px 7px;
	border-bottom:1px solid #d5d2d2;
	border-top:1px solid #d5d2d2;
	border-right:1px solid #d5d2d2;
	background:#caf5fc;
}

.spitableright2 span{
	font-size:12px;
	color:#363735;
	font-weight:normal;
	line-height:18px;
}


.spitableright3{
	font-size:15px;
	font-weight:bold;
	color:#363735;
	padding:7px 0 7px 7px;
	border-bottom:1px solid #d5d2d2;
	border-top:1px solid #d5d2d2;
	background:#ccecff;
}

.spitableright3 span{
	font-size:12px;
	color:#363735;
	font-weight:normal;
	line-height:18px;
}


.spispace{
	height:1px;
	font-size:1px;
}


.sub04_img2{
	width:680px;
	height:480px;
	margin:0 0 78px 0;
}

.spi_title{
	width:680px;
	height:30px;
	margin:0 0 34px 0;
}

.spi_title2{
	width:680px;
	height:30px;
}



.spitable2{
	width:642px;
	margin:0 19px 56px 19px;
}


.spitable2photo{
	width:199px;
}

.spitable2title{
	font-weight:bold;
	color:#cc830f;
	font-size:13px;
}

.spitabletext{
	padding:13px 6px 8px 7px;
	line-height:15px;
}

.spitable_price{
	font-size:30px;
	color:#ff0000;
	font-weight:bold;
	border:3px solid #FF0000;
	width:188px;
}

.spitable_price span{
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
}

.spitable_taiou{
	font-size:20px;
	color:#ff0000;
	font-weight:bold;
	padding:0 0 0 5px;
	width:250px;
}

.spitable3{
	width:591px;
	margin:0 0 27px 47px;
}


.spitable3_title1{
	width:340px;
	font-size:15px;
	font-weight:bold;
	color:#737474;
	padding:0 0 6px 0;
}



.spitable3_space{
	width:14px;
}

.spitable4{
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.spitable4_left{
	width:98px;
	padding:6px 0 5px 6px;
	background: #E4F2BF;
	color:#141313;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.spitable4_right{
	padding:6px 0 5px 6px;
	color:#141313;
	background: #FAFDD2;
	border-bottom:1px solid #CCCCCC;
}

.spitable3_title2{
	width:236px;
	font-size:15px;
	font-weight:bold;
	color:#737474;
	padding:0 0 6px 0;
}

.spitable_basho{
	width:116px;
	padding:4px 0 4px 3px;
	background:#CCECFF;
}

.spitable3_img{
	width:236px;
	padding:4px 0 0 0;
}

.spitable_btn{
	width:160px;
	padding:11px 0 0 431px;
}

.sub04_spidotline{
	width:680px;
	margin:0 0 27px 0;
	
}

.sub04_spitable5{
	width:642px;
	margin:19px 0 56px 19px;
}

.spitable5_space{
	width:14px;
}

.spitable5_right1{
	width:436px;
}

.spitable5_right2{
	width:436px;
	color:#cc830f;
	font-size:15px;
	font-weight:bold;
}

.spitable5_right2 span{
	color:#cc830f;
	font-size:13px;
	font-weight:bold;
}

.spitable5_left1{
	width:192px;
	padding:0 0 7px 0;
}

.spitable5_left2{
	width:186px;
	border:3px solid #FF0000;
	color:#FF0000;
	font-size:30px;
	font-weight:bold;
}

.spitable5_left2 span{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}

.spitable5_left3{
	width:186px;
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
}

.spi_douga{
	width:304px;
	margin:0 16px 47px 16px;
	float:left;
	display:inline;
}


.sub04_dougacom{
	width:288px;
	font-size:12px;
	color:#3c3e3d;
	padding:0 0 0 16px;
}

.sub04_koukateki{
	width:670px;
	margin:0 0 0 10px;
}

.koukateki_text{
	width:635px;
	margin:11px 0 16px 26px;
	color:#3b3c3c;
	line-height:18px;
}

.spigijutu{	
	width:635px;
	border:7px solid #DFF3EA;
	background:#C6EDDB;
	margin:0 0 15px 15px;
	padding:0 0 8px 0;
}

.spigijutu2{	
	width:635px;
	border:7px solid #DFF3EA;
	background:#C6EDDB;
	margin:0 0 50px 15px;
	padding:0 0 8px 0;
}


.gijutu_h3{
	width:625px;
	background:url(http://eco-spirit.jp/images/sub04_gijututitle.jpg) no-repeat 0 0;
	padding:12px 0 10px 10px;
	font-size:13px;
	font-weight:bold;
	color:#349f74;
	margin:0 0 8px 0;
}

.koukateki_text2{
	width:635px;
	margin:11px 0 16px 12px;
	color:#3b3c3c;
	line-height:18px;
}

.gijutu_h4{
	background:url(http://eco-spirit.jp/images/sub04_gijutusubtitle.jpg) no-repeat 0 0;
	width:218px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:8px 0 8px 13px;
	margin:0 0 9px 9px;
}

.gijutu_h5{
	background:url(http://eco-spirit.jp/images/sub04_gijutusubtitle2.jpg) no-repeat 0 0;
	width:218px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:8px 0 8px 13px;
	margin:0 0 9px 9px;
}

.gijutu_img2{
	width:633px;
	margin:0 0 25px 0;
}


/*-------------------------------------------------- SPi空気清浄機終わり -----------------------------------------------*/

/*-------------------------------------------------- 断熱材ページ始まり ----------------------------------------------*/

.sub08_titlebar{
	background:url(http://eco-spirit.jp/images/sub_titlebar.jpg) no-repeat 0 0;
	width:665px;
	height:33px;
	padding:10px 0 0 15px;
	margin:0 0 14px 0;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}

.sub08_img1{
	width:223px;
	height:53px;
	margin:0 0 12px 0;
}

.sub08_text1{
	width:660px;
	line-height:21px;
	color:#131212;
	margin:0 0 23px 10px;
}

.dannetu_h3{
	width:660px;
	height:30px;
	margin:0 0 3px 10px;
}

#dannetubox1{
	background:url(http://eco-spirit.jp/images/sub08_tokucho1.jpg) no-repeat 0 0;
	width:146px;
	height:47px;
	margin:0 0 14px 13px;
	padding:36px 6px 12px 6px;
	line-height:18px;
	color:#47ba56;
	float:left;
	display:inline;
}

#dannetubox2{
	background:url(http://eco-spirit.jp/images/sub08_tokucho2.jpg) no-repeat 0 0;
	width:146px;
	height:47px;
	margin:0 0 14px 6px;
	padding:36px 6px 12px 6px;
	line-height:18px;
	color:#47ba56;
	float:left;
	display:inline;
}

#dannetubox3{
	background:url(http://eco-spirit.jp/images/sub08_tokucho3.jpg) no-repeat 0 0;
	width:146px;
	height:47px;
	margin:0 0 14px 6px;
	padding:36px 6px 12px 6px;
	line-height:18px;
	color:#47ba56;
	float:left;
	display:inline;
}

#dannetubox4{
	background:url(http://eco-spirit.jp/images/sub08_tokucho4.jpg) no-repeat 0 0;
	width:146px;
	height:47px;
	margin:0 0 14px 6px;
	padding:36px 6px 12px 6px;
	line-height:18px;
	color:#47ba56;
	float:left;
	display:inline;
}

.dannetutokucho{
	width:651px;
	margin:0 0 49px 13px;
	background:#cde39e;
}

.sub08_h4_1{
	width:651px;
	height:40px;
	margin:0 0 14px 0;
}

.sub08_h4_text{
	width:619px;
	margin:0 16px 0 16px;
	padding:0 0 40px 0;
	color:#444c45;
	line-height:18px;
}



.dannetu_h3_2{
	width:660px;
	height:30px;
	margin:0 0 21px 10px;
}

.sub08_h4_2{
	background:url(http://eco-spirit.jp/images/sub08_h4_4.jpg) no-repeat 0 0;
	width:615px;
	height:16px;
	margin:0 0 14px 16px;
	padding:5px 0 0 27px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}

.sub08_text2{
	width:610px;
	line-height:21px;
	color:#131212;
	margin:0 35px 23px 35px;
}

.sub08_sarmimg{
	width:612px;
	height:462px;
	margin:0 0 26px 18px;
}

#sarmboxwrap{
	width:620px;
	margin:0 0 45px 7px;
}

.sub08_sarmbox1{
	width:300px;
	margin:0 0 8px 10px;
	float:left;
	display:inline;
}

.h5title{
	background:url(http://eco-spirit.jp/images/sub08_h5_1.jpg) no-repeat 0 0;
	width:288px;
	height:22px;
	padding:6px 3px 0 9px;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}

.sub08_sarmbody{
	background:url(http://eco-spirit.jp/images/sub08_h5_body.jpg) no-repeat 0 0;
	width:288px;
	height:119px;
	color:#181919;
	line-height:21px;
	padding:6px 3px 0 9px;
}

.sub08_h5table{	
	width:618px;
	margin:0 0 13px 31px;
}

.sarmtabletext{
	width:213px;
	color:#181919;
	line-height:21px;
}

.sarmtabletext2{
	width:286px;
	font-size:11px;
	color:#181919;
}

.sub08_h5_2{
	background:url(http://eco-spirit.jp/images/sub08_h5_2.jpg) no-repeat 0 0;
	width:632px;
	height:41px;
	margin:0 0 15px 16px;
	padding:16px 0 0 26px;
	font-size:15px;
	color:#229265;
	font-weight:bold;
}

.lefttable_text{
	width:257px;
	color:#2c2e2d;
	line-height:18px;
}

.lefttable_photo{
	width:120px;
	padding:8px 0 0 0;
}

.lefttable_space{
	width:17px;
}

.sub08_tablespace{
	width:16px;
}

.sub08_righttable{
	width:345px;
	border-left:1px solid #CDCDCD;
	border-top:1px solid #CDCDCD;
}

.righttable_td1{
	background:#eeeeee;
	padding:6px 5px 6px 5px;
	line-height:15px;
	font-size:11px;
	color:#232121;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

.righttable_td2{
	background:#eeeeee;
	padding:6px 5px 6px 5px;
	line-height:18px;
	font-size:11px;
	color:#232121;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

.righttable_td3{
	font-size:11px;
	color:#232121;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

.righttable_td4{
	font-size:13px;
	color:#f60e0e;
	font-weight:bold;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

.righttable_td5{
	background:#eeeeee;
	padding:12px 5px 12px 5px;
	line-height:15px;
	font-size:11px;
	color:#232121;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

.righttable_td6{
	background:#eeeeee;
	padding:24px 5px 18px 5px;
	line-height:15px;
	font-size:11px;
	color:#232121;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}






.sub08_text3{
	width:618px;
	margin:0 0 19px 31px;
	font-size:13px;
	font-weight:bold;
	color:#242323;
	line-height:21px;
}

.sub08_text3 span{
	font-size:18px;
	font-weight:bold;
	color:#ef0707;
}

.sub08_gulafuimg1{
	width:602px;
	height:378px;
	margin:0 0 72px 40px;
}

.sub08_gulafuimg2{
	width:602px;
	height:382px;
	margin:0 0 0 40px;
}

.sub08_gulafuimg3{
	width:602px;
	height:235px;
	margin:0 0 52px 40px;
}



/*-------------------------------------------------- 断熱材ページ終わり ----------------------------------------------*/

/*-------------------------------------------------- 省エネガラスページ始まり ------------------------------------------*/
.sub05_img1{
	width:417px;
	height:110px;
	margin:0 0 25px 12px;
}

.sub05_imgwrap1{
	width:645px;
	border:solid 5px #ebebeb;
	margin:0 0 15px 12px;
}

.sub05_img2{
	width:645px;
	height:428px;
}

.sub05_img3{
	width:645px;
	height:502px;
}

.sub05_text{
	line-height:18px;
	width:631px;
	padding:10px 0 10px 14px;
	color:#3b3c3c;
}

.orenji{
	font-size:18px;
	font-weight:bold;
	color:#f58016;
	line-height:18px;
}

.blue{
	font-size:18px;
	font-weight:bold;
	color:#1b0e76;
	line-height:18px;
}

.red{
	color:#d93901;
	line-height:18px;
}

.waku{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background:#d93901;
	padding:5px 9px 10px 9px;
}

.sub05_h3_2{
	width:660px;
	height:30px;
	margin:0 0 0 12px;
}

.sub05_img3{
	width:660px;
	height:446px;
	margin:0 0 0 12px;
}

.sekigaisen{
	font-size:18px;
	font-weight:bold;
	color:#dd3935;
	width:622px;
	margin:0 0 15px 31px;
}

.sekigaisentext{
	width:622px;
	margin:0 0 13px 31px;
	color:#454847;
}

.sub05_table{
	width:627px;
	margin:0 0 15px 35px;
}

.sub05_table2{
	width:627px;
	margin:0 0 44px 35px;
}

.sub05_1{
	background:#2fbc84;
	width:289px;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:5px 0 9px 12px;
}

.sub05_2{
	background:url(http://eco-spirit.jp/images/sub05_body.jpg) repeat-y 0 0;
	width:277px;
	color:#1e201f;
	line-height:21px;
	padding:6px 12px 3px 12px;
}

/*-------------------------------------------------- 省エネガラスページ終わり -------------------------------------------*/

/*-------------------------------------------------- 実績紹介ページ始まり -------------------------------------------------*/

#jisekiwrap{
	width:639px;
	margin:0 0 0 14px;
}

.sub07_subtitle{
	width:680px;
	height:76px;
}

.sub07_jiseki{
	width:199px;
	background:#e6edea;
	margin:0 0 29px 14px;
	float:left;
	display:inline;
}

.sub07_table{
	width:199px;
}

.sub07_tablept{
	width:20px;
	padding: 9px 0 0 6px;
}

.sub07_tablename{
	width:166px;
	padding:9px 0 13px 7px;
	line-height:15px;
}

.sub07_tablename a{
	color:#178654;
}


.sub07_tablephoto{
	width:187px;
	padding:0 6px 0 6px;
}

.sub07_tablebtn{
	width:175px;
	padding:14px 12px 11px 12px;
}


/*------------------------------------------------- 実績紹介ページ終わり --------------------------------------------------*/

/*------------------------------------------------- 実績内容ページ始まり --------------------------------------------------*/
.sub06_wrapper{
	width:627px;
	padding:21px 0 0 17px;
	background:#e6edea;
	margin:8px 0 0 17px;
}

.sub06_table{
	width:612px;
	margin:0 0 46px 0;
}


.sub06_right{
	width:335px;
	padding:0 0 0 12px;
}

.sub06_righttitle{
	width:336px;
	padding:6px 0 8px 11px;
	font-weight:bold;
	color:#ffffff;
	background:#67c098;
}

.sub06_righttext{
	width:333px;
	padding:10px 7px 0 7px;
	color:#121212;
}

.sub06_phototitle{
	width:615px;
	height:25px;
	margin:0 0 18px 0;
}

.sub06_miniphoto{
	width:192px;
	float:left;
	display:inline;
	margin:0 0 28px 10px;
}








/*------------------------------------------------- 実績内容ページ終わり --------------------------------------------------*/


.add_price {
	width: 650px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.add_price th {
	width: 440px;
	border-left: 1px solid #CCC;
	background: #eee;
	padding: 5px;
}

.add_price td {
	width: 190px;
	border-left: 1px solid #CCC;
	padding: 5px;
}
