/*
Theme Name: Ace Inc.
Theme URI: https://example.com/
Author: Ace Inc.
Author URI: https://example.com/
Description: Ace Inc. 最小構成テーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ace-inc
*/

body {
	font-family: "Noto Sans JP", system-ui, sans-serif;
	line-height: 1.6;
	color: #111;
	background: #fff;
}

a {
	color: inherit;
}

main {
	color: inherit;
}

.site {
	max-width: 720px;
	margin: 0 auto;
	padding: 2rem 1.25rem;
}

.site-main article {
	margin-bottom: 2rem;
}

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

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

.entry-content {
	margin-top: 0.75rem;
}

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

.home .site-footer {
	max-width: none;
	margin-inline: 0;
}
