/**********************************
about
**********************************/
#about #contentsBox{
	padding: 2px 0 0 0;
	width: 1000px;
	margin: 0 auto;
}
#about #subTtl{
	background-image: url(../images/bg_about_ttl.png);
	padding: 40px 0 0 0;
	height: 367px;
	background-repeat: no-repeat;
	background-position: top center;
}
#about #waxTxt{
	width: 510px;
	padding: 0 0 45px 460px;
	letter-spacing: -0.8px;
}
#about .subTtl02{
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
#about .attention {
	margin-bottom:10px;
}
#about .attention li{
	font-weight: bold;
}
#about ul li{
	text-indent:-1em;
	padding-left:1em;
}
#about .waxTtl{
	padding-bottom:25px;
}
#about .txt{
	font-size: 15px;
	line-height:25px;	
}
#about .flowTtl{
	padding: 0 0 0 15px;
}
#about #step{
	background-color: #fff0f3;
	padding: 30px 30px 30px 32px;
	margin: 0 40px;
	overflow: hidden;
}
#about #step .stepBox{
	overflow: hidden;
	background-image: url(../images/bg_stepno.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
    padding: 4px 0 50px 0;
}
#about #step .stepBox:first-child{
	padding-top:0;
}
#about #step .stepBox:last-child{
	padding:0;
}
#about #step .stepBox.arrow:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 27px;
    background-image: url(../images/img_step_arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    bottom: 0;
}
#about #step .stepNo{
	float: left;
	margin-right: 20px;
}
#about #step .stepImg{
	float:left;
	width:300px;
}
#about #step .stepTxt{
	width:439px;
	float:right;
}
#about #step .stepTxt .stepTtl{
	font-size: 154%;
	padding:13px 0 17px 0;
	border-bottom: 1px solid #b29193;
	font-weight: bold;
}
#about #step .stepTxt .descriptionTxt{
	padding-top:15px;
	font-size: 108%;
	line-height: 1.7em;
	letter-spacing: -0.9px;
}
#about #step .stepTxt .descriptionTxt li{
	padding: 0 0 0.8em 1em;
	text-indent: -1em;
}

#about #step .stepTxt .stepTtl{
	padding-top: 12px;
}
#about #step #step04 .stepImg img{
	padding-bottom:10px;
}
#about #health{
	clear: both;
	padding: 0 40px 30px 40px;
	overflow: hidden;
	font-size:15px;
}
#about #health .hygieneTxt{
	float:left;
	width:700px;
}
#about #health .hygieneImg{
	text-align:center;
	padding-top:20px;
}
#about #health .hygienelogo{
	float: right;
	padding-right: 40px;
}
#about #health #subTtl02{
	padding:26px 0 14px 0;
	margin-top: 39px;
	border-top: 1px solid #d1c1c1;
}

#about #health .healthTxt{
	clear:both;
	padding-top:20px;
	line-height:1.8em;
}
#about #health .healthImg{
	padding-top: 5px;

}
#about #health .healthImg p{
	padding-bottom: 10px;

}
#about #health .healthImg .leftImg{
	padding-right:10px;}
/**********************************
table
**********************************/
#price{
	font-size:15px;
}
.priceList{
	overflow:hidden;
	padding:0 0 20px 0;
}
.priceList table{
	width:450px;
}
.priceList table tr{
	border-top: 1px solid #d1c1c1;
	border-bottom: 1px solid #d1c1c1;
}
.priceList table tr th{
	padding:10px;
	text-align:center;
	font-weight:bold;
	background-color:#fffcf4;
}
.priceList table tr td{
	padding:10px;
	text-align:center;
}
.priceList table tr .left{
	width: 350px;
}
.priceList .tableLeft{
	float:left;
}
.priceList .tableRight{
	float:right;
}
