/* -------- obsd chart -------- */
.obsd_chart {
  padding-bottom: 44px;
  width: 1000px;
  background-color: #fff;
  display: none;
}
.obsd_chart .chart_wrap {
  margin-top: 7px;
}
.obsd_chart .title_pane {
  width: 111px;
  float: left;
}
.obsd_chart .title_pane .bg_l {
  margin-bottom: 5px;
  width: 110px;
  height: 39px;
  background-image: url(../img/chart/obsd_title_bg_l.png);
  background-repeat: no-repeat;
  background-size: 94px 39px;
  background-position: right top;
}
.obsd_chart .chart_pane {
  padding-bottom: 10px;
  width: 840px;
  float: left;
  overflow-x: scroll;
  overflow-y: hidden;
}
.obsd_chart .chart_pane .date_area {
  margin-bottom: 5px;
}
.obsd_chart .chart_pane .date_area .time p:last-child {
  border-right-color: #808080;
}
.obsd_chart .chart_container {
  position: relative;
}
.obsd_chart .chart_container .now_line {
  right: 0;
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: red;
}
.obsd_chart .chart_container .rain .vals {
  height: 28px;
}
.obsd_chart .chart_container .sun_hours .vals {
  height: 28px;
}
.obsd_chart .chart_container.i5 {
  width: 10080px;
}
.obsd_chart .chart_container.i10 {
  width: 5040px;
}
.obsd_chart .chart_container.i60 {
  width: 840px;
}
.obsd_chart .right_pane {
  width: 49px;
  float: left;
}
.obsd_chart .right_pane .bg_r {
  margin-bottom: 5px;
  padding-left: 1px;
  width: 49px;
  height: 39px;
  background-image: url(../img/chart/obsd_title_bg_r.png);
  background-repeat: no-repeat;
  background-size: 21px 39px;
  background-position: 1px top;
}
.obsd_chart .right_pane .default_right {
  width: 49px;
  height: 44px;
}
.obsd_chart .right_pane .chart_right {
  width: 49px;
  height: 199px;
}

