html,
body {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background: #f7edc9 !important;
  background: -webkit-linear-gradient(to bottom, #f7edc9, #be9474) fixed !important;
  background: linear-gradient(to bottom, #f7edc9, #be9474) fixed !important;
}

html .react-calendar {
  border: none;
  border-radius: 16px;
  width: 100%;
}
html .react-calendar__tile {
  border-radius: 4px;
}
html .react-calendar__tile--now {
  background: none;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 1);
}
html .react-calendar__tile--active {
  background: #cac1be;
}
html .react-calendar__tile--now:enabled:hover {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
html .react-calendar__tile:disabled {
  opacity: 0.2;
  background: none;
}
html abbr[title] {
  text-decoration: none !important;
}
html abbr[title="土曜日"] {
  color: #006699;
}
html abbr[title="日曜日"] {
  color: #cc3300;
}
