@charset "euc-jp";

div.cal_wrapper {
	padding: 0px;
	margin: 13px 0 10px;
}
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: #000000;
    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: #FFF;
	font-size: 12px;
	margin: 0px 1px;
}
div.cal_wrapper table.cal tr td {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	color:#222222;
}

div.cal_wrapper table.cal tr td div {
	position: relative;
	font-size: 12px;
	line-height:20px;
	text-align: center;
	background-color: #FFF;
	font-size:13px;
	color:#222222;
	width:22px;
	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: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
	background-color:#CCF2FF !important
}

div.cal_wrapper table.cal tr td div.Sun {
	background-color:#FFC6C6 !important
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}

div.cal_wrapper table.cal tr td div.Holyday {
	background-color:#FFC6C6 !important
}

div.cal_wrapper table.cal tr td div.Holyday2 {
	background-color:#ccf2ff !important
}


div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}


.holiday {
	text-align:left;
	font-size:13px;
	padding:0 15px 10px;
}

.holi{
	color:#FFC6C6;
}

.holi2{
	color:#ccf2ff;
}
