
/* -----------------------
 固定地図表示
 ------------------------*/


 .fixMapUnitButton {
  width: 80px;
  height: 30px;
  margin: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  border-radius: 5px;
}

.fixMapUnitButtonSelected {
  background-color: rgb(167, 199, 167);
}


.fixMapBlockButton {
  width: 100px;
  height: 30px;
  margin: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  border-radius: 20px;
}

.fixMapBlockLongButton {
  width: 200px;
  height: 30px;
  margin: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  border-radius: 20px;
}

.fixMapButtonSelected {
  background-color: rgb(167, 199, 167);
}

.fixMapAreaButton {
  width: 120px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  border-radius: 2px;
}

.fixMapAreaButtonSelected {
  background-color: rgb(167, 199, 167);
}


/* -----------------------
 局選択一覧
 ------------------------*/

 .stationTableFlame {
  width: 90%;
  margin-top: 40px;
  margin-left: 5%;
  min-height: 600px;
}

.stationTable {
  display: none;
  width: 100%;
}

.stationTableRow {
  display: table-row;
  width: 100%;
  height: 40px;
}

.oneStationClass {
  display: table-cell;
  width: 25%;
  text-decoration: underline;
}

