div.cal_wrapper {
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	padding: 5px;
}
div.cal_wrapper table.cal {
	width: 100%;
}
div.cal_wrapper table.cal tr:nth-child(1) th {
	padding-bottom: 8px;
	background: none;
}
div.cal_wrapper table.cal tr th {
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}
div.cal_wrapper table.cal tr th p {
	font-size: 12px;
	float: left;
	padding: 5px;
	margin: 0px;
	color: #000;
	font-weight: bold;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
	display: flex;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	margin: 4px 1px 0 1px;
	padding: 2px 8px 1px 8px;
	border-radius: 2px;
	font-size: 11px;
	cursor: pointer;
}
div.cal_wrapper table.cal tr td {
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: none;
	padding: 0;
}
div.cal_wrapper table.cal tr.headline td {
	font-size: 11px;
	padding: 5px 0;
	color: #000;
	border-top: 1px solid #ccc;
}
div.cal_wrapper table.cal tr.headline td {
	background: rgb(0 95 61 / 19%);
}
div.cal_wrapper table.cal tr:nth-child(n+2) td:first-child {
	border-left: 1px solid #ccc;
}
div.cal_wrapper table.cal tr:nth-child(n+2) td:last-child {
	border-left: 1px solid #ccc;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: -28px;
	left: -153px;
	display: none;
	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;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
	background-color: #FEE;
}
*/
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	background-color: #edffed;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
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.none {
	opacity: 0.3;
	font-weight: normal;
	background-color: #fff;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.click {
	transition: .3s ease;
	cursor: default;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div.holiday { /* 休日 */
	color: #F00;
	background: #ff000012;
}
div.cal_wrapper table.cal tr td:nth-child(1) {
	color: #f00;
}
div.cal_wrapper table.cal tr td:nth-child(7) {
	color: #005aff;
}
div.cal_wrapper table.cal tr td div.backward.holiday {
	color: #ff9898;
}
div.calendar div.hanrei {
	position: absolute;
	bottom: -26px;
	right: 0;
}
div.calendar div.hanrei span.holi {
	display: inline-block;
	vertical-align: middle;
	background: #ffe1e1;
	width: 15px;
	height: 16px;
	border: 1px solid #999;
	margin-bottom: 3px;
}

