div.cal_wrapper {font-size:125%;}
div.cal_wrapper table.cal {width:100%; border-collapse:collapse; border-spacing:0;}
div.cal_wrapper table.cal tr:nth-child(1) th {/*position:relative;*/ padding:0.5em 0; font-size:120%; line-height:1; vertical-align:middle;}
div.cal_wrapper table.cal tr.headline {background:none !important;}
div.cal_wrapper table.cal tr th div.cal_ui {}
div.cal_wrapper table.cal tr th div.cal_ui input {position:absolute; border:0; background:none; z-index:+1; cursor:pointer;}
div.cal_wrapper table.cal tr th div.cal_ui input:nth-child(1) {width:2em; height:2em; top:0; left:0; font-size:90%;}
div.cal_wrapper table.cal tr th div.cal_ui input:nth-child(2) {display: none;}
div.cal_wrapper table.cal tr th div.cal_ui input:nth-child(3) {width:2em; height:2em; top:0; right:0; font-size:90%;}
div.cal_wrapper table.cal tr:nth-child(1) th p {text-align:center; margin-block-start:0; margin-block-end:0;}
div.cal_wrapper table.cal tr td {width:calc(100% / 7); padding:0.6em 0 0 0; font-size:85%; text-align:center;}
div.cal_wrapper table.cal tr:nth-child(2) td {font-weight:700;}
div.cal_wrapper table.cal tr:nth-child(3) td {padding:0.7em 0 0 0;}
div.cal_wrapper table.cal tr:nth-child(2) td:last-child {color:#b01f24;}
div.cal_wrapper table.cal tr:nth-child(2) td:nth-child(6) {color:#246083;}
div.cal_wrapper table.cal tr.headline td {padding:0.3em 0 0.6em 0; border-bottom:1px solid #d8d8d8; font-size:70%;}
div.cal_wrapper table.cal tr.headline {background:#ffffff;}
div.cal_wrapper table.cal tr td div {position:relative; display:flex; align-items:center; justify-content:center; width:2.1em; height:2.1em; margin:0 auto; border-radius:50%; font-size:80%; line-height:2.2; text-align:center;}
div.cal_wrapper table.cal tr td div.Holyday {background:#b01f24 !important; color:#ffffff !important;}
div.cal_wrapper table.cal tr td div.backward {}
div.cal_wrapper table.cal tr td div.Today::after {position:absolute; display:block; content:''; width:calc(2.1em + 4px); height:calc(2.1em + 4px); top:-4px; left:-4px; border:2px solid #b01f24; border-radius:50%;}
/*
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.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
*/

.f_calendar .note {margin:1em 0 0 0; font-size:85%; font-weight:500; text-align:right;}
.f_calendar .note span:nth-child(1) {color:#f2edd0; font-size:105%;}
.f_calendar .note span:nth-child(2) {color:#ff8459; font-size:105%;}

@media screen and (min-width:751px) and (max-width:1060px){
div.cal_wrapper table.cal tr td div {width:2.6em; height:2.6em; line-height:1.8;}
}

@media screen and (max-width:751px){
div.cal_wrapper {font-size:150%;}
}