@charset "utf-8";
/* CSS Document */

div#contents {
	width: 860px;
	margin-top:20px;
	background:url(../images/treatment/bg.jpg) top left no-repeat;
}

div#contents h1{
	width:590px;
	padding:35px 0 0 29px;
}

div#contents p.text1{
	width:700px;
	margin:20px 0 0 37px;
}

div#contents p.text2{
	width:584px;
	margin-left:37px;
}

div#contents p.text3{
	width:560px;
	margin:27px 0 0 37px;
}

/* boxArea==================================================*/
div#boxArea{
	width:800px;
	margin:30px auto 0 auto;
}

/* boxwhite==================================================*/
div#boxwhite{
	float:left;
	width:392px;
	height:592px;
	margin-bottom:45px;
	background:url(../images/treatment/bg_white.jpg) top left no-repeat;
}

div#boxwhite h2{
	padding:20px 0 0 48px;
}

div#boxwhite p.text01{
	padding:12px 0 0 48px;
}

div#boxwhite dl dd{
	padding:3px 0 0 14px;
}

div#boxwhite dl dd.btn01{
	padding-top:5px;
	padding-left:24px;
}

div#boxwhite dl.contents01{
	padding:12px 0 0 48px;
}

div#boxwhite dl.contents02{
	padding:8px 0 0 48px;
}

div#boxwhite dl.contents03{
	padding:8px 0 0 48px;
}

div#boxwhite dl.contents04{
	padding:6px 0 0 48px;
}

div#boxwhite dl.contents05{
	padding:6px 0 0 48px;
}

div#boxwhite dl.contents06{
	padding:6px 0 0 48px;
}

div#boxwhite dl.contents07{
	padding:6px 0 0 48px;
}

div#boxwhite p.text02{
	padding:15px 0 0 48px;
}

/* boxyellow==================================================*/
div#boxyellow{
	float:right;
	width:392px;
	height:592px;
	margin-bottom:45px;
	background:url(../images/treatment/bg_yellow.jpg) top left no-repeat;
}

div#boxyellow h2{
	padding:20px 0 0 48px;
}

div#boxyellow p.text01{
	padding:12px 0 0 48px;
}

div#boxyellow dl dd{
	padding:3px 0 0 14px;
}

div#boxyellow dl dd.btn01{
	padding-top:5px;
	padding-left:24px;
}

div#boxyellow dl.contents01{
	padding:12px 0 0 48px;
}

div#boxyellow dl.contents02{
	padding:8px 0 0 48px;
}

div#boxyellow dl.contents03{
	padding:8px 0 0 48px;
}

div#boxyellow dl.contents04{
	padding:6px 0 0 48px;
}

div#boxyellow dl.contents05{
	padding:6px 0 0 48px;
}

div#boxyellow dl.contents06{
	padding:6px 0 0 48px;
}

div#boxyellow dl.contents07{
	padding:6px 0 0 48px;
}

/* ********************************************************************************
clearfix
******************************************************************************** */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }

