
div.cal_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}


/* カレンダーtable */
div.cal_wrapper table.cal {
	width: 100%;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 13px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #88b77a;
	color:#FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
/* 曜日背景 */
div.cal_wrapper table.cal tr.headline {
	background-color: #fff;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 5px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}
/* 休日背景色 */	
div.cal_wrapper table.cal tr td div.Sun{
		background:#ffcece;
}
/* 午後診療背景色 */
div.cal_wrapper table.cal tr td div.Sat,
div.cal_wrapper table.cal tr td div.Thu{
		background:#bcd4f2;
}
div.cal_wrapper table.cal tr td div.Holyday{
		background:#ffcece;
}
/* 午前診療背景色 */	
div.cal_wrapper table.cal tr td div.AM{
		background:#fcb37e;
}
/* 診療時間変更 */	
div.cal_wrapper table.cal tr td div.CHENGE{
		background:#b1e6a1;
}
/* 当日 */
div.cal_wrapper table.cal tr td div.Today{
	font-weight: bold;
	color:#333;
}
/* 過去の日付 */
div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #fff;
	border-radius: 3px;
}
		
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #AAA;
	color:#fff;
}
