@charset "utf-8";

.ui-widget-content {
  border: 1px solid black;
  background:#fffff0;
  color: black;
}

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

.ui-widget-header {
  border: 1px solid white;
  background: #00c8b4;

  color: #fff;
  font-weight: bold;
  //font-size:1.5rem;
  font-size:100%;

}
.ui-widget-header a {
  color: #fff;
}

.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;
  border-radius:5px;
}
.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 #211b0d;
  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 #B22222;
  background: #00c8b4;
  font-weight: bold;
  color: #fff;
}
.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/jquery-ui/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;
  //border:red
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 4px;
}


.date-halfday .ui-state-default {
	border-radius:5px;
}
/*datepickerの休日に色を付ける*/

.date-holiday .ui-state-default {//休日
	background-image:none;
	background-color:#B22222;
	color: #fff;
	border-radius:5px;
}
.date-saturday .ui-state-default {//土曜日
	background-image:none;
	background-color:#B22222;
	color: #fff;
}

.date-halfday .ui-state-default {//午後休診
	background-image:none;
	background-color:#B0E0E6;

}
.date-kyushinDay .ui-state-default {
	background-image:none;
	background-color:#f33;
  color:#fff;
}

.date-tobanDay .ui-state-default {
	background-image:none;
	background-color:#036;
	color: #fff;
}

.ui-datepicker {
	padding:0;
}

.ui-widget {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ui-datepicker-title {
	line-height:1.0em
}

.ui-datepicker th {
	color:#0ba883;
	font-weight:bold;
}