._overlay_container_ .close_btn {
  background-image: url(../img/common/icon_close1.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
}

/* -------- chart title -------- */
.chart .title_wrap {
  padding: 2px 2px 0 2px;
}
.chart .title_wrap .title {
  padding: 12px 0 12px 17px;
  height: 13px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  background-color: #333;
}

/* -------- chart head area -------- */
.chart .head_area {
  height: 35px;
}
.chart .head_area .date {
  padding: 15px 0 0 12px;
  width: 521px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
}
.chart .head_area .intervals {
  padding-top: 15px;
  width: 203px;
  float: left;
}
.chart .head_area .intervals .btn {
  margin-right: 8px;
  padding-top: 3px;
  width: 62px;
  height: 17px;
  float: left;
  font-size: 14px;
  line-height: 1.0;
  text-align: center;
  color: #999;
  background-color: #e6e6e6;
  cursor: pointer;
}
.chart .head_area .intervals .btn:last-child {
  margin-right: 0;
}
.chart .head_area .intervals .btn.selected {
  color: #fff;
  background-color: #006998;
  cursor: auto;
}
.chart .head_area .change_hour_btns {
  padding: 17px 0 0 48px;
  float: left;
}
.chart .head_area .change_hour_btns .btn {
  float: left;
  font-size: 14px;
  line-height: 1.0;
  color: #006998;
  cursor: pointer;
}
.chart .head_area .change_hour_btns .btn.disabled {
  color: #ccc;
  cursor: auto;
}
.chart .head_area .change_hour_btns .separator {
  margin: 0 4px 0 5px;
  float: left;
  font-size: 14px;
  line-height: 1.0;
  color: #000;
}

/* -------- chart cal btn -------- */
.chart .cal_btn {
  margin-left: 798px;
  padding: 7px 0 0 31px;
  height: 17px;
  font-size: 14px;
  line-height: 1.0;
  color: #006998;
  background-image: url(../img/common/cal_icon.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  cursor: pointer;
}

/* -------- chart date area -------- */
.chart .date_area {
  width: 100%;
  overflow: hidden;
}
.chart .date_area .date {
  width: 100%;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  background-color: #808080;
  position: relative;
  overflow: hidden;
}
.chart .date_area .date p {
  padding: 3px 0 3px 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
  background-color: #808080;
  border-left: 1px solid #fff;
}
.chart .date_area .time {
  width: 100%;
  height: 20px;
  margin-top: 1px;
  background-color: #808080;
}
.chart .date_area .time p {
  width: 34px;
  padding-top: 5px;
  height: 15px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  background-color: #808080;
  border-right: 1px solid #fff;
}

/* -------- temp chart -------- */
.chart .title_pane .temp {
  overflow: hidden;
}
.chart .title_pane .temp .title {
  margin: 1px 0 0 12px;
  padding-top: 86px;
  width: 58px;
  height: 112px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #c39259;
}
.chart .title_pane .temp .v_axis_wrap {
  margin-top: 28px;
  width: 41px;
  height: 171px;
  float: left;
  position: relative;
  overflow: hidden;
}
.chart .title_pane .temp .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -4px;
  top: 0;
  position: absolute;
}
.chart .chart_pane .temp {
  width: 100%;
  height: 199px;
}
.chart .chart_pane .temp .vals p {
  margin: 1px 1px 0 0;
  padding: 7px 0 0 0;
  width: 34px;
  height: 20px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #fbe3c6;
}
.chart .chart_pane .temp .chart_area {
  margin-top: 19px;
  margin-bottom: 11px;
  width: 100%;
  height: 141px;
}

/* -------- temp chart -------- */
.chart .title_pane .humidity {
  overflow: hidden;
}
.chart .title_pane .humidity .title {
  margin: 1px 0 0 12px;
  padding-top: 5px;
  width: 58px;
  height: 38px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #626580;
}
.chart .chart_pane .humidity {
  width: 100%;
  height: 44px;
}
.chart .chart_pane .humidity .vals {
  width: 100%;
}
.chart .chart_pane .humidity .vals p {
  margin: 1px 1px 0 0;
  padding: 16px 0 0 0;
  width: 34px;
  height: 27px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #d2d4e4;
}

/* -------- rain chart -------- */
.chart .title_pane .rain {
  overflow: hidden;
}
.chart .title_pane .rain .title {
  margin: 1px 0 0 12px;
  padding-top: 86px;
  width: 58px;
  height: 112px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #32b2bd;
}
.chart .title_pane .rain .v_axis_wrap {
  margin-top: 28px;
  width: 41px;
  height: 171px;
  float: left;
  position: relative;
  overflow: hidden;
}
.chart .title_pane .rain .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -4px;
  top: 0;
  position: absolute;
}
.chart .title_pane .rain .v_axis_wrap .axis_title {
  font-size: 10px;
  line-height: 1.0;
  left: 6px;
  top: 12px;
  position: absolute;
  display: none;
  color: #32b2bd;
}
.chart .chart_pane .rain {
  width: 100%;
  height: 199px;
}
.chart .chart_pane .rain .vals p {
  margin: 1px 1px 0 0;
  padding: 7px 0 0 0;
  width: 34px;
  height: 20px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #bbf4f9;
}
.chart .chart_pane .rain .chart_area {
  margin-top: 19px;
  margin-bottom: 11px;
  width: 100%;
  height: 141px;
}
.chart .right_pane .rain .v_axis_wrap {
  margin-top: 28px;
  width: 49px;
  height: 171px;
  float: left;
  position: relative;
  overflow: hidden;
}
.chart .right_pane .rain .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -54px;
  top: 0;
  position: absolute;
}
.chart .right_pane .rain .v_axis_wrap .axis_title {
  font-size: 10px;
  line-height: 1.0;
  left: 6px;
  top: 12px;
  position: absolute;
  display: none;
  top: 0;
  line-height: 1.2;
  color: #3c70c0;
}

/* -------- temp chart -------- */
.chart .title_pane .rain_sum {
  overflow: hidden;
}
.chart .title_pane .rain_sum .title {
  margin: 1px 0 0 12px;
  padding-top: 5px;
  width: 58px;
  height: 38px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #3269bd;
}
.chart .chart_pane .rain_sum {
  width: 100%;
  height: 44px;
}
.chart .chart_pane .rain_sum .vals {
  width: 100%;
}
.chart .chart_pane .rain_sum .vals p {
  margin: 1px 1px 0 0;
  padding: 16px 0 0 0;
  width: 34px;
  height: 27px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #cfe1fc;
}

/* -------- snow chart -------- */
.chart .title_pane .snow {
  overflow: hidden;
}
.chart .title_pane .snow .title {
  margin: 1px 0 0 12px;
  padding-top: 86px;
  width: 58px;
  height: 112px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #7b8b88;
}
.chart .title_pane .snow .v_axis_wrap {
  margin-top: 28px;
  width: 41px;
  height: 171px;
  float: left;
  position: relative;
  overflow: hidden;
}
.chart .title_pane .snow .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -4px;
  top: 0;
  position: absolute;
}
.chart .chart_pane .snow {
  width: 100%;
  height: 199px;
}
.chart .chart_pane .snow .vals p {
  margin: 1px 1px 0 0;
  padding: 7px 0 0 0;
  width: 34px;
  height: 20px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #c8e8e3;
}
.chart .chart_pane .snow .chart_area {
  margin-top: 19px;
  margin-bottom: 11px;
  width: 100%;
  height: 141px;
}

