.news_list {
  width: 530px;
  margin: 0 50px;
  border-collapse: collapse;
  }
.news_list .title,
.news_list .date  {
  padding: 3px 5px;
  border-bottom: 1px dotted #999;
  line-height: 1.5;
  }
.news_list .title {
  width: 410px;
  font-size: 14px;
  font-weight: bold;
  }
.news_list .date,
.news_list .move_button td {
  font-size: 12px;
  color: #666;
  }
.news_list .date {
  width: 120px;
  text-align: right;
  }
.news_list .move_button td {
  border: 0;
  padding: 10px 0;
  text-align: center;
  }
