/*
Theme Name: NISHOKO React Front
Theme URI: https://nishoko.com/
Author: NISHOKO
Description: NISHOKOのReactトップページとレンタルページをWordPressへ組み込むテーマです。
Version: 1.0.0
Text Domain: nishoko-react-front
*/

:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #1e293b; background: #f8fafc; font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
.nishoko-wp-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.nishoko-wp-header { padding: 20px 0; background: #fff; border-bottom: 1px solid #e2e8f0; }
.nishoko-wp-header a { color: #0f172a; text-decoration: none; font-weight: 800; }
.nishoko-wp-content { min-height: 60vh; padding: 56px 0; }
.nishoko-wp-content article { padding: 32px; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; }
.nishoko-wp-content img { max-width: 100%; height: auto; }
.nishoko-wp-footer { padding: 28px 0; color: #94a3b8; background: #0f172a; text-align: center; }

