/* -------- compare data -------- */
#contents {
  padding-bottom: 10px;
}

.compare_data_wrap {
  border-top-color: #d14cf2;
}

.cd_st_chooser_wrap {
  z-index: 99;
}

.date_picker_wrap {
  z-index: 100;
}

/* -------- prepared -------- */
.compare_data_content {
  padding-bottom: 500px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.compare_data_content {
  padding-bottom: 44px;
  min-height: 196px;
}
.compare_data_content .guide {
  margin: 21px 0 0 27px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
}

/* -------- cd input view -------- */
.compare_data_wrap .cd_input_view {
  padding-bottom: 26px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.compare_data_wrap .cd_input_view .guide {
  margin: 17px 0 0 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
}
.compare_data_wrap .cd_input_view .btn {
  padding: 5px 0 5px 0;
  font-size: 14px;
  line-height: 1.0;
  text-align: center;
  color: #808080;
  background-color: #e6e6e6;
}
.compare_data_wrap .cd_input_view .btn.active {
  color: #fff;
  background-color: #006998;
  cursor: pointer;
}
.compare_data_wrap .cd_input_view .show_btn {
  margin: 16px 0 0 19px;
  width: 75px;
}

/* -------- cd area list -------- */
.cd_area_list {
  margin: 40px 0 0 16px;
}
.cd_area_list .items {
  width: 230px;
  float: left;
}
.cd_area_list .items .item {
  padding-bottom: 1px;
}
.cd_area_list .items .cb {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cd_area_list .items .lbl {
  margin-left: 8px;
  max-width: 200px;
  font-size: 14px;
  line-height: 1.0;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cd_area_list .items .cb[disabled] {
  cursor: auto;
}
.cd_area_list .items .cb[disabled] + .lbl {
  color: rgba(0, 0, 0, 0.5);
  cursor: auto;
}

/* -------- cd chart -------- */
.cd_chart {
  padding-bottom: 24px;
  width: 1000px;
  min-height: 679px;
  background-color: #fff;
  display: none;
}
.cd_chart .chart_wrap {
  margin-top: 7px;
}
.cd_chart .title_pane {
  padding-top: 17px;
  width: 111px;
  float: left;
}
.cd_chart .title_pane .bg_l {
  margin-bottom: 8px;
  width: 110px;
  height: 39px;
  background-image: url(../../img/chart/top_title_bg_l.png);
  background-repeat: no-repeat;
  background-size: 94px 39px;
  background-position: right top;
}
.cd_chart .chart_pane {
  margin-top: 7px;
  padding-bottom: 10px;
  width: 827px;
  float: left;
  overflow: visible;
}
.cd_chart .chart_pane .date_area {
  padding-top: 10px;
  margin-bottom: 8px;
  /*
  			.time p:last-child {
  				border-right-color: #808080;
  			}
  */
}
.cd_chart .chart_container {
  width: 828px;
  position: relative;
}
.cd_chart .chart_container .now_line {
  right: 0;
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: red;
}
.cd_chart .right_pane {
  padding-top: 17px;
  width: 49px;
  float: left;
}
.cd_chart .right_pane .bg_r {
  margin-bottom: 8px;
  padding-left: 1px;
  width: 49px;
  height: 39px;
  background-image: url(../../img/chart/top_title_bg_r.png);
  background-repeat: no-repeat;
  background-size: 21px 39px;
  background-position: 1px top;
}
.cd_chart .right_pane .default_right {
  width: 49px;
  height: 44px;
}
.cd_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;
}

.cd_chart .chart_pane .date_area .date {
  width: 827px;
  height: 19px;
}
.cd_chart .chart_pane .date_area .date p {
  padding: 0;
  width: 91px;
  text-align: center;
}
.cd_chart .chart_pane .date_area .time {
  height: 19px;
}
.cd_chart .chart_pane .date_area .time p {
  padding-top: 3px;
  height: 16px;
  width: 91px;
  font-size: 12px;
}
.cd_chart .chart_pane .chart_container .now_line {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ff0000;
  z-index: 3;
}
.cd_chart .chart_pane .chart_container .now_line .dot {
  width: 8px;
  height: 8px;
  position: absolute;
  left: -3px;
  top: -3px;
  background-image: url(../../img/top/now.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
}

/* -------- 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;
}

/* -------- cmp 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;
  margin-top: 8px;
  height: 191px;
}
.chart .title_pane .temp .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -4px;
  top: 0;
  position: absolute;
  height: 171px;
}
.chart .chart_pane .temp {
  padding-top: 8px;
  width: 100%;
  height: 199px;
  height: 191px;
}
.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;
  height: 171px;
}

/* -------- cmp 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;
  margin-top: 8px;
  height: 191px;
}
.chart .title_pane .rain .v_axis_wrap .v_axis {
  margin-top: 19px;
  width: 100px;
  height: 141px;
  left: -4px;
  top: 0;
  position: absolute;
  height: 171px;
}
.chart .chart_pane .rain {
  padding-top: 8px;
  width: 100%;
  height: 199px;
  height: 191px;
}
.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: #fbe3c6;
}
.chart .chart_pane .rain .chart_area {
  margin-top: 19px;
  margin-bottom: 11px;
  width: 100%;
  height: 141px;
  height: 171px;
}

.cd_chart .head_area p.date {
  width: 565px;
}
.cd_chart .head_area .intervals .i3 {
  display: none;
}
.cd_chart .head_area div.change_hour_btns {
  padding-left: 2px;
}
.cd_chart .station_list {
  margin: 17px 0 0 14px;
}
.cd_chart .station_list .st {
  margin-bottom: 4px;
}
.cd_chart .station_list .cb {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cd_chart .station_list .lbl {
  margin-left: 7px;
  font-size: 14px;
  line-height: 1.0;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.cd_chart .station_list .st:nth-child(1) .lbl {
  color: #010101;
}
.cd_chart .station_list .st:nth-child(2) .lbl {
  color: #ff0000;
}
.cd_chart .station_list .st:nth-child(3) .lbl {
  color: #1e00ff;
}
.cd_chart .station_list .st:nth-child(4) .lbl {
  color: #ff9000;
}
.cd_chart .station_list .st:nth-child(5) .lbl {
  color: #058520;
}
.cd_chart .bottom_ctlr .btn {
  padding: 5px 0 5px 0;
  font-size: 14px;
  line-height: 1.0;
  text-align: center;
  color: #808080;
  background-color: #e6e6e6;
}
.cd_chart .bottom_ctlr .btn.active {
  color: #fff;
  background-color: #006998;
  cursor: pointer;
}
.cd_chart .bottom_ctlr .choose_area_btn {
  margin: 26px 0 0 11px;
  width: 150px;
}
.cd_chart .bottom_ctlr .choose_date_btn {
  margin: 16px 0 0 11px;
  width: 120px;
}

/* -------- cd st chooser -------- */
.cd_st_chooser_wrap {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  display: none;
}
.cd_st_chooser_wrap .cd_st_chooser {
  padding-bottom: 20px;
  min-width: 638px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.cd_st_chooser_wrap .cd_st_chooser .guide {
  margin: 17px 0 0 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
}
.cd_st_chooser_wrap .cd_st_chooser .btn {
  padding: 5px 0 5px 0;
  float: left;
  font-size: 14px;
  line-height: 1.0;
  text-align: center;
  color: #808080;
  background-color: #e6e6e6;
}
.cd_st_chooser_wrap .cd_st_chooser .btn.active {
  color: #fff;
  background-color: #006998;
  cursor: pointer;
}
.cd_st_chooser_wrap .cd_st_chooser .show_btn {
  margin: 16px 0 0 19px;
  width: 90px;
}
.cd_st_chooser_wrap .cd_st_chooser .cancel_btn {
  margin: 16px 0 0 19px;
  width: 90px;
}