@media screen and (min-width: 761px) {
  #toppage #news .rec-news-list {
    float: right;
    width: 860px;
    margin: 0 auto;
  }
}

#toppage #news .rec-news-list li {
  margin-bottom: 5px;
}

#toppage #news .rec-news-list .date {
  padding-right: 1.5rem;
}

#toppage #news .rec-news-list .title {}

#toppage #news .rec-news-list a,
#toppage #news .rec-news-list a:visited,
#toppage #news .rec-news-list a:hover {
  color: #333333;
}

#toppage #news .rec-news-list a:hover {
  text-decoration: none;
}

.contentHeader {
  padding-top: 100px;
}

#news .pagelist-item .title {
  padding-bottom: 10px;
  display: inline-block;
}

#news .pagelist-item .title a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
  text-decoration: none;
  color: #000;
}

#news .pagelist-item .date {
  float: right;
}

@media screen and (max-width:760px) {

  #toppage #news .rec-news-list .date,
  #toppage #news .rec-news-list .title {
    display: table;
  }

  .contentHeader {
    padding-top: 0;
  }

  #news .pagelist-item .title {
    padding-bottom: 0;
    display: inline-block;
  }

  #news .pagelist-item .date {
    display: block;
    float: none;
    padding-bottom: 10px;
  }
}