<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
.kyuugyouobi {
	background-color: #F66;
	height: 20px;
	width: 20px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	border-radius: 3px;
}
.kyuugyouobi2 {
	font-size: 0.75em;
	line-height: 1.6em;
}
div.cal_wrapper {
	padding: 10px 0px;
	display: block;
	width: auto;
}
div.schedule_wrapper {
	margin: auto;
	padding: 10px 0px;
/*	width: 235px;*/width: auto;
	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 20px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table {
	width: auto;
	margin: auto;
	border: solid 1px #CCC;
	padding: 3px 11px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
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: #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: 12px;
	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: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 5px;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
/*	border-radius: 3px;*/
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 35px;
	left: -10px;
	width: 60px;
	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.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
}
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;
	background-color: #F66;
	border-radius: 3px;
/*	border: solid 1px #F00;*/
}
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: #CCC;
	font-weight: normal;
	background-color: #FFF;
/*	border: solid 1px #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 {
}
</pre></body></html>