/* CSS Document*/
@charset "utf-8";

/*デフォルト系*/
*{
	margin: 0;
	padding: 0;
	border: none;
}
html, body{
	color: #000;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
input, textarea {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	margin: 0.5em 10px;
	padding: 1px 0.2em;
}
input:focus, textarea:focus {
	background-color: #FFC;
}
.clr{
	clear: both;
}
.txt-aling-center{
	text-align: center;
}
.margin-8px{
	margin: 8px auto;
}

#container{
	width: 100%;
}
#wrapper{
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px;
	margin: 0 auto;
	width: 800px;
}
/***********************************ヘッダ***********************************/
#header{
	width: 800px;
	height: 185px;
}
#header p{
	font-size: 10px;
	display: hidden;
	overflow: hidden;
	height: 0;
}
#header img{
}
h2,p{
	margin: 0;
}

/*********************************コンテンツ*********************************/
#contents{
	padding: 20px;
}
#contents .no-border{
	border-bottom: none;
}
#contents .bg-e6{
	background-color: #e6e6e6;
}
#contents h1.all-title{
	margin-top: 14px;
	color: #006bb4;
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
}
#title-left{
	float: left;
	margin-bottom: 10px;
	width: 510px;
}
#title-right{
	float: right;
	margin-bottom: 5px;
	text-align: right;
	width: auto;
}
#title-right address{
	display: block;
	font-style: normal;
	margin-top: 20px;
	line-height: 150%;
}

#product-text{
	clear: both;
	border: 2px solid #ba0012;
	margin-bottom: 20px;
}
.title-discription{
	display: none;
	height: 0;
	overflow: hidden;
}
#product-text img{
	border-bottom: 2px solid #ba0012;
}
#product-text-margin{
	display: block;
	margin: 20px;
	background: url(images/txt-img03-new.gif) no-repeat 525px 11px;
}
.font-color-blue{
	color: #006bb4;
	font-weight: normal;
}
.font-color-red{
	color: #ba0012;
}
.font-color-red-large{
	color: #ba0012;
	font-size: 25px;
	line-height: 35px;
}
p.font-color-blue{
	font-size: 25px;
	line-height: 140%;
}
h3.font-color-blue{
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	margin-top: 20px;
}
#product-text-margin h2{
	font-size: 16px;
	border-bottom: 5px solid #006bb4;
	line-height: 58px;
	margin-bottom: 20px;
	vertical-align: middle;
	width: 520px;
}
.product-name{
	font-size: 40px;
}

#spec-left{
	width: 350px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#spec-left h3.font-color-blue{
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	line-height: 20px;
	width: 180px;
}
#spec-left img.spec-top-img{
	margin: 30px auto;
}
#spec-left table{
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}
#spec-left td{
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
#spec-left .spec-text{
	clear: both;
	width: 180px;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 21px;
}
.spec-img{
	font-size: 14px;
}
#spec-right{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#hepa-filter{
	margin-bottom: 20px;
}
#hepa-filter h3{
	font-size:20px;
}
#hepa-filter p{
	float:left;
	display: block;
	margin: 10px 0;
}
#hepa-filter p.hepa-left{
	text-align: center;
}
#hepa-filter p.hepa-center{
	width: 350px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 28px;
}
#hepa-filter p.hepa-right{
	width: 230px;
}
/*****************************アースプラス特徴*****************************/
#epa-tokucho{
	margin: 20px 0;
}
#epa-tokucho h2, #epa-rinshow h2{
	background-color: #006bb4;
	text-align: center;
	color: #fff;
	padding: 8px;
	line-height: 100%;
}
#epa-tokucho ol{
	margin: 20px 0;
	padding: 0 20px;
}
#epa-tokucho li{
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
}
#epa-rinshow{
	margin: 20px 0;
}
#epa-rinshow p{
	margin: 20px 0;
}

#contents #phc-dounyu, #contents #epa-dounyu{
	margin: 40px -20px 20px 0;
	width: 760px;
}
#contents #phc-dounyu h2,#contents #epa-dounyu h2{
	background-color: #006bb4;
	text-align: center;
	color: #fff;
	padding: 8px;
}

#contents #phc-dounyu #yusa h2{
	margin-top: 35px;
}

