/*===news-detail.php用==============================*/
#news-detail #up_ymd {
  text-align: right;
  font-size: 0.9rem;
  margin: 5px 10px 10px;
}
#news-detail #up_ymd::before {
  font-family: "Font Awesome 6 Free";
  content: '\f017';
  font-weight: bold;
  padding-right: 0.2em;
  color: #91a641;
}
#news-detail #detail {
  padding: 10px 0;
}
#news-detail .detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}
#news-detail .backORcloseBtn a {
  margin-top: 60px;
}
#newsWrap ul#newsList::-webkit-scrollbar-thumb, #newsWrap ul#newsList::-webkit-scrollbar-corner {
  background: #333;
}