@charset "UTF-8";
@import "../treatment_menu.css";

/*========================*/
/* デンタルドックのページ */
/*========================*/

#col_right h2{
	height: 30px;
	margin-bottom: 40px;
	text-indent: -9999px;
	background-image: url(../../img/treatment/dentaldock/h2_dentaldock.png);
	background-repeat: no-repeat;
	background-position: left;
}

#col_right div h3{
	height: 20px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 1px #FF9900;
}


/* ------------ */

#about h3{ background-image: url(../../img/treatment/dentaldock/h3_about_dentaldock.png); }


/* ------------ */

#inspection{ margin-top: 80px; }

#inspection h3{ background-image: url(../../img/treatment/dentaldock/h3_inspection.png); }

#inspection ol{
	margin-bottom: 30px;
}

#inspection li{
	width: 480px;
	margin-bottom: 10px;
	padding: 25px 30px 35px 30px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: center top;
}

#inspection li h4{
	height: 22px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}

#inspection div{
	margin-top: 50px;
}

#inspection div h4{
	margin-bottom: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: dotted 1px #FF6600;
}


/* ------------ */

#step_01{
	height: 425px;
	background-image: url(../../img/treatment/dentaldock/step_01_bg.png);
}

#step_01 h4{ background-image: url(../../img/treatment/dentaldock/h4_step01.png); }

#step_01 p{ margin-bottom: 15px; }

#step_01 dl{
	width: 220px;
	margin: 0 0 20px 20px;
	float: left;
}

#step_01 dl dt{
	display: list-item;
	margin: 0 0 5px 20px;
	list-style-image: url(../../img/common/dot.png);
	font-size: 90%;
}

/* ------------ */

#step_02{
	position: relative;
	height: 160px;
	background-image: url(../../img/treatment/dentaldock/step_02_bg.png);
}

#step_02 h4{ background-image: url(../../img/treatment/dentaldock/h4_step02.png); }

#step_02 p.image{
	position: absolute;
	top: 30px;
	right: 30px;
}

#step_02 ul{
	margin: 10px 0 0 20px;
}

#step_02 li{
	list-style-image: url(../../img/common/dot.png);
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 85%;
}

/* ------------ */

#step_03{
	height: 80px;
	background-image: url(../../img/treatment/dentaldock/step_03_bg.png);
}

#step_03 h4{ background-image: url(../../img/treatment/dentaldock/h4_step03.png); }

/* ------------ */

#step_04{
	position: relative;
	height: 85px;
	background-image: url(../../img/treatment/dentaldock/step_04_bg.png);
}

#step_04 h4{ background-image: url(../../img/treatment/dentaldock/h4_step04.png); }

#step_04 p.image{
	position: absolute;
	top: 25px;
	right: 25px;
}

#step_04 ul{
	margin: 10px 0 0 20px;
}

#step_04 li{
	list-style-image: url(../../img/common/dot.png);
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 85%;
}


/* ------------ */

#frequency h4{ background-image: url(../../img/treatment/dentaldock/h4_frequency.png); }

#frequency p{
	font-size: 90%;
	line-height: 1.5em;
}

#frequency p.image{
	float: right;
	margin-left: 30px;
}

#frequency dl{
	margin: 0 0 30px 20px;
}

#frequency dl dt{
	display: list-item;
	list-style-image: url(../../img/common/dot.png);
	width: 5em;
	float: left;

}


/* ------------ */

#charge h4{ background-image: url(../../img/treatment/dentaldock/h4_charge.png); }

#charge dl dt{
	width: 410px;
	padding-left: 10px;
	float: left;
}

#charge dl dd{
	margin-bottom: 10px;
	padding: 0 0 5px 420px;
	border-bottom: dotted 1px #999999;
}

#charge dl dd.exp{
	margin-top: 5px;
	padding-left: 10px;
	width: 350px;
	border: none;
	float: left;
	font-size: 75%;
	line-height: 1.2em;
}

#charge dl dd.last{
	padding-top: 4.5em;
}










