/*
Theme Name: Tokuyama Dental
Theme URI: https://www.tokuyama-dental.com/
Description: Block editor HTML output verification theme for Tokuyama Dental global site development.
Author: ida / tsutsumi
Author URI: https://www.idanet.co.jp/
Version: 0.1.1
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.2
Text Domain: tokuyama-dental
*/

/* ============================================================
   Base reset
   ============================================================ */
/* *, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.7;
	color: #1a1a1a;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
} */

/* ============================================================
   Layout
   ============================================================ */
/* .site-header {
	background: #003366;
	color: #fff;
	padding: 1rem 2rem;
}

.site-header a {
	color: #fff;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: bold;
}

.site-main {
	max-width: 960px;
	margin: 2rem auto;
	padding: 0 1.5rem;
}

.site-footer {
	background: #f0f0f0;
	text-align: center;
	padding: 1rem;
	font-size: 0.8125rem;
	color: #666;
} */

/* WP実装側の追加CSSは assets/td-custom.css に集約する（このファイルには書かない）。 */