.icons{
	position: relative;
	width: 156px;
	height: auto;
}
.icons img{
	display: block;
	position: absolute;
	height: 88px;
	margin: 0;
	padding: 0;
	top: -60px;
	left: 4px;
	z-index: 1;
}
.p-caution{
	margin: 10px 0 0;
	font-size: 12px;
}

#contents #phc-dounyu p{
	font-size: 12px;
	line-heigt: 21px;
	margin: 0 8px;
}
#contents #phc-dounyu p em{
	color: #006BB4;
	font-style: normal;
	font-weight: bold;
}
#contents #phc-dounyu #nakazawa p em{
	margin-top: 10px;
	display: block;
}

#contents #phc-dounyu #nakazawa p.addbar{
	border-bottom: 2px solid #000;
	margin-top: 40px;
	padding-bottom: 8px;
}

#contents #phc-dounyu #yusa p{
	margin-top: 40px;
	padding-bottom: 8px;
	height: 120px;
}

#contents #phc-dounyu dl{
	background:  #f2f2f2;
	width: 760px;
	margin: 20px auto 0;
}
#contents #phc-dounyu dt{
	background: url(images/bg-jirei-tlt.jpg) repeat-x #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #006bb4;
	float: none;
	width: auto;
}
#contents #phc-dounyu dd{
	clear: both;
	margin: 8px;
	font-size: 12px;
	width: 743px;
}

#contents #phc-dounyu #yusa dd em{
	background: #f11;
	color: #fff;
	font-weight: bold;
	margin: 0 1px;	padding: 2px;
}

#contents #phc-dounyu #yusa dd span.countreason{
	display: block;
	margin: 10px 0; padding: 8px;
	background: #e6e6e6;
}
#contents #phc-dounyu #yusa dd span.countreason em{
	color: #006BB4;
	background: none;
	font-weight: bold;
	margin: 0;	padding: 0;
}


#contents #epa-dounyu dl{
	float: left;
	width: 240px;
	margin-right: 20px;
}
#contents #epa-dounyu dl.jirei-right{
	margin-right: 0;
}
#contents #epa-dounyu dt{
	background: url(images/bg-jirei-tlt.jpg) no-repeat #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #006bb4;
	width: 224px;
	margin: 0;
	padding: 8px;
}
#contents #epa-dounyu dd{
	margin: 0;
	width: 224px;
	background-color: #f2f2f2;
	font-size: 12px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	clear: left;
	padding: 8px;
}

#prd-epa{
	margin-bottom: 20px;
}
#prd-epa img{
	float: left;
	margin: 30px 5px 20px 0;
}
#prd-epa p{
	display: block;
	float: right;
	margin-top: 10px;
	width: 365px;
}
#prd-epa table{
	float:right;
	margin-bottom: 20px;
}

/*****************************z-index配置関連*****************************/
#contents #phc-dounyu .img-clinic{
	position: relative;
	width: 198px;
	height: auto;
}
#contents #phc-dounyu .img-clinic img{
	display: block;
	position: absolute;
	height: 160px;
	margin: 0;
	padding: 0;
	top: -57px;
	left: 554px;
	z-index: 1;
}
#contents #phc-dounyu .img-president{
	position: relative;
	width: 94px;
	height: auto;
}
#contents #phc-dounyu .img-president img{
	display: block;
	position: absolute;
	height: 94px;
	margin: 0;
	padding: 0;
	top: -82px;
	left: 446px;
	z-index: 1;
}
#contents #phc-dounyu p.img-counter{
	width: 180px;
	height: 205px;
	background-color: #fff;
	text-align: center;
	float: left;
	font-size: 10px;
	margin: 0 1em 0 0;
}
#contents #phc-dounyu p.img-counter img{
	margin: 10px 0 0;
	height: 135px;
	padding: 0;
}
#contents #phc-dounyu #txt-counter{
	float: left;
}
#contents #phc-dounyu .img-cgraph{
	float: right;
	margin-left: 1em;
	text-align: center;
	text-decoration: none;
}
#contents #phc-dounyu .img-setch{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#contents #phc-dounyu dt.img-usr-appear{
	border-top: 1px solid #006bb4;
	background: none;
}
#contents #phc-dounyu dd.img-usr-appear{
	margin: 0 auto;
	padding-bottom: 1em;
}

#contents #phc-dounyu #yusa img{
	display: block;
	margin-bottom: 10px;
}

#contents #phc-dounyu .img-yusaFam01{
	position: relative;
	width: 197px;
	height: auto;
}
#contents #phc-dounyu .img-yusaFam01 img{
	margin-bottom: 10px;
	position: absolute;
	height: 149px;
	top: -140px;
	left: 320px;
}

#contents #phc-dounyu .img-yusaFam02{
	position: relative;
	width: 230px;
	height: auto;
}
#contents #phc-dounyu .img-yusaFam02 img{
	margin-bottom: 10px;
	position: absolute;
	height: 149px;
	top: -140px;
	left: 530px;
}

#contents #phc-dounyu .img-yusaLiv01{
	float: left;
	width: 165px;
	height: auto;
	padding-right: 5px;
}
#contents #phc-dounyu .img-yusaLiv02{
	float: right;
	width: 165px;
	height: auto;
	padding-left: 5px;
}
#contents #phc-dounyu #yusa dd.img-usr-appear{
	position: relative;
	text-align: left;
}
#contents #phc-dounyu #yusa dd.img-usr-appear p{
	width: 600px;
	margin-top: 0;
	height: 90px;
}
#contents #phc-dounyu #yusa dd.img-usr-appear img{
	position: absolute;
	height: 118px;
	top: -20px;	left: 620px;
	z-index: 1;
}

#contents #phc-dounyu #yusa  img.img-usr-count-yusa{
	display: block;
	float: right;
	background: #fff;
	margin: 0 0 20px 10px;
}


/*****************************お問い合せボタン*****************************/
.contact-form{
	display: block;
	overflow: hidden;
	width: 240px;
	height: 55px;
	margin: 0 auto;
	background: url(images/btn-contact-off.jpg) no-repeat;
}
.contact-form a{
	display: block;
	overflow: hidden;
	background: url(images/btn-contact-off.jpg) no-repeat;
	height: 0px;
	padding-top: 70px;
}
.contact-form a:active,.contact-form a:hover {
	background: url(images/btn-contact-on.jpg) no-repeat;
}

#prd-photo{
	margin: auto 20px;
	text-align: center;
	float: left;
}
#prd-price{
	width: 370px;
	float: right;
}
#contents dl{
	margin: 15px auto;
}
#contents dt{
	display: block;
	width: 9em;
	padding: 8px 9px;
	background-color: #ba0012;
	float: left;
	clear: left;
	font-weight: bold;
	color: #fff;
}
#contents dd{
	display: block;
	margin-left: 11em;
	margin-bottom: 10px;
}
/*****************************スペックテーブル用*****************************/
#contents table{
	background-color: #f5f5f5;
	width: 370px;
	font-size: 10px;
}
#contents th,#contents td{
	padding: 3px 5px;
}
#contents th{
	text-align: left;
	font-weight: normal;
}
/*********************************フォーム用*********************************/
#contents form .kome-text{
	font-size: 10px;
}
#contents form table{
	border-width: 1px 1px 0px;
	border-color: #ddd;
	border-style: solid;
	font-size: 14px;
	width: 100%;
}
#contents form th,#contents form td{
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}
#contents form th{
	border-right: 5px solid #ccc;
	font-weight: normal;
	margin-left: 10px;
	width: 10em;
}
#contents form th.necessary{
	border-right: 5px solid #f00;
}
#contents form{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
}
#contents label{
	vertical-align: middle;
}

#contact-post{
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
#contact-post input{
	width: 200px;
	margin: 0.8em 0.4em;
	height: 28px;
	background-color: #ddd;
}
#contents .contact-contents{
	font-wight: bold;
	color: #fff;
	display: block;
	margin: 0 0 5px;
	padding: 8px;
	background: #C00;
}
#contents .contact-contents-list{
	background: #f5f5f5;
	border: 1px solid #ddd;
	height: 300px;
	margin: 0 0 5px;
	padding: 8px;
}
/***********************************フッタ***********************************/
#footer{
	background: #f5f5f5;
	clear: both;
	font-size: 12px;
	line-height: 140%;
	height: auto;
	overflow: hidden;
	width: 800px;
}
#footer strong{
	font-size: 14px;
	line-height: 150%;
}
#footer-left, #footer-right{
	float: left;
	padding: 20px;
	width: 360px;
}
#footer-right{
	background: #ddd;
}

