div.cal_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	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;
}
div.cal_wrapper table.cal tr th{
	background: #abdfff;
}
div.cal_wrapper table.cal tr th p {
	/*float: left;*/
	padding: 10px;
	margin: 0px;
	color: #2f3032;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #fff;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	/*float: right;*/
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	margin: 5px 1px;
	padding: 1px 5px;
	background: none;
	border: none;
	color: #1facfc;
	font-size: 18px;
}
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;
	background: #aadfff;
	border: 1px solid #fff;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #fff;
	background: #28adf8;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #27acfb;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 4px;
	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;
}

/* �ȉ��A�N���X�w�肷���Ƃ��̃A�� */

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00 !important;
}
.Sun2 {
	color: #F00 !important;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
/*div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #fff !important;
	background-color: #52a8fb;
}*/
div.cal_wrapper table.cal tr td div.on_10ji {
	font-weight: bolder;
	background-color: #967adc !important;
	color: #fff;
}
div.cal_wrapper table.cal tr td div.event {
	font-weight: bolder;
	background-color: #52a8fb !important;
	color: #fff;
}
div.cal_wrapper table.cal tr td div.off_morning {
	font-weight: bolder;
	background-color: #548235 !important;
	color: #fff;
}
div.cal_wrapper table.cal tr td div.off_afternoon {
	font-weight: bolder;
	background-color: #FFD966 !important;
	color: #fff;
}
div.cal_wrapper table.cal tr td div.off_week {
	font-weight: bolder;
	color: #fff;
	background-color: #ff5c5d;
}

div.cal_wrapper table.cal tr td div.off.Sun2 {
	font-weight: bolder;
	color: #F00 !important;
	background-color: #ff5c5d;
}
div.cal_wrapper table.cal tr td div.off_non {
	font-weight: normal;
	background-color: #aadfff;
	color: #505050;
}
div.cal_wrapper table.cal tr td div.off {
	font-weight: bolder;
	color: #fff;
	background-color: #ff5c5d;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #b5b5b5 !important;
	font-weight: normal !important;
	background-color: #aadfff !important;
	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: #1facfc;
}*/
