body {
  margin: 0;
  padding: 0;
  background-color: #eeeeee !important;
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", "MS 明朝", "Yu Mincho", serif;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
}

.news-container {
  display: flex;
  gap: 15px;
  width: 100%;
}

.center-content {
  flex: 1;
  padding: 0 10px;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  margin-bottom: 14px;
  line-height: 1.4;
}

.news-list a {
  color: #0000cc;
  font-size: 14px;
  text-decoration: underline;
  font-family: "MS PGothic", sans-serif;
}

.news-list a:visited {
  color: #551a8b;
}

.right-sidebar {
  width: 210px;
  flex-shrink: 0;
}

.info-frame {
  border: 2px solid #000;
  background-color: #fff;
}

.info-cell {
  padding: 18px 10px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.info-cell:last-child {
  border-bottom: none;
}

.info-cell.yellow {
  background-color: #ffffcc;
}

.info-cell.blue {
  background-color: #cce5ff;
}

.info-link {
  color: #0000cc;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  display: block;
  line-height: 1.4;
}

.info-sub {
  font-size: 12px;
  color: #333;
  margin-top: 4px;
  display: block;
}
