/* 2021.12.23追加 */
@-moz-document url-prefix() {
  #headerTable td input {
    -moz-transform: inherit;
  }
}

/* 20231018追加 */
div.calendarGroup,div.calendarGroupDispFlag{
  text-align:right;
}
div.downloadIcs{
  margin: 5px 0px;
}
div.downloadIcs a{
  color:#2e87c8;
  border: 1px solid;
  border-radius: 5px;
  border-color: #2e87c8;
  background-color: #fff;
  font-family: auto;
  padding: 2px;
}