@charset "UTF-8";

/*=========================
トップページ用
=========================*/



/*=== 研究者略歴 ===*/
#drbiog {
	margin:60px 45px 0;
	padding:40px 0;
	width:800px;
	background:url(../img/top/bg_prof.jpg) 0 0 repeat #af9186;
	color:#fff;
}
.drbiog_table {
	float:left;
	width:540px;
	margin:0 0 0 40px;
}
.drbiog_table h2 {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-size:1.25em;
	line-height:1;
	border-bottom:1px solid #ccc;
}
.drbiog_table table {
	margin:0 0 0 0;
	width:540px;
}
.drbiog_table table th {
	width:7em;
	padding:5px 0;
	font-size:0.94em;
	font-weight:bold;
	text-align:left;
	border-bottom:1px dashed #ccc;
	vertical-align:top;
}
.drbiog_table table td {
	padding:5px 0;
	font-size:0.94em;
	border-bottom:1px dashed #ccc;
	vertical-align:top;
}
.drbiog_table p {
	margin:40px 0 20px 0;
	padding:0;
	line-height:1;
}

.drbiog_ph {
	width:150px;
	float:right;
	margin:0 40px 0 0;
}
.drbiog_ph strong {
	font-size:0.88em;
	line-height:1.2;
	font-weight:normal;
}


/*=== のだ耳鼻咽喉科のご案内 ===*/
#hospguide {
	clear:both;
	margin:60px 45px 0;
	padding:0 0 0 0;
	width:800px;
	background:url(../img/top/hospBlk02.png) 0 100% no-repeat;
}
#hospguide h3 {
	padding:15px 0;
	font-size:1.25em;
	line-height:1;
	text-align:center;
	font-weight:bold;
	background:url(../img/top/hospBlk01.png) 0 0 no-repeat;
	border-bottom:1px solid #ccc;
}
#hospguide img {
	margin-top:-15px;
	margin-left:18px;
	position: absolute;
}
#hospguide table {
	width:518px;
	margin:20px 0 0 260px;
	border:1px solid #ccc;
}
#hospguide table th {
	padding:5px 10px;
	font-size:0.94em;
	line-height:1.2;
	font-weight:bold;
	text-align:left;
	color:#666;
	background-color:#f5f5f5;
	vertical-align:top;
	border:1px solid #ccc;
}
#hospguide table td {
	padding:5px 10px;
	font-size:0.94em;
	line-height:1.2;
	vertical-align:top;
	border:1px solid #ccc;
}
#hospguide p {
	padding:10px 20px 20px 0;
	font-size:0.88em;
	line-height:1.2;
	text-align:right;
}




/*=========================
clearfix
=========================*/
.servicelist,
.voice,
#drbiog {
    zoom:1;/*for IE 5.5-7*/
}
.servicelist:after,
.voice:after,
#drbiog:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}