@charset "utf-8";
/*
Theme Name: bgd_thm008
Theme URI:
Description: Prism様用オリジナルテーマ
Author: undes with BGD
Page URI: https://www.prismt.jp/
Version: 1.00.00
*/
/*############################################################################*/
/*  Page For WordPress Blog Use Style																					*/
/*    Ver:1.00/000           																									*/
/*    Date:2025/07/28        																									*/
/*    WordPress専用ページ（未使用で非公開ページ）用のスタイル定義							*/
/*    WorksとContactページ用のスタイルは、通常htmlファイル用「/common/css/others.css」に記述  */
/*    また、WordPressの投稿編集画面用スタイルは、同じフォルダーの「editor-style.css」に記述  */
/*############################################################################*/
/*###################### Main PC sec #######################*/
/*################### 一覧ページ系コンテンツ ###################*/
main#page-wplisttop #main-content,
main#page-wplisttop #main-content .sec02:first-child {
  margin-top:0;
}

main article {
  margin-top:60px;
}
main article:first-child {
  margin-top:0;
}
main article h3 {
  font-size:22px;
  font-weight:bold;
}
main article .post-date {
  margin-top:15px;
  font-size:16px;
}
main article .eyecatch {
  margin-top:10px;
}
main article .text-exp {
  margin-top:10px;
}

/* 一覧系ページネーション */
#page-wplisttop #post-list .paging {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-end;
  margin-top:10px;
  letter-spacing:0.25em;
}
#page-wplisttop #post-list .paging a,
#page-wplisttop #post-list .paging span.page-numbers.current,
#page-wplisttop #post-list .paging span.page-numbers.dots {
  font-size:16px;
}
#page-wplisttop #post-list .paging a.prev.page-numbers {
  margin-right:5px;
  letter-spacing:0.06em;
  font-weight:bold;
}
#page-wplisttop #post-list .paging a.prev.page-numbers:before {
  content: "<<";
  margin-right:8px;
}
#page-wplisttop #post-list .paging a.next.page-numbers {
  margin-left:5px;
  letter-spacing:0.08em;
  font-weight:bold;
}
#page-wplisttop #post-list .paging a.next.page-numbers:after {
  content: ">>";
  margin-left:8px;
}
#page-wplisttop #post-list .paging span.page-numbers.current {
  font-weight:bold;
}

/*###################### S-Phone sec #######################*/
@media (max-width : 480px){
  /*################### お問い合わせページ内コンテンツ（フォーム部分） ###################*/
  /*################### Contact(on WP) div ###################*/
  /*################### 一覧ページ系コンテンツ ###################*/
  /* 一覧系ページネーション */
  #page-wplisttop #post-list .paging {
    justify-content:center;
  }
}

/*###################### S-Phone sec #######################*/
@media (max-width : 370px){
  /*################### 一覧ページ系コンテンツ ###################*/
  /* 一覧系ページネーション */
  #page-wplisttop #post-list .paging {
    width:100%;
  }
  #page-wplisttop #post-list .nav-links {
    text-align:center;
  }
  #page-wplisttop #post-list .paging a.prev.page-numbers {
    display:block;
    margin-bottom:15px;
  }
	#page-wplisttop #post-list .paging a.next.page-numbers {
    display:block;
    margin-top:15px;
  }
}
