@charset "EUC-JP";

div.cal_wrapper {
	padding: 0px;
	margin: 0 0 25px;
}
table.cal{
	margin:0 auto;
}
div.schedule_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
}
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 p {
	font-size: 13px;
	text-align: center;
    padding-bottom: 3px;
    font-weight: normal;
    color: #eeeeee;
    letter-spacing: 0.1em;
	margin: 3px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	background-color: #666666;
	font-size: 12px;
	margin: 0px 1px;
}
div.cal_wrapper table.cal tr td {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #eeeeee;
}

div.cal_wrapper table.cal tr td div {
	position: relative;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #666666;
	font-size: 13px;
	color: #eeeeee;
	width: 25px;
	height: 18px;
	vertical-align: bottom;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	background-color: #666666;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #eeeeee;
	font-weight: normal;
	line-height: 1.5em;
}

/* 以下、クラス指定するときのアレ */


div.cal_wrapper table.cal tr td div.Sun {
	color: #f08f8f !important
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}

div.cal_wrapper table.cal tr td div.Holyday {
	color: #f08f8f !important
}

div.cal_wrapper table.cal tr td div.Holyday2 {
	color: #7dcae5 !important
}


div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #eeeeee;
}


.holiday {
	text-align: left;
	font-size: 12px;
    color: #eeeeee;
	padding: 0 20px;
}

.holi{
	color: #f08f8f;
}

.holi2{
	color: #7dcae5;
}
