@charset "utf-8";
/* 
 * ns-information-page-custom.css
 *  「お知らせ」カテゴリページだけに適用
 */

/* ページ見出しを表示しない */
#page .page-header .archive-title {
  display: none;
}

/* 投稿日のスタイル */ 
.info-top-post-date {
  font-size: small;
  text-decoration: underline;
  color: #333;
  margin-bottom: 20px;
}
.info-top-post-date a:link,
.info-top-post-date a:visited {
  color: #333;
}  

   
