/*
Theme Name: 木々のしずく
Theme URI: https://www.asanumashoyu.co.jp/
Author: 株式会社カモシカ
Author URI: https://kamo-shika.jp/
Description: Minimum classic theme scaffold by 株式会社カモシカ.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kamoshika-minimal
*/

:root { --container: 980px; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.7; }
.container { max-width: var(--container); margin: 0 auto; padding: 24px; }
.site-header, .site-footer { border-bottom: 1px solid #ddd; }
.site-footer { border-top: 1px solid #ddd; border-bottom: 0; }
.site-title { margin: 0; font-size: 20px; }
.site-description { margin: 6px 0 0; font-size: 14px; opacity: .8; }
.main { padding: 24px 0; }
.post-title { margin: 0 0 10px; }
.post-meta { font-size: 13px; opacity: .75; margin: 0 0 18px; }
