@charset "utf-8";

/*----- title1st a -----*/
#clinic .title1st a {
	color: #ffffff;
}
#clinic .title1st a:visited{
	color: #ffffff;
}
#clinic .title1st a:hover {
	color: #FF3300;
}
#clinic .title1st a:active {
	color: #FF3300;
}

/*----- text -----*/
#clinic p{
	margin:0 0 10px 0;
}
#clinic .title2nd{
	margin-top:0;
}
#clinic .title2nd.ma{
	margin-top:10px;
}
#clinic .bold{
	font-weight:bold;
}

/*----- position -----*/
#clinic .left{
	float:left;
	width:425px;
	margin-right:24px;
}
#clinic .right{
	float:right;
	width:210px;
}
#clinic .right ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
#clinic .right ul li{
	line-height:2;
	background:url(../../common/image/icon_arrow01.gif) no-repeat;
	background-position:left 9px;
	padding-left:8px;
	margin:0;
}

/*----- list -----*/
#clinic ol{
	padding-left:25px;
}
#clinic ul.center{
	list-style:none;
	padding:0;
	margin:0;
}
#clinic ul.center li{
	line-height:2;
	background:url(../../common/image/icon_arrow01.gif) no-repeat;
	background-position:left center;
	padding-left:8px;
	float:left;
	margin:0 15px 0 0;
}
#clinic ul.list-normal{
	padding-left:25px;
	list-style:none;
	padding:0;
}
#clinic ul.list-normal li{
	background:url(../../common/image/icon_cube01.gif) no-repeat;
	background-position:left 7px;
	padding-left:15px;
	margin:0;
}

/*----- table1 -----*/
#clinic .table1 {
	border-collapse: collapse;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	width:660px;
	margin:0px 0 11px 0;
}
#clinic .table1 th,
#clinic .table1 td {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 9px 10px 8px 10px;
	text-align: center;
}
#clinic .table1 th {
	background: #eef1f3;
	font-weight: normal;
	width:130px;
}
#clinic .table1 p{
	padding-bottom:5px;
	margin:0;
}

/*----- table2 -----*/
#clinic .table2 {
	border-collapse: collapse;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	width:660px;
	margin:0px 0 11px 0;
}
#clinic .table2 th,
#clinic .table2 td {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 9px 10px 8px 10px;
}
#clinic .table2 th {
	background: #eef1f3;
	font-weight: normal;
}
#clinic .table2 p{
	padding-bottom:5px;
	margin:0;
}

/*----- table3 -----*/
#clinic .table3 {
	border-collapse: collapse;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	width:425px;
	margin:0;
}
#clinic .table3 th,
#clinic .table3 td {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding:5px;
}
#clinic .table3 th {
	background: #eef1f3;
	font-weight: normal;
	text-align:center;
}
#clinic .table3 p{
	padding-bottom:5px;
	margin:0;
}

/*----- table4 -----*/
#clinic .table4 {
	border-collapse: collapse;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	width:660px;
	margin:0px 0 11px 0;
	text-align:center;
}
#clinic .table4 th,
#clinic .table4 td {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding:3px;
}
#clinic .table4 th {
	background: #eef1f3;
	font-weight: normal;
}
#clinic .table4 p{
	padding-bottom:5px;
	margin:0;
}

/*waku2*/
#clinic .waku2 {
	margin:15px 0 25px 0;
}

#clinic .waku2 dl {
	margin: 0px;
	padding: 0px;
}
#clinic .waku2 dt {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#clinic .waku2 dd {
	margin-top: -2.1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:15em;
}

/*----- waku -----*/
.waku{
	background-color:#FFF8F0;
	border:1px solid #FFECD7;
	padding:15px;
}
.space30{
margin-top:30px;
}

/*----- doctorPhoto -----*/
.doctorPhoto{
	text-align:center;
	margin-left:84px;
}
.doctorPhoto .photo{
	float:left;
	margin:0 4px 0 0;
}
.doctorPhoto2{
	text-align:center;
	margin-left:150px;
}
.doctorPhoto2 .photo{
	float:left;
	margin:0 4px 0 0;
}

/*----- doctorIntroduction -----*/
.doctorIntroduction .doctor{
	border:3px solid #CFF0E7;
	padding:15px;
	margin-bottom:20px;
}
.doctorIntroduction .doctor img{
	float:right;
	margin:0 0 0 15px;
}
.doctorIntroduction .doctorName{
	background-color:#eeeeee;
	padding:5px;
	font-weight:bold;
	margin-bottom:10px;
}

