@charset "utf-8";
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td { 
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 75%;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

fieldset , img { 
	border: 0;
	vertical-align: bottom;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}

ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before , q:after {

	content: '';
}

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/* 共通設定 */
.contBox{
	overflow: hidden;
	position: relative;
	zoom:1;
}
.left{
	float: left;
	display: inline;
}
.right{
	float: right;
	display: inline;
}
.tac{text-align:center;}
.tar{text-align:right;}
.tal{text-align:left;}
.red{ color: #f00;}
.blue{ color:#00C;}
.c30{ color:#cc3300;}
.bold{font-weight: bold;}
.m10{ margin: 10px;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}

a{
	color:#006;
	text-decoration:underline;
	outline:none;
}
a:hover{
	color:#F63;
	text-decoration:none;
	position:relative;
	top: -1px;	
}

/* ここから */

#header{
	background:url(images/header_bg.jpg) repeat-x;
	min-height:80px;
	height:auto !important;
	height: 80px;
}
#header_box{
	width: 750px;
	margin: 0 auto 0;
	overflow: hidden;
	position:relative;
	zoom:1;
}
#header h1{
	font-size: 11px;
	color:#999;
}
#header p.sub_logo{
	width:283px;
	float:right;
}
#header_box .left{
	width:390px;
}
a.header_btn_inquiry{
	background: url(images/header_btn_inquiry.jpg) left top no-repeat;
	text-indent:-9999px;
	display: block;
	width:274px;
	height: 67px;
	margin-top: 5px;
}
a.header_btn_inquiry:hover{
	background: url(images/header_btn_inquiry.jpg) right top no-repeat;
}

#top_main{
	width: 100%;
	height:309px;
	background:url(images/header_main_bg.jpg);
}
#top_main img.mainImg{
	display: block;
	margin:0 auto 0;
	padding: 3px 0;
}
#top_bnrBox{
	width:100%;
	overflow:hidden ;
	position:relative;
	zoom:1;
	border-bottom: 2px solid #B9B695;
	padding-bottom: 10px;
}
#top_bnrBox ul{
	width: 750px;
	margin: 12px auto;
}
#top_bnrBox ul li{
	float: left;
	display: inline;
	margin-left: 15px;
	width:360px;
	text-align:center;
}
#top_bnrBox ul li a{ 
	text-align: center;
}

#main{
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
	padding-bottom: 80px;
    position: relative;
    width: 750px;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
}
/* 左メニュー */
#sidemenu{
	width: 200px;
	float: left;
	display:inline;
}

#sidemenu h2{
	border-left: 4px solid #663300;
	background:#B9B695;
	font-weight: bold;
	font-size: 16px;
	padding: 0.4em;
}
#sidemenu ul{
    margin-bottom: 20px;
    margin-top: 0;
    padding: 3px 3px 3px 6px;
}
#sidemenu ul li{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sidemenu ul li a{
	font-size: 12px;
	line-height: 1.6;
	color: #009;
	text-decoration: underline;
}

#sidemenu ul li a:hover{
	color:#F30;
}
ul.menu_main li a{
	display: block;
	background: url(images/icon_arrow_orange.jpg) 0 5px no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
	margin: 4px 0;
}
#sidemenu ul.menu_main li a img{
	text-decoration: none;
}

ul.menu_sub li a{
	display: block;
	background: url(images/icon_arrow_blue.jpg) 0 5px no-repeat;
	padding: 0 0 0 20px;
}
#sidemenu ul.menu_bnr{
	padding: 3px 0 0 0;
}
#sidemenu ul.menu_bnr li a{
	font-size: 11px;
	line-height:1.2;
}

a.sidebtn_faq{
	display: block;
	background:url(images/menu_btn_faq.jpg) left top no-repeat;
	width: 202px;
	height: 45px;
	text-indent:-9999px;
	margin-bottom:10px;
}
a.sidebtn_faq:hover{
	background:url(images/menu_btn_faq.jpg) right top no-repeat;
}

a.sidebtn_inquiry{
	display: block;
	background:url(images/menu_btn_inquiry.jpg) left top no-repeat;
	width: 202px;
	height: 45px;
	text-indent:-9999px;
	margin-bottom:10px;
}
a.sidebtn_inquiry:hover{
	background:url(images/menu_btn_inquiry.jpg) right top no-repeat;
}

/* コンテンツ */
#contents{
	width: 540px;
	padding-left: 10px;
	float: right;
	display: inline;
	font-size: 13px;
	line-height: 1.8;
}
#contents p{
	margin-bottom: 0.8em;
}

