@charset "UTF-8";
/*##################################################
-------------LIST-------------
 01: intro
 02: doctor
 
 ------------------------------
##################################################*/
/* --------------------------------------------------
 01: intro
 -------------------------------------------------- */
div#doctor p {
	font-size: 93%;
	line-height: 150%;
}

div#doctor ul {
	padding: 10px 0 10px 10px;
}

div#doctor ul li {
	padding: 0 0 0 0;
}

div#doctor ul li ul {
	padding: 0 0 10px 20px;
	font-size: 93%;
	line-height: 150%;
}


/* --------------------------------------------------
 02: price
 -------------------------------------------------- */
div#price dl.s-price {
	width: 440px;
	margin-bottom: 15px;
}
div#price dl.s-price dt {
	float: left;
	width: 95px;
}
div#price dl.s-price dt img {
	vertical-align: bottom;
}
div#price dl.s-price dd {
	float: left;
	width: 345px;
}
div#price dl.s-price dd strong {
	color: #ff0099;
	font-weight: bold;
}

div#price ul {
	clear: both;
	margin-top: 5px;
}
div#price ul li {
	padding: 5px 0 5px 19px;
	font-size: 108%;
	color: #1051bc;
	background: url(../images/order_arw.gif) 0 7px no-repeat;
}
div#price ul li a {
	color: #1051bc;
}
div#price ul li a:hover {
	color: #ff0099;
}

div#price dl#parts {
	width: 440px;
	margin: 30px 0 15px 0;
}
div#price dl#parts dd {
	margin-top: 6px;
}


/* --------------------------------------------------
 03: payment
 -------------------------------------------------- */
div#payment {
	padding-top: 1px;
	margin: 15px 0 30px 0;
	background: url(../images/showarer_line.gif) 0 top no-repeat;
}
div#payment dl.methode {
	width: 440px;
}
div#payment dl.method dt {
	float: left;
	width: 150px;
	padding: 10px 0;
	font-weight: bold;
}
div#payment dl.method dd {
	float: left;
	width: 290px;
	padding: 10px 0;
}
hr {
	display: none;
}
.dot {
	clear: both; 
	width: 440px;
	height: 1px;
	background: url(../images/showarer_line.gif) 0 0 no-repeat;
}



/* --------------------------------------------------
 04: clearfix
 -------------------------------------------------- */
div#price dl.s-price:after,
div#payment dl.methode:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

div#price dl.s-price,
div#payment dl.methode{
	min-height: 1%;
}



