.maxmin_block {
  cursor : w-resize;
  height : 50px;
  width : 20px;
  background-color : red;
  z-index : 5;
}
.move_block {
  cursor : pointer;
  height : 50px;
  width : 580px;
  background-color : green;
  z-index : 6;
  opacity : 0.5;
}

/* チャート本体*/
.chart_body {
  cursor : pointer;
  height : 200px;
  width : 300px;
  z-index : 1;
}

.chart_volume {
  cursor : pointer;
  height : 100px;
  width : 300px;
  top : -19px;
  z-index : 1;
}
