@charset "UTF-8";

/* お知らせ */
.news {
  padding: 15px 20px 20px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.news h1 {border-bottom: solid 2px #1d2088;
  margin-bottom: 5px;
  font-size: 18px;
  color: #666666;
}

.news ul {
  height:117px;
  overflow-y: scroll;
}
.news li a {display: block;
  padding: 5px 0;
  border-top: dotted 1px #dddddd;
  color: #000000;
  font-size: 12px;
}

.news li a:hover  {background-color: #eeeeee}
.news li:last-child a {border-bottom: dotted 1px #dddddd;}
.news time {
  display: table-cell;
  color: #888888;
  width: 85px;
  text-align: center;
}
.news .text {
  display: table-cell;
  width: auto;
  margin-left: 60px;
}

#Demo { position: 'relative'; }