@charset "Shift_JIS";

.ignore-events {
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
label, input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
.dayOption {
  text-align: right;
  font-size: 12px;
  fill: #666666;
}
.areaSeparator {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #006dc9;
}
.areaSeparator::before,
.areaSeparator::after {
  content: '';
  height: 1px;
  background-color: #c0c2dc;
  flex-grow: 1;
}
.areaSeparator::before {
  margin-right: 1rem;
}
.areaSeparator::after {
  margin-left: 1rem;
}
.seasonalChartTitleMinute{
}
.seasonalChartTitleDay{
  margin-bottom: 30px !important;
}
.seasonalChartTitleMonth{
}
.chartTitle{
  font-size: 12px;
  font-weight: bold;
  fill: #444444;
}
.chartAxis{
  font-size: 14px;
  color: #666666;
}
.description {
  font-size: 12px;
  fill: #666666;
}
#daySeasonal{
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.dayOfWeekWinRatio{
  margin-top: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
}
.monthDetails{
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
}
.monthWinRatio{
  margin-top: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
}
.monthWinRatioPlus, .dayOfWeekWinRatioPlus{
  fill: #ff459a;
  fill-opacity: 0.8;
}
.monthWinRatioMinus, .dayOfWeekWinRatioMinus{
  fill: #1371fb;
  fill-opacity: 0.8;
}
.monthWinRatioEven, .dayOfWeekWinRatioEven{
  fill: #cccccc;
  fill-opacity: 0.8;
}
.monthWinRatioFocused, .monthDetailsFocused{
  fill-opacity: 1.0 !important;
}
.monthDetailsLinePlus{
  stroke: #ff459a;
  stroke-opacity: 0.85;
}
.monthDetailsLineMinus{
  stroke: #1371fb;
  stroke-opacity: 0.85;
}
.monthDetailsLineEven{
  stroke: #666666;
  stroke-opacity: 0.85;
}
.monthDetailsRectPlus{
  fill: #ff459a;
  fill-opacity: 0.85;
}
.monthDetailsRectMinus{
  fill: #1371fb;
  fill-opacity: 0.85;
}
.monthDetailsRectEven{
  fill: #666666;
  fill-opacity: 0.85;
}
.monthDetailsTextPlus{
  fill: #ff459a;
}
.monthDetailsTextMinus{
  fill: #1371fb;
}
.monthDetailsTextEven{
  fill: #444444;
}
.monthDetailsTextInfo{
  font-size: 12px;
}
