@charset "utf-8";

.timetable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	margin:20px auto auto auto;
}
.timetable th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
	text-align: center;
}
.timetable td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
	text-align: center;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.timetable td.left{
	text-align:left;
}
.timetable td.circle{
	background-color:#f5ffef;
}
ul {
	margin-left: 50px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li {
	padding: 0 0 10px 0;
}
.clinic_info {
	margin:10px auto auto auto;
	width: 500px;
}
.clinic_info th {
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	color: #003366;
}
.clinic_info td ,.clinic_info th{
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
}

