﻿
/* -----------------------
 グラフ
 ------------------------*/

 dataTypeChange {
  box-shadow: 3px 3px 5px 0px #cccccc;
  -moz-box-shadow: 3px 3px 5px 0px #cccccc;
  -webkit-box-shadow: 3px 3px 5px 0px #cccccc;
}


.unit {
  /* vertical-align: bottom; */
  font-size: 1em;
  text-align: left;
}

.serTitle {
  text-align: right;
}

.serValueLeft {
  font-size:1em;
  text-align: left;
  padding-left: 10px  !important;
}

.serValueCenter {
  font-size:1em;
  text-align: center;
}

.serValueRight {
  font-size:1em;
  text-align: right;
}

.serValueBig {
  font-size:1.5em;
}

.dateTimeDisp {
  font-size: 1.05em;
  font-weight:bold;
  text-decoration: underline;
}

#graphPopupTable {
  background-color: transparent;
}

#graphPopupTable tr td {
  border: none;
  border-width: 0px;
  padding: 2px;
  /* text-align: right; */
}

.ssAreaSelector {
  width: 165px;
  height: 25px;
  margin: 2px;
  font-size: 0.9em;
}

.graphUnitButton {
  width: 65px;
  height: 28px;
  margin: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  vertical-align: 40%;
  font-size: 0.9em;
  border-radius: 5px;
}

.graphButtonSelected {
  background-color: rgb(167, 199, 167);
}
