.news { margin: 30px 0 40px; }
.news h4,
.news .date {
  margin: 0 30px;
  }
.news .message { margin: 0 70px 20px; }
.news .message,
.news .date {
  line-height: 1.5;
  font-size: 12px;
  }
.news .date {
  padding: 2px 5px;
  border-bottom: 1px dotted #999;
  color: #666;
  text-align: right;
  }


.back_button {
  padding: 2px 10px;
  /* background: #eee; */
  color: #ee70b8;
  font-size: 12px;
  }
.back_button:hover {
  background: #eeb4ec;
  color: #90491f;
  }
