@charset "utf-8";

#box01{
	margin:0 0 30px 0;
	padding:0 15px;
	font-size:14px;
}

#box02{
	background-color:#55a9ff;
	margin:10px 0 0 0;
	padding:10px 15px;
	font-size:14px;
	color:#FFF;
}

#box02 #doctor{
	font-size:16px;
	font-weight:bold;
}

table#menutable{
	width:100%;
	border-right:2px solid #ededed;
	margin-bottom:30px;
}

table#menutable tr th{
	padding:5px 15px;
	text-align:left;
	border-left:3px solid #ffaa00;
	color:#ffaa00;
	font-size:14px;
	height:60px;
}

table#menutable tr th span{
	display:block;
	font-weight:normal;
	color:#555555;
	font-size:12px;
}

table#menutable tr td{
	padding:5px 15px;
	text-align:center;
	font-weight:bold;
}

table#menutable tr td p{
	background-color:#0088ff;
	color:#ffffff;
	font-weight:normal;
}

table#menutable tr.odd th,table#menutable tr.odd td{
	border-top:2px solid #ededed;
	border-bottom:2px solid #ededed;
}

table#menutable tr.last th,table#menutable tr.last td{
	border-bottom:2px solid #ededed;
}