
div.cal_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 100%;
	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 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: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #333;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 15px;
	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;
}

/* 以下、クラス指定するときのアレ */

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 {
	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: #F00;
	background-color: #FEE;
}
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-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: #EEE;
}



/*追加*/

:root {
	--holiday-color:#B3003C;
	--hassouonly-color:#FFC;
	--nohassou-color:#B5DAFF;
}
.calender_wrap * {font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif;}
.calender_wrap {display: flex;flex-wrap:wrap;width:100%;justify-content:space-between;padding:0 8px;max-width:1000px;margin:0 auto;}
.calender_wrap > div.cal_wrapper {width:calc(50% - 4px);}
.calender_wrap > div.cal_wrapper table {width:100%;}
div.cal_wrapper table.cal tr.headline td {padding:0;font-size:10px;width: 20px;min-width:auto;text-align: center;background:#FCC;padding:2px 0;color:#000;border-right:1px solid #fff;}
div.cal_wrapper table.cal tr.headline td:first-child {color:#f15656;}
div.cal_wrapper table.cal tr.headline td:last-child {color:#8383cb;border-right: none;}
div.cal_wrapper table.cal tr td {width:20px;border:none;}
div.cal_wrapper table.cal tr td div {width:20px;height:20px;padding:4px 0;border-radius:50%;margin:0 auto;font-weight: 400;line-height:11px;}

div.cal_wrapper table.cal tr td div.Sun,
div.cal_wrapper table.cal tr td div.Sat {background:var(--hassouonly-color);color:var(--holiday-color);border-radius: 50%;}
div.cal_wrapper table.cal tr td div.Holyday {background:var(--holiday-color);color:#fff;font-weight: 400;border-radius: 50%;}
div.cal_wrapper table.cal tr td div.Hassounomi {background:var(--hassouonly-color);color:var(--holiday-color);border-radius: 50%;}
div.cal_wrapper table.cal tr td div.Today {background: #eee;}
div.cal_wrapper table.cal tr td div.backward {opacity: .5;color:#333;}

.calender_caption > p {margin:4px auto;position:relative;font-size:10px;}
.calender_caption > p::before {content:"";display:inline-block;width:12px;height: 12px;background: #999;border-radius: 50%;margin-right: 4px;vertical-align: middle;}
.calender_caption > p.holi::before {background: var(--holiday-color);}
.calender_caption > p.nohassou::before {background: var(--nohassou-color);}
.calender_caption > p.hassouonly::before {background: var(--hassouonly-color);}
.calender_caption > p.Sale:before {background: transparent;}
.calender_caption > p.Sale:after {font-size: 13px;line-height: 16px;}

.calender_midashi {font-size:10px;text-align: center;display:block;width:100%;font-weight:400;}

/*input隠し*/
div.cal_wrapper table.cal tr th div.cal_ui {display: none;}
/*吹き出し消す*/
div.cal_wrapper table.cal tr td div span {width:0;height:0;padding:0;border:none;background: transparent;box-shadow: none;}