/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2026 | 04:17:10 */
/* ここにCSSコードを追加

/*
* 新着記事一覧ショートコード用
*/
.news-list {
  margin: 0.8em 0;
}

.news-list__items {
  list-style: none;
  padding: 0 !important; 
  margin: 0;
}

.news-list__item {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.news-list__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #333;
  gap: 10px;
}

.news-list__date {
  color: #888;
  font-size: 0.9em;
  min-width: 90px;
}

.news-list__title {
  font-weight: 500;
}

.news-list__link:hover .news-list__title {
  text-decoration: underline;
  color: #007acc;
}

/*
* ニュース一覧（archive-news）用
*/
body.post-type-archive-news main.site-main {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

body.post-type-archive-news h1 {
  color: #222;
  font-size: 1.8rem;
}

body.post-type-archive-news article h2 a {
  color: #0070c9;
  text-decoration: none;
}

body.post-type-archive-news article h2 a:hover {
  text-decoration: underline;
}

コメント終わり */ 

