@charset "utf-8";

/* CSS Document */
/* 診療時間 */
#contentsArea .columnBodyCenter table.shinryoutime {
	width: 100%;
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
}
#contentsArea .columnBodyCenter table.shinryoutime th.title{
	background-color:#006699;
	color: #ffffff;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #006699;
	font-size: 80%;
	font-weight:bold;
	text-align:center;
}
#contentsArea .columnBodyCenter table.shinryoutime th.wday{
	text-align:center;
	background-color:#EAF5FB;
	color: #333333;
	padding: 2px 0 2px 0;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	font-size: 80%;
	line-height:180%;
}
#contentsArea .columnBodyCenter table.shinryoutime td{
	padding: 2px 0 2px 0;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	font-size: 90%;
	line-height:180%;
	width: 11%;
}
#contentsArea .columnBodyCenter table.shinryoutime td span{
	font-size: 90%;
}