/* -------- temp chart -------- */
.chart .title_pane .wind_dir {
  overflow: hidden;
}
.chart .title_pane .wind_dir .title {
  margin: 1px 0 0 12px;
  padding-top: 20px;
  width: 58px;
  height: 37px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #6f987b;
}
.chart .chart_pane .wind_dir {
  width: 100%;
  height: 58px;
}
.chart .chart_pane .wind_dir .vals {
  width: 100%;
}
.chart .chart_pane .wind_dir .vals div {
  margin: 1px 1px 0 0;
  padding: 8px 0 0 0;
  width: 34px;
  height: 49px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #dcf8e5;
}
.chart .chart_pane .wind_dir .vals div img {
  width: 17px;
  height: 17px;
}
.chart .chart_pane .wind_dir .vals div p {
  margin-top: 13px;
}
.chart .chart_pane .wind_dir .vals div p.no_wind {
  margin-top: 15px;
}
.chart .right_pane .wind_dir_right {
  width: 49px;
  height: 58px;
}

/* -------- temp chart -------- */
.chart .title_pane .wind_vel {
  overflow: hidden;
}
.chart .title_pane .wind_vel .title {
  margin: 1px 0 0 12px;
  padding-top: 5px;
  width: 58px;
  height: 38px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #6f987b;
}
.chart .chart_pane .wind_vel {
  width: 100%;
  height: 44px;
}
.chart .chart_pane .wind_vel .vals {
  width: 100%;
}
.chart .chart_pane .wind_vel .vals p {
  margin: 1px 1px 0 0;
  padding: 16px 0 0 0;
  width: 34px;
  height: 27px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #dcf8e5;
}

/* -------- rain chart -------- */
.chart .title_pane .sun_hours {
  overflow: hidden;
}
.chart .title_pane .sun_hours .title {
  margin: 1px 0 0 12px;
  padding-top: 86px;
  width: 58px;
  height: 112px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #c39259;
}
.chart .title_pane .sun_hours .v_axis_wrap {
  margin-top: 28px;
  width: 41px;
  height: 171px;
  float: left;
  position: relative;
  overflow: hidden;
}
.chart .title_pane .sun_hours .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -4px;
  top: 0;
  position: absolute;
}
.chart .title_pane .sun_hours .v_axis_wrap .axis_title {
  font-size: 10px;
  line-height: 1.0;
  left: 6px;
  top: 12px;
  position: absolute;
  display: none;
  left: 15px;
  color: #c39259;
}
.chart .chart_pane .sun_hours {
  width: 100%;
  height: 199px;
}
.chart .chart_pane .sun_hours .vals p {
  margin: 1px 1px 0 0;
  padding: 7px 0 0 0;
  width: 34px;
  height: 20px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #fbe3c6;
}
.chart .chart_pane .sun_hours .chart_area {
  margin-top: 19px;
  margin-bottom: 11px;
  width: 100%;
  height: 141px;
}
.chart .right_pane .sun_hours .v_axis_wrap {
  margin-top: 28px;
  width: 49px;
  height: 171px;
  float: left;
  position: relative;
  overflow: hidden;
}
.chart .right_pane .sun_hours .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -54px;
  top: 0;
  position: absolute;
}
.chart .right_pane .sun_hours .v_axis_wrap .axis_title {
  font-size: 10px;
  line-height: 1.0;
  left: 6px;
  top: 12px;
  position: absolute;
  display: none;
  line-height: 1.2;
  color: #c37c59;
}

/* -------- temp chart -------- */
.chart .title_pane .sun_flux {
  overflow: hidden;
}
.chart .title_pane .sun_flux .title {
  margin: 1px 0 0 12px;
  padding-top: 5px;
  width: 58px;
  height: 38px;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #c37c59;
}
.chart .chart_pane .sun_flux {
  width: 100%;
  height: 44px;
}
.chart .chart_pane .sun_flux .vals {
  width: 100%;
}
.chart .chart_pane .sun_flux .vals p {
  margin: 1px 1px 0 0;
  padding: 16px 0 0 0;
  width: 34px;
  height: 27px;
  float: left;
  font-size: 10px;
  line-height: 1.0;
  text-align: center;
  background-color: #fdd4c0;
}