/* ↓お知らせ欄↓ */
.info {
  overflow: scroll;
  height: 150px;
  margin-top: 20px;
}

div.info > a {
  color: #08c;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: underline;
}

div.info > a:hover {
  text-decoration: none;
}
/* ↑お知らせ欄↑ */