/*
Theme Name: Photographers Laboratory
Theme URI: https://code-photolab.aone-com.com/
Author: A-one
Description: フォトグラファーズ・ラボラトリー用オリジナルクラシックテーマ
Version: 1.0.0
Text Domain: photographers-laboratory
*/

/*
 * WordPressテンプレート用の補助スタイル。
 * 既存デザイン本体は assets/css/style.css で管理します。
 */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  clip: auto;
  background: #fff;
  color: #000;
}

/* 下層ページ用の暫定レイアウト。下層デザイン完成後に調整してください。 */
.l-subpage {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 20px 120px;
}

.c-page-header {
  margin-bottom: 60px;
}

.c-page-header__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
}

.c-entry-content>*:first-child {
  margin-top: 0;
}

.c-entry-content>*:last-child {
  margin-bottom: 0;
}

.c-news-list {
  border-top: 1px solid #a7a7a7;
}

.c-news-list__item {
  border-bottom: 1px solid #a7a7a7;
}

.c-news-list__link {
  display: block;
  padding: 20px 0;
}

.c-news-list__date {
  display: block;
  margin-bottom: 8px;
}

.c-pagination {
  margin-top: 60px;
}

.c-single-meta {
  margin-bottom: 30px;
}

.c-post-navigation {
  margin-top: 80px;
}

.c-404__actions {
  margin-top: 40px;
}