<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* AIR-DP逕ｨ縺ｫ jquery.ui.datepicker.css 繧貞�螳夂ｾｩ縺励∪縺� */
.ui-widget-content {
	border: 1px solid black;
	background: white;
	color: black;
}

.ui-widget-content a {
	color: black;
}

.ui-widget-header {
	border: 1px solid white;
	background: cornflowerblue;
	color: white;
	font-weight: bold;
}
.ui-widget-header a {
	color: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid white;
/*	background: #e0e0e0; */
	font-weight: normal;
	color: black;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: black;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid cornflowerblue;
	background: white;
	font-weight: normal;
	color: black;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: black;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid blue;
	background: white;
	font-weight: normal;
	color: black;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: black;
	text-decoration: none;
}

.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background: white;
}

.ui-corner-all {
	border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	border-radius: 4px;
}</pre></body></html>