/*history*/
.history_col{
 margin-top:0px !important;
 min-height:600px !important;
}
.his_table{
 display:table;
 padding:17px;
 width:90%;
 margin:auto;
}
.his_table:not(:last-child){
 border-bottom:1px solid #ddd;
}
.his_table:first-child{
 margin-top:210px;
}
.his_table .his_y_wrap{
 display:table-cell;
 width:100px;
 vertical-align:top;
}
.his_table .his_y{
 font-size:2em;
 font-weight:bold;
 color:#222;
}
.his_table .his_m_wrap{
 display:table-cell;
 vertical-align:middle;
}
.his_table .his_m_wrap .his_m_list .his_m{
 width:40px;
 font-size:1em;
 font-weight:bold;
 color:#222;
}
.his_table .his_m_wrap .his_m_list  .his_t{
 font-size:1em;
 color:#333;
}
.his_table span{
 display:table-cell;
/*history*/
.history_col{
 margin-top:0px !important;
 min-height:600px !important;
 background-size:100% !important;
}
.his_table{
 width:100%;
 padding-left:0px;
 padding-right:0px;
}
.his_table:first-child{
 margin-top:75px;
}
/*contents*****************************************END*/