@charset "UTF-8";
/* お知らせトップ */
.infotop-head {
  display: table;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.infotop-head > h1, .infotop-head a {
  vertical-align: middle;
  display: table-cell;
}
.infotop-head > .btn-rss {
  float: right;
}

.infotop-list .ttl-section:first-child,
.infolist-list .ttl-section:first-child {
  margin-top: 0;
}
.infotop-list:last-child .list-info,
.infolist-list:last-child .list-info {
  margin-bottom: 0;
}

.tab-target-item .list-info-item:first-child {
  border-top: none;
}

/* エリア詳細 */
.infodetail-body {
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* お知らせトップ */
  .infotop-head {
    padding-right: 15px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
  .infotop-head > .btn-rss {
    padding: 4px 3px;
  }
  .infotop-head > .btn-rss:hover {
    padding: 4px 3px;
  }

  /* お知らせ詳細 */
  .infodetail-body {
    margin-bottom: 25px;
  }
}
/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {
  .infotop-btn-list-item .btn {
    font-size: 11px;
  }
}
