@charset "utf-8";

/* CSS Document */

/* 医院紹介 */
.clinicinfowrap{
	margin: 30px auto 20px auto;
	width: 100%;
}
.clinicinfoimg{
	float: left;
	width: 220px;
	text-align:center;
	border-right: 1px dotted #999999;
}
.clinicinfoimg img{
	margin: 5px;
}

#clinictable{
	margin: 15px 30px ;
}
#clinictable td,
#clinictable th{
	padding: 10px;
}
#clinictable th{
	font-weight:bold;
	text-align:right;
}

/* 地図 */
.mapdisc{
	width: 490px;
	margin: 0 auto;
}
div.photo{
	width: 490px;
	margin: 0 auto;
}
div.photodesc{
	width: 510px;
	margin: 10px auto;
}