/* フッター */
#footer{
	background:#b9b695;
	width: 100%;
	height: 80px;
}
#footer_box{
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	zoom:1;
	width:750px;
	padding-top: 20px;
}
#footer_box p{
	color:#333;
	text-shadow: 1px 1px 0 #fff;
	margin:0 auto 0;
	text-align:center;
}
#footer_box p a:hover{
	text-decoration:none;
}

#copyright{
	color: #fff;
	text-align:center;
}


/* パンくず */
#bread{
	background:#b9b695;
	width: 100%;
	padding: 0.4em 0;
}
#bread_box{
	width: 740px;
	color: #fff;
	margin:0 auto 0;
	padding: 0 5px;
}
#bread_box a{
	color: #333;
	text-decoration: none;
}
#bread_box a:hover{
	color: #333;
	text-decoration: underline;
}

/* トップへ戻る */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	background: #B9B695;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* コンテンツトップ */
div.graybox{
	width: 495px;
	border: #cbcbcb 3px solid;
	padding: 10px;
	margin: 0 auto 20px;
	overflow:hidden;
	position:relative;
	zoom:1;
}
div.graybox p.top_sample_text{
	width:330px;
	float:left;
}
div.graybox p.top_sample_img{
	width:164px;
	float:right;
}


.top_cont_box01{
	padding: 0 5px;
}
.top_cont_box01 p{
	width: 360px;
	font-weight: bold;
}
h2.headline_green{
	background: url(images/headline_green.jpg) 0 0 no-repeat;
	width:532px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	font-weight:bold;
	font-size:24px;
	color: #fff;
	text-shadow: 1px 2px 1px #330;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}

ul.top_floorcoating{
	overflow:hidden;
	position:relative;
	zoom:1;
	margin-bottom: 10px;
}
ul.top_floorcoating li{
	display: inline;
	margin: 0 5px 0 0;
	width: 176px;
	float: left;
}
ul.top_floorcoating li.last{
	margin-right: 0;
}
ul.top_floorcoating li a{
	font-size: 11px;
	line-height: 1.2;
}

/* 35年保証 */
ul.floorcoating_35y{
	margin: 0 auto 20px;
	border-top:1px dashed #999;
}
ul.floorcoating_35y li{
	padding: 3px 3px 3px 1.6em;
	border-bottom: 1px dashed #999;
	text-indent: -1.4em;
}
ul.floorcoating_35y li span.number{
	font-weight: bold;
	color:#C30;
	margin-right:4px;
}
/* 20年保証 */
h2.headline_pink_s{
	background: #7B5A5A;
	width:495px;
	font-weight:bold;
	font-size:18px;
	color: #fff;
	text-shadow: 1px 2px 1px #330;
	padding: 3px 5px;
	margin: 0 auto 10px;
}
.dia20_pinkbox{
	width: 495px;
	border: #FF9999 3px solid;
	padding: 10px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.dia20_pinkbox .left{
	width:330px;
	font-weight: bold;
}
.dia20_pinkbox .right{
	width: 150px;
	margin-left: 10px;
}
.dia20_pinkbox .right p{
	font-size: 0.8em;
	margin-top: 5px;
}
ul.floorcoating_20y{
	margin: 0 auto 0;
}
ul.floorcoating_20y li{
	padding: 3px 3px 3px 1.6em;
	border-bottom: 1px dashed #999;
	text-indent: -1.4em;
}
ul.floorcoating_20y li span.number{
	font-weight: bold;
	color:#89CB49;
	margin-right: 3px;
}
.contBox20{
	width: 495px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.contBox20 .left{
	width:150px;
}
.contBox20 .right{
	width: 340px;
	margin-left: 5px;
}
p.contBox20_btn a{
	font-size: 12px;
	background:url(images/icon_arrow_orange.jpg) no-repeat 0 4px;
	margin: 4px 4px 4px 0;
	padding: 0 0 0 16px;
	display: block;
	float: left;
}

/* UV30年 */
.uv30 p{
	margin-bottom: 0.8em;
}
h2.uv30{
	font-size:16px;
	font-weight: bold;
	padding: 2px 0 4px 20px;
	margin: 0 0 10px 0;
	background: url(images/icon_orange_square.jpg) 0 0.4em no-repeat;
	border-top: 1px solid #B9B695;
	border-bottom: 3px double #B9B695;
	color: #330;
	clear: both;
}
.contBox_uv30,.contBox_uv30_01,.contBox_uv30_02,.contBox_uv30_03{
	overflow:hidden;
	position: relative;
	zoom:1;
	margin-bottom: 20px;
}
img.uv30_01{
	margin: 0 1em 1em 1em;
	float:right;
	margin-bottom: 20px;
}
.contBox_uv30_01 .text{
	float: right;
	width: 365px;
}
.contBox_uv30_01 .images{
	float: left;
	width:170px;
}
.contBox_uv30_01 .images img{
	margin: 0 0.8em 0.8em 0;
}
.contBox_uv30_01 .images p{
	font-size: 11px;
	color: #633;
	line-height: 1.2;
	text-align:center;
}
h3.uv30{
	font-weight: bold;
	color: #900;
	background: url(images/icon_arrow_brown.jpg) 0 0.4em no-repeat;
	padding-left: 14px;
	margin: 2px 0 8px 0;
	font-size: 14px;
}

.contBox_uv30_02 .text{
	width: 400px;
	float: left;
}
.contBox_uv30_02 .images{
	width: 130px;
	float: right;
}

.contBox_uv30_03 .text{
	width: 220px;
	float: right;
}
.contBox_uv30_03 .images{
	width: 300px;
	float: left;
	padding-left: 20px;
}

/* フッ素 */
h2.fusso{
	font-size:16px;
	font-weight: bold;
	padding: 2px 0 4px 20px;
	margin: 0 0 10px 0;
	background: url(images/icon_blue_square.jpg) 0 0.4em no-repeat;
	border-top: 1px solid #069;
	border-bottom: 3px double #069;
	color: #003;
}
h3.fusso{
	font-weight: bold;
	color: #03F;
	background: url(images/icon_arrow_blue02.jpg) 0 0.4em no-repeat;
	padding-left: 14px;
	margin: 2px 0 8px 0;
	font-size: 14px;
}
.contBox_fusso_01{
	border-top: #666 1px dashed;
	border-bottom: #666 1px dashed;
	overflow:hidden;
	position:relative;
	zoom:1;
	padding-top: 10px;
	margin-bottom: 20px;
}
.frp01{
	background:url(images/fusso/flourine_arrows.gif) no-repeat right center #fff;
	float: left;
	margin-left: 10px;
	padding-right: 31px;
	width: 195px;
}
.frp02{
	float: right;
	margin-left: 10px;
	width:260px;
	margin-bottom: 10px;
}
.fusso table{
	border-collapse: collapse;
	margin: 5px auto;
}
.fusso table th{
	font-weight: bold;
	color:#303;
}
.fusso table th,.fusso table td{
	border: 1px solid #099;
	padding: 3px 5px;
}


.frp01 img,.frp02 img{
	margin-bottom: 0.8em;
}
.frp01 p,.frp02 p{
	color: #333;
	line-height:1.2;
	font-size:11px;
}

table.fusso_case th{
	font-weight:nomal;
	width: 90px;
}

.fusso_test01,.fusso_test02{
	overflow:hidden;
	position:relative;
	zoom:1;
	margin-bottom: 20px;
}
.fusso_test01 .right{
	margin-left: 1em;
	width: 250px;
}

.fusso_test02 .right{
	margin-left: 1em;
	width: 200px;
}

.fusso_test01 .right p.title{
	font-weight: bold;
	color: #030;
	border-bottom: #030 solid 1px;
}

ul.fusso_care{
	margin-left: 20px;
}
ul.fusso_care li{
	list-style-type:circle;
	margin-bottom:10px;
}


/* 防カビコーティング */
h2.antifungus{
	font-size:16px;
	font-weight: bold;
	padding: 2px 0 4px 20px;
	margin: 0 0 10px 0;
	background: url(images/icon_green_square.jpg) 0 0.4em no-repeat;
	border-top: 1px solid #C7BE8B;
	border-bottom: 3px double #C7BE8B;
	color: #336600;
}
h3.antifungus{
	font-weight: bold;
	color:#336600;
	padding-left: 14px;
	margin: 2px 0 8px 0;
	font-size: 14px;
	border-left:#FF9900 3px solid;
	clear:both;
}
.antifungus table.test{
	border-collapse: collapse;
	margin: 5px auto;
	width: 96%;
	margin-bottom: 20px;
}
.antifungus table th{
	font-weight: bold;
	color:#303;
	text-align:center;
}
.antifungus table th,.antifungus table td{
	border: 1px solid #099;
	padding: 3px 5px;
}
h4.antifungus{
	color:#336600;
	margin: 2px 0 8px 0;
	font-size: 14px;
	clear:both;
}
.antifungus .test_box{
	overflow: hidden;
	position: relative;
	zoom:1;
}

.antifungus .test_box .box{
	width: 225px;
	float:left;
	margin:0 0 20px 20px;
	border: #C7BE8B 1px solid;
	padding: 4px 3px 3px 3px;
}
.antifungus .test_box .box img{
	display: block;
	margin: 0 auto 4px;
}
.antifungus .test_box .box p.date{
	font-weight: bold;
	text-align: center;
}
.antifungus .test_box .box p{
	text-align:center;
}

/* クロスコーティング */
.cloth .contBox{
	margin: 20px auto 20px;
}
.cloth .contBox .left{
	width: 130px;
}
.cloth .contBox .left img{
	display:block;
	margin: 0 auto 0;
}
.cloth .contBox .right{
	width: 400px;
}

img.kaki{
	float: left;
	display: block;
	margin-right: 12px;
	padding: 4px;
	border: #C7BE8B 1px solid;
}
.cloth table{
	border-collapse:collapse;
	clear:both;
	margin-left: 8px;
}
.cloth table.test01{
	width: 400px;
}
.cloth table.test01 th,.cloth table.test01 td{
	padding: 2px 5px;
	border: 1px solid #999;
	text-align:center;
}
.cloth table.test01 th{
	font-weight: bold;
	color: #060;
}

.cloth table.test01 th.cell01,.cloth table.test01 td.cell01{
	background: #F7F6EF;
}

.cloth table.test02{
	width: 500px;
	margin-bottom:20px;
}
.cloth table.test02 th,.cloth table.test02 td{
	padding: 2px 5px;
	border: 1px solid #999;
	text-align:center;
}
.cloth table.test02 td.cell02{
	font-weight: bold;
	color: #060;
}

.cloth table.test02 th.cell01,.cloth table.test02 td.cell01{
	background: #F7F6EF;
}

/* 白木コーティング */
.shiraki .contBox .left{
	width: 295px;
}
.shiraki .contBox .right{
	width:210px;
	border: 1px solid #C7BE8B;
	padding: 5px;
}
h3.shiraki{
	color: #663300;
	font-weight: bold;
	padding-left: 14px;
	margin: 2px 0 8px 0;
	font-size: 14px;
	border-left:#FF9900 3px solid;
	clear:both;
}
.shiraki .shiraki_test{
	overflow: hidden;
	position: relative;
	zoom: 1;
	margin-bottom:20px;
}

.shiraki .shiraki_test .right{
	border: 1px solid #c7be8b;
	width:230px;
}
.shiraki .shiraki_test .right h5{
	background:#ECE9D8;
	border-bottom:1px solid #C7BE8B;
	padding: 3px;
}
.shiraki .shiraki_test p{
	margin:5px;
}
.shiraki .shiraki_test p strong{
    color: #003366;
    font-weight: bold;
}

/* 比較評価一覧 */
.compare table{
	border-collapse:collapse;
	clear:both;
	margin: 0 auto 20px;
}
.compare table th,.compare table td{
	border:1px solid #C7BE8B;	
	padding: 2px 5px;
	text-align:center;
	width: 20%;
}
.compare table tr.itemname th{
	font-size: 85%;
	line-height: 125%;
	text-align: center;
	background:#ECE9D8;
}

.compare table td.cell01{
	background: #F7F6EF;
	color: #300;
}

/* 豆知識 */
h3.tips{
	border-bottom: 1px solid #960;
	margin-bottom: 10px;
	padding: 4px;
	color: #630;
	font-weight: bold;
	clear:both;
}
.tips .contBox ul{
	border-left: 1px solid #960;
	border-right: 1px solid #960;
	border-top: 1px solid #960;
	float: left;
	font-size: 85%;
	width: 250px;
	margin-left: 10px;
}
.tips .contBox ul li{
	border-bottom:1px solid #960;
	padding: 2px 3px;
}
img.left{
	display:block;
	margin: 0 8px 8px 0;
	float:left;
}
/* フローリングワックスと床ワックスの性能 */
.wax ol{
	list-style-position:outside;
	margin-left:5px;
	padding-left:20px;
}
.wax ol li{
	list-style-type:decimal;
	margin-bottom:10px;
}
.wax ol li strong{
	color:#333;
	font-weight: bold;
}


/* 剥離洗浄 */
.detachment .column{
	background: #faf9f5;
	border:1px solid #ccc;
	margin: 0 10px 20px;
	padding: 5px 5px 0;
	clear:both;
}
.detachment .column ul{
	margin:0 0 0.5em 1.5em;
}
.detachment .column ul li{
	margin-bottom: 0.5em;
	text-indent: -1em;
}
.detachment ol{
	margin-left: 35px;
	margin-bottom: 20px;
}

.detachment ol li{
	font-weight: bold;
	list-style-type:decimal;
}
.detachment ol li span{
	font-weight: normal;
}

/* フロアコーティングの性能の違い */
h2.wax_uv30{
	font-size:14px;
	font-weight: bold;
	padding: 2px 0 4px 20px;
	margin: 0 0 10px 0;
	background: url(images/icon_orange_square.jpg) 0 0.4em no-repeat;
	border-top: 1px solid #B9B695;
	border-bottom: 3px double #B9B695;
	color: #663300;
	clear: both;
}

.wax_uv30 table{
	border-collapse: collapse;
    display: block;
    float: left;
    font-size: 85%;
    margin: 0 5px;
    width: 250px;
}


.wax_uv30 table th[scope="col"] {
    font-weight: bold;
    text-align: center;
}

.wax_uv30 .contBox table th{
    border: 1px solid #CCCCCC;
    line-height: 120%;
    padding: 0 2px;
}

.wax_uv30 table td {
    border: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: middle;
}

/* お問い合わせ */
.inquiry .contBox{
	width: 700px;
	margin: 0 auto 0;
}

.inquiry .tokuten01{
	background: url(images/inquiry/icon_tokuten01.jpg) 0 0 no-repeat;
	height:70px;
	min-height:auto !important;
	height:70px;
	padding: 10px 0 0 80px;
	font-size: 14px;
	font-weight: bold;
}

.inquiry .tokuten01_1{
	border: 5px solid #ffc0c0;
	width: 570px;
	margin: 5px auto 10px;
	padding: 10px;
}
.inquiry .tokuten01_1 ol{
	list-style-type:decimal;
	list-style-position: inside;
	font-size: 14px;
	line-height: 1.6;
}

.inquiry .tokuten02{
	background: url(images/inquiry/icon_tokuten02.jpg) 0 0 no-repeat;
	height:70px;
	min-height:auto !important;
	height:70px;
	padding: 10px 0 0 80px;
	font-size: 14px;
	font-weight: bold;
}
h2.wax_uv30 .step{
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	padding-right: 1em;
}
.inquiry .contBox .right{
	border: 1px solid #C7BE8B;
    font-size: 80%;
    padding-top: 5px;
    text-align: center;
    width: 145px;
	margin-right: 5px;
}
.inquiry .contBox div.left{
	width: 520px;
}
.inquiry .graybox{
	width: 700px;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.inquiry table{
	width: 680px;
	margin: 0 auto 0;
	border-collapse: collapse;
}
.inquiry table td{
	padding: 5px;
	border: #C7BE8B 1px solid;
	vertical-align:top;
}
.inquiry table td.cell01{
}
.inquiry table td input[type="checkbox"]{
	margin:0 0.8em;
}
.inquiry table td.floorcoating01{
	background:#C60;
	color: #fff;
	width: 20%;	
}
.inquiry table td.floorcoating02{
	background:#F7F6DE;
}
.form_btn{
	width: 400px;
	margin: 0 auto 0;
	text-align: center;
}
.form_btn input{
	font-size: 14px;
	padding: 5px 7px;
}

.inquiry_form .confirm{
	font-size: 14px;
	text-align:left;
	padding: 8px;
	border: 5px solid #F99;
	margin: 10px auto 10px;
	width: 500px;
	color:#990033;
}
.inquiry_form .confirm ul{
	padding: 0.8em 0 0.8em 2em;
	font-weight: bold;
	color:#cc0000;
}

/* よくあるご質問 */
.faq h4{
	background: url(images/faq/title_faq.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	width:530px;
	height:131px;
	margin: 0 auto 10px;
}

.single_faq{
	border-bottom: 1px solid #B9B695;
    border-top: 1px solid #B9B695;
    margin: 10px auto;
    padding: 20px 0 10px
}
.single_faq h3{
 	background: url("images/faq/faq_question.gif") no-repeat scroll 0 3px transparent;
    padding:0 0 4px 56px;
	font-weight:bold;
}
.single_faq .faq_answer{
	color: #222;
	background: url(images/faq/faq_answer.gif) 0 3px no-repeat;	
    padding:0 0 0 56px;
}
.faq_nav{
	text-align:center;
}
.faq_nav .page-numbers.current{
	font-weight: bold;
	border:1px solid #666;
	padding: 0.2em;
}

