/*
Theme Name: eight-theme
Theme URI: https://example.com/
Author: eight
Author URI: https://example.com/
Description: Minimal blank starter theme with template-parts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eight-theme
*/

*{box-sizing:border-box;}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.7;}
a{color:inherit;}
img{max-width:100%;height:auto;}

.site{min-height:100vh;display:flex;flex-direction:column;}
.site-header,.site-footer{padding:16px;border-bottom:1px solid #e5e5e5;}
.site-footer{border-top:1px solid #e5e5e5;border-bottom:none;margin-top:auto;}

.container{width:min(1000px,92%);margin:0 auto;}
.main{padding:24px 0;}
.layout{display:grid;grid-template-columns:1fr;gap:24px;}
@media (min-width:900px){.layout{grid-template-columns:1fr 280px;}}
.sidebar{border-left:1px solid #e5e5e5;padding-left:16px;}
