/* 受験ノート — exams-j.com */
:root { --navy: #102a43; --blue: #2369a6; --gold: #d89c2b; --rule: #d8e2ea; }
* { box-sizing: border-box; }
body { margin: 0; background: #edf3f6; color: #1e3448; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
.site-header { padding: 42px 18px 32px; color: white; text-align: center; background: var(--navy); border-bottom: 5px solid var(--gold); }
.site-header h1 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(2rem, 8vw, 3.4rem); letter-spacing: .05em; }
.site-header h1 a { color: inherit; text-decoration: none; }
.site-header p { margin: 8px 0 0; color: #dceaf5; }
.container { max-width: 860px; margin: 0 auto; padding: 28px 14px 48px; }
.updated { color: #6f8292; font-size: .8rem; text-align: right; }
.thread-list { margin: 14px 0; padding: 0; list-style: none; background: white; border: 1px solid var(--rule); border-top: 4px solid var(--gold); border-radius: 8px; overflow: hidden; }
.thread-item { border-top: 1px solid var(--rule); }
.thread-item:first-child { border-top: 0; }
.thread-item > a { display: block; padding: 19px 20px; text-decoration: none; }
.thread-item > a:hover { color: white; background: var(--blue); }
.thread-title { font-family: Georgia, "Yu Mincho", serif; font-size: 1.08rem; font-weight: bold; line-height: 1.65; }
.thread-date { display: block; margin-top: 7px; color: #6f8292; font-size: .78rem; text-align: right; }
.thread-item > a:hover .thread-date { color: #dceaf5; }
.pagination { display: flex; gap: 12px; margin-top: 22px; }
.page-card { flex: 1; padding: 14px; color: #294760; background: white; border: 1px solid var(--rule); border-radius: 7px; text-decoration: none; }
.page-card:hover { color: white; background: var(--blue); border-color: var(--blue); }
.page-info { align-self: center; color: #6f8292; }
.site-footer { padding: 28px; color: #6f8292; text-align: center; font-size: .8rem; }