/*
Theme Name: KBP Test Theme
Theme URI: https://github.com/konkaicode/kbp-test-wp-conoha
Description: KBP MVP v2 Phase 2 検証用の最小クラシックテーマ。Gitで運ぶのはこのテーマだけ（DB・画像は運ばない）。
Author: konkai
Version: 1.02
*/

body {
  font-family: "Hiragino Sans", "Yu Gothic UI", Meiryo, sans-serif;
  max-width: 720px;
  margin: 40px auto;
  padding: 0 16px;
  line-height: 1.9;
  color: #333;
}
.site-header h1 { font-size: 1.5rem; }
.site-header .tagline { color: #888; font-size: .85rem; }
.fv {
  background: #fffde7;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
}
article h2 { font-size: 1.2rem; border-left: 4px solid #4a90d9; padding-left: 10px; }
.site-footer { color: #888; font-size: .8rem; margin-top: 48px; border-top: 1px solid #eee; padding-top: 16px; }
