/*
 Theme Name: ISSUE Child
 Template: issue_tcd106
 Text Domain: issue-child
 Description: ISSUE テーマの子テーマ
 Author: Natsume
 Version: 1.0.0
*/

.staff-extra-full {
  clear: both; /* 左右カラムの下に回り込む */
  margin-top: 40px;
  padding: 30px;
  text-align: left;
}

/* 2886 / 2883 のSTAFFページだけ下の本文を整える */
body.postid-2886 .staff-extra-full,
body.postid-2883 .staff-extra-full {
  margin: 60px auto;        /* 上下の余白 */
  padding: 40px;            /* 内側の余白 */
  max-width: 80%;         /* 横幅制限（中央寄せ） */
  border: 1px solid #ddd;   /* 枠線 */
  border-radius: 8px;       /* 角丸 */
}

body.postid-2886 .staff-extra-full .post_content,
body.postid-2883 .staff-extra-full .post_content {
  font-size: 15px;
  line-height: 1.8;
}