@charset "UTF-8";

/* 診療時間テーブル */
table.time {
	width: 470px;
	border-collapse:collapse;
	font-size: small;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
	line-height: normal;
}
table.time th {
	width: 45px;
	height: 20px;
	border: 1px solid #FF66CC;
	background-color: #FFE2F0;
}
table.time  td   {
	height: 40px;
	text-align: center;
	border: 1px solid #FF66CC;
	line-height: 1.2em;
}
table.time span {
	font-size: x-small;
}

/* 地図用 */
iframe {
	margin-top: 20px;
	border: 1px solid #999999;
}
