/* --- 診療案内のテーブル設定 --- */

.table01 {
	clear: both; 
	margin-bottom: 10px; 
	line-height: 130%;
}
.table01 th { 
	background-color: #B4EEB4;
	font-weight: normal; 
	text-align: center;
	vertical-align: middle; 
	padding-left: 4px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; 
	border-left: 4px; border-top: 1px; border-right: 1px; border-bottom: 1px; 
	border-style: solid;
	border-color: #7CCD7C;
}
.table01 td { 
	background-color: #F5FFFA;
	padding-left: 10px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; 
	border-left: 1px; border-top: 1px; border-right: 1px; border-bottom: 1px; 
	border-style: solid;
	border-color: #7CCD7C;
	text-align: left;
}

/* --- 診療案内のテーブル設定 --- */
.table02 {
	clear: both; 
	background-color: #7CCD7C;
	margin-bottom: 10px; 
}
/* 左は th 右は td  */
.table02 th { 
	background-color: #D9FFDD;
	font-weight: normal; 
	text-align: center; 
	vertical-align: middle; 
	padding-left: 4px; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px;
}
.table02 td { 
	text-align: center; 
	background-color: #FFFFFF;
	padding-left: 4px; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px;
