/*
 Theme Name:   お城めぐりFAN 子テーマ
 Template:     shirofan2014
 Text Domain:  shirofan2014-child
*/

/*
 Googleニュース
*/
.shirofan-news-agg { margin: 2rem 0; }
.shirofan-news-agg h3 { font-size: 1.6rem; margin-bottom: .5rem; }
.shirofan-news-agg__list { list-style: none; margin: 0; padding: 0; }
.shirofan-news-agg__item { padding: .8rem 0; border-bottom: 1px solid #eee; }
.shirofan-news-agg__link {
  line-height: 1.25;   /* お好みで 1.1〜1.35 程度 */
  display: block;      /* 行間調整の効きを安定させる */
  margin-bottom: 2px;  /* タイトルとメタの隙間も少し詰める */
  font-weight: 400; text-decoration: none;
}
.shirofan-news-agg__link:hover { text-decoration: underline; }
.shirofan-news-agg__meta { font-size: .80rem; color: #666; margin-top: .2rem; }
