@charset "utf-8";

/* CSS Document */



/* -----------------------------------------
 * treatment-center.top.index.html       　↓
 <!-- position → header基準 -->
----------------------------------------- */


DIV#stage {
	width:860px;
	margin:40px auto 10px;
	
}

DIV#stage div.main_tc {
	width:860px;
	height:418px;
	background-image:url(../../images/treatment-center/top_main.gif);
	background-repeat:no-repeat;
}


DIV#stage div.main_tc div.tc_txt {
	width:370px;
	padding:140px 0 0 65px;
}

DIV#stage div.main_tc span.blue_txt {
	display:block;
	color:#0a4e66;
	font-weight:bold;
	padding-bottom:10px;
}


DIV#stage div.amenity {
	width:860px;
	height:136px;
	background-image:url(../../images/treatment-center/amenity_bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}


DIV#stage div.amenity div.a_txt {
	width:520px;
	font-size:10px;
	line-height:180%;
	padding:37px 0 0 150px;
}







/* -----------------------------------------
 * whatisNTX.index.html      　↓
----------------------------------------- */



DIV#stage2 {
	width:860px;
	margin:40px auto 10px;
	background-image:url(../../images/treatment-center/about_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	min-height:770px;
	
}


div#stage2  div#r_box {
	width:480px;
	float:right;
	}
	

div#stage2 div#r_box h4 {
	display:block;
	background-image:url(../../images/treatment-center/o_h1.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
}

div#stage2  div#r_box span.r_box_txt {
	display:block;
	padding-bottom:10px;
	}




/* -----------------------------------------
 * treatment-steps.index.html      　↓
----------------------------------------- */


DIV#stage3 {
	width:860px;
	margin:40px auto 10px;
	background-image:url(../../images/treatment-center/step_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	min-height:800px;	
}


DIV#stage3 div.step {
	display:block;
	width:452px;
	margin-top:47px;
}

DIV#stage3 div.step span {
	display:block;
	font-size:12px;
	line-height:150%;
	padding-left:12px;
}



/* -----------------------------------------
 * doctors.index.html      　↓
----------------------------------------- */



DIV#stage div.doctor_main {
	height:537px;
	background-image:url(../../images/treatment-center/doctor_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

DIV#stage div.doctor_main div.d_introduction {
	width:530px;
	border:#999 solid 1px;
	background-color:#fff;
	float:right;
	margin-bottom:20px;
}

DIV#stage div.doctor_main div.d_introduction div.name {
	margin:15px 0 0 20px;
}

DIV#stage div.doctor_main div.d_introduction div.name span {
	display:block;
	width:380px;
	float:right;
	line-height:160%;
	margin-bottom:10px;
	padding-right:20px;
}








