




 /* for Graph */
.for_graph {
    border: 1px solid #999999;
    display: none;
    height: 475px;
    margin: 20px 0 0 20px;
    padding-left: 16px;
    width: 760px;
}

.ytitle {
    color: #707070;
    left: -15px;
    margin-right: 10px;
    position: absolute;
    top: 230px;
    transform: rotate(270deg);
 -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    z-index: 1;

}
 .highcharts-xaxis-title{
 color:#707070;
 }

.highcharts-container{
position: relative; overflow: hidden; width: 730px; height: 400px; text-align: left; line-height: normal; z-index: 0; left: 10px; top: 20px;
} 
  