.info{
  width:600px;
  height:150px;
  margin-top:20px;
}
.top-umekomi {
  width:100%;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.4em;
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  -webkit-overflow-scrolling:touch;
  }
.top-umekomi iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
}









/* お知らせリスト全体のスタイル */
.news-list {
  margin: 20px auto;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 各お知らせ項目のスタイル */
.news-list .news-item {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.news-list .news-item li {
  margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
    font-size: 13px;
}

.news-list .news-item:last-child {
    border-bottom: none; /* 最後の要素の区切り線を削除 */
}

.news-header {
  margin-bottom: 5px;
}

/* タイトルのスタイル */
.news-list .news-title {
    font-size: 13px;
}

.news-list .news-title a {
  color: #36F;
}

/* 日付のスタイル */
.news-list .news-date {
    font-size: 13px;
    color: #888;
}

/* 本文抜粋のスタイル */
.news-list .news-excerpt {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* ホバースタイル（タイトルにホバー時） */
.news-list .news-title:hover {
    color: #0073e6;
    text-decoration: underline;
}

/* 日付とカテゴリーのスタイル */
.news-meta {
    color: #888;
    margin-bottom: 10px;
    display: flex;
    gap: 10px; /* 日付とカテゴリーの間の余白 */
}

.news-category {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}
