@charset "euc-jp";
div.calendar{
	box-sizing: border-box;
	margin-bottom: 30px;
}
.cal00{
	display: table;
	width: 100%;
	box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 20px 0;
	margin-top: 20px;
	
}
#cal1{
	right: 0;
}
div.cal_wrapper {
	padding: 0px;
	display: table-cell;
	width: 50%;
}
div.schedule_wrapper {
	padding: 10px 0px;
	border: solid 1px #CCC;
}
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.cal{
    width: 100%;
}
div.cal_wrapper table.cal tr th p {
	
	padding: 3px 0;
	margin: 0px;
	color: #000;
	font-size: 12px;
	text-align: left;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: none;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
}
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: 1px
}
div.cal_wrapper table.cal tr.headline td {
	color: #666;
	padding: 3px 0;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
}
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 0;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

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

.Sat {
	background:#B9E4C4;
}
.Sun {
	background:#FFD3DA;
}
.Today {
	font-weight: bolder;
}
.Deli {
	background-color: #EFE;
}
.Holyday {
	background:#FFD3DA;
}
.Holyday2 {
	background:#B9E4C4;
}
.holi{	color: #FFD3DA;}
.holi2{color:#B9E4C4; }
.calendar .caption{
	font-size: 12px;
	padding: 0 15px 15px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}

.calendar.content {background: #fff; width: 100%;padding: 0;}
.calendar.content .caption{display: flex;margin:10px auto;}
