@charset "utf-8";
/* CSS Document */

/*リセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, textarea, p, th, td{
    margin: 0; 
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}

li{
    list-style:none;

}

address, em{
    font-style: normal; 
    font-weight: normal;
}

img {
	border: 0;
}

table {
	border-collapse:collapse;
}

a:focus {
	outline: none;
}

/*フォント*/
body {
	font-size:90%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
body p{
	margin-left:15px;
	margin-bottom:20px;
	line-height:1.7;
}
	
	
/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*各種見出し*/
/*アイコン付き見出し*/
.icon-h2-line-text {
 	border-bottom:solid #505050 2px;
	margin-left:50px;
	width:750px;
	line-height: 200%; /* 行の高さ */
	font-size:140%;
	font-weight:bold;
	height:38px;
}

.icon-h2-img {
	background-image: url(images/title-icon.gif); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
	height:40px;
	width:800px;
	margin-bottom:20px;
}

.title-h3 {
	background-color:#dcfecb;
	border-bottom: 1px dotted #145a28;
	border-left: 10px solid #145a28;
	padding: 5px 0 2px 12px;
	line-height: 180%;
	font:#505050;
	font-weight:bold;
	font-size:110%;
	margin-bottom:20px;
} 

.title-h3-2 {
	background-color:#FAE685;
	border-bottom: 1px dotted #145a28;
	padding: 5px 0 2px 22px;
	line-height: 180%;
	font:#505050;
	font-weight:bold;
	font-size:110%;
	margin-bottom:20px;
}                                 /*三宮記入*/

/*リストなど*/

.list1{
	font-size:105%;
	line-height: 185%;
	font-weight: bold;
}
.list1 li{
	margin-left: 30px;
	background: url(images/list-icon.gif) left no-repeat;
	text-indent: 15px;
}


#check{
	font-size: 105%;
	margin-bottom: 40px;
	}                          /*三宮記入*/
#check li{
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	}
　　　　　　　　　　　　　/*三宮記入*/


/*テーブルなど*/
.table1{
	width: 800px;
	margin-bottom:20px;
}

.table1 th {
	padding: 20px 20px 20px 10px;
	border: 1px #E3E3E3 solid;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
}

.table1 td {
	padding: 20px 20px 20px 10px;
	border: 1px #E3E3E3 solid;
	text-align: left;
	line-height: 130%;
}

.table2 {
	margin-bottom:20px;
	width:800px;
}

.table2-img {
	width:215px;
	height:175px;
	text-align:center;
	/*border:solid 1px #666;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.table2-text {
	width:240px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*商品リスト用テーブル*/
#table-L table{
	width:390px;
	border:solid 1px #666;
	margin-bottom:8px;
}

#table-L td{
	border:#CCC solid 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#table-R table{
	width:390px;
	border:solid 1px #666;
	margin-bottom:8px;
}

#table-R td{
	border:#CCC solid 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.tableimg {
	width:130px;
	height:auto;
}
.tableimg2 {
	width:130px;
	height:auto;
}

.table-titel {
	background-color:#FFC;
	font-weight:bold;
}

.table-titel2 {
	background-color:#FFF1EC;
	font-weight:bold;
}

.ippanhanbai {
	border:solid 1px #CCC;
	width:800px;
	margin-bottom:15px;
}

.ippanhanbai td{
	border:solid 1px #CCC;
	border-collapse:20px;
	text-align:center;
	padding:10px;
}

.ippanhanbai2 {
	border:solid 1px #CCC;
	width:800px;
}

.ippanhanbai2 td{
	border-collapse:20px;
	text-align:left;
	padding:10px;
}

.ippanhanbai3 {
	width:800px;
}

.ippanhanbai3 td{
	border-collapse:20px;
	text-align:center;
	padding:10px;
}

/*住宅改修用テーブル*/
.jyutakuhanbai-table{
	width:800px;
	border:solid 1px #666;
	margin-bottom:20px;
}

.jyutakuhanbai-table th{
	width:250px;
	border:#CCC solid 1px;
	background-color:#FFC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align:left;
}

.jyutakuhanbai-table td{
	border:#CCC solid 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.beforeafter {
	width:800px;
	height:280px;
	margin-bottom:40px;
	border-collapse:collapse;
	padding:0px;
}

.beforeafter td {
	text-align:center;
	border-collapse:collapse;
	padding:0px;
}

/*テーブルの中のリスト*/
.list2{
	line-height:1.9;
}

.list2 li {
	background: url(images/list-icon.gif) 0px 11px no-repeat;
	padding-left: 15px;
	margin-left:18px;
	margin-right:8px;
}

/*お申し込みの流れお気軽にお問合せくださいのとこ*/
.okigaruni {
	text-align:center;
	width:800px;
	border:#666 solid 1px;
	font-size:105%;
	padding:20px;
	color:#666;
	font-weight:bold;
}
/*強調文字*/
.redbold {
	font-weight:bold;
	color:#F00;
}
.redbold-s{
	font-weight:bold;
	color:#F00;
	font-size:70%;
}

.blackbold {
	font-weight:bold;
	font-size:105%;
}