﻿
/* -----------------------
 ボタン全般
 ------------------------*/


 .dateRangeChangeButton {
  width: 30px;
  height: 25px;
  margin: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  border-radius: 5px;
}

.dateRangeChangeButtonText{
  font-size: 1.4em;
  color: green;

}