/** カレンダー */
.ui-state-active {
	background: #f6f6f6 !important;
	color: #454545 !important;
}

.ui-datepicker td {
	padding: 0px !important;
}

.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a {
	border: 0 !important;
	text-align: center !important;
}

.cell-none {
	color: transparent;
	user-select: none;
}