
/* -----------------------
 データ種別変更ボタン
 ------------------------*/


.dataTypeChangeButton {
  width: 120px;
  height: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  border-radius: 2px;
}

.dataTypeChangeButtonSelected {
  background-color: rgb(167, 199, 167);
}