@import "../../css/common.css";

/*==================================================================*/
/* dentist css */
/*==================================================================*/
#dentist *{margin:0;padding:0;}

/* h1 */
h1#title{
	margin:0 auto 1.6em;
}

#dentist{
	width:898px;
	margin:0 auto 3em;
}

/* voice */
/* ------------------------------------------- */
#dentist .voice{
	width:730px;
	margin:0 auto 3em;
}

/* clear hack */
#dentist .voice{zoom:1;}
#dentist .voice:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#dentist .voice .left{
	float:left;
	width:420px;
	padding:10px 0 0 0;
}

#dentist .voice .right{
	float:right;
	width:308px;
}

#dentist dl{
	width:430px;
	margin:0 auto 1.2em;
	font-size:1.2em;
}

/* clear hack */
#dentist dl{zoom:1;}
#dentist dl:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/* */

#dentist dl dt{
	float:left;
	width:110px;
}

#dentist dl dd{
	float:right;
	width:310px;
}


/* bottom-area */
/* ------------------------------------------- */
#dentist .bottom-area{
	width:730px;
	margin:0 auto;
}

/* h2 */
#dentist .bottom-area h2{margin:0 auto 0.4em;}

/* h3 */
#dentist .bottom-area h3{margin:0 auto 0.8em;}

#dentist p.text{
	margin:0 auto 2em;
	line-height:1.8;
}

/* --------------------------------------------------------------- */
