@import '../screen.css';

.w_40 {width:40px;}
.w_50 {width:50px;}
.w_60 {width:60px;}
.w_70 {width:70px;}
.w_80 {width:80px;}
.w_330 {width:278px;}


.right{
 width:300px;
 float: right;
 color: #515151;
}

.history_list {
  float: left;
  width:530px;
}

.history_list table {
  padding:0;
  margin: 0;
}

.history_list th {
 font-size: 120%;
 text-align: center;
 border: none;
 background-color: #ECDDEF;
 padding: 0;
}

.history_list td {
 font-size: 120%;
 padding: 3px 0 0 3px;
}

.history_judge {
  float: right;
  width: 270px;
  border: 1px solid #DDDDDD;
  padding: 5px 0 0 5px;
}

