/*
Theme Name: FX Minimal
Theme URI: https://fx-tools-lib.com/
Author: FX Tools
Description: 最低限の機能とデザインのシンプルなテーマ
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Text Domain: fx-minimal
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #222;
	background: #fff;
}

a {
	color: #06c;
}

.site-header,
.site-footer,
.site-main {
	max-width: 42rem;
	margin: 0 auto;
	padding: 1rem;
}

.site-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

article {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}

article:last-child {
	border-bottom: none;
}

.entry-title {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
}

.entry-title a {
	text-decoration: none;
	color: inherit;
}

.entry-title a:hover {
	text-decoration: underline;
}

time {
	display: block;
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 0.5rem;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	font-size: 0.875rem;
}

.site-footer {
	font-size: 0.875rem;
	color: #666;
	border-top: 1px solid #ddd;
	margin-top: 2rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	padding: 0.5rem 1rem;
	background: #fff;
	border: 1px solid #ccc;
}

.skip-link:focus {
	clip: auto;
	position: fixed;
	left: 1rem;
	top: 1rem;
	width: auto;
	height: auto;
	overflow: visible;
	white-space: normal;
}
