<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.ui-widget-header{
	background-color:#FFFFFF;
	color:#763f49;
	border:none;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
  font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
  font-weight:700;
}
.ui-datepicker-inline{
	width:570px!important;
	margin:auto;
}
.ui-widget-content{
	background-color:#FFFFFF;
	border:none;
	color:#595959;
  font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
  font-weight:400;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid transparent;
	font-weight: normal;
	color: #595959;
	margin:0;
	text-align:center;
}
.ui-state-default{
	display:block;
}
.ui-datepicker table{
	width:auto;
}
.ui-datepicker th.ui-datepicker-week-end:first-child {
	background: #F4E8E8;
}
.ui-datepicker th:nth-child(2),
.ui-datepicker th:nth-child(3),
.ui-datepicker th:nth-child(4),
.ui-datepicker th:nth-child(5),
.ui-datepicker th:nth-child(6) {
	background: #F5F5F5;
}
.ui-datepicker th.ui-datepicker-week-end:nth-child(7) {
	background: #E6EBEE;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: normal;
  text-align: center;
	min-width: 24px;
  height: 24px;
  line-height: 24px;
  color: #666666;
  text-shadow: none;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

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



select.dtpckr_pulldown{
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  appearance: menulist!important;
  font-size:1.6rem;
  width:27%;
  transform: scale(0.75);
  padding:7px 0;
}
.dtpckr_pulldown.for_year{
    width:35%;
}
select.dtpckr_pulldown::-ms-expand {
  display: block;
}


@media (max-width: 750px) {

.ui-datepicker-inline{
	width: auto !important;
	margin:auto;
}
.ui-datepicker table{
	width:50%;
	margin:auto;
}


}
</pre></body></html>