/* Shared JDB 3.0 content foundation. */
#body_wrap.jdb-v3-site-shell {
	background: var(--jdb-color-canvas) !important;
	color: var(--jdb-color-text);
	overflow-x: clip;
}

#body_wrap.jdb-v3-site-shell,
#body_wrap.jdb-v3-site-shell button,
#body_wrap.jdb-v3-site-shell input,
#body_wrap.jdb-v3-site-shell select,
#body_wrap.jdb-v3-site-shell textarea {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
}

#body_wrap.jdb-v3-site-shell *,
#body_wrap.jdb-v3-site-shell *::before,
#body_wrap.jdb-v3-site-shell *::after {
	box-sizing: border-box;
}

#body_wrap.jdb-v3-site-shell .l-content,
#body_wrap.jdb-v3-site-shell .l-mainContent,
#body_wrap.jdb-v3-site-shell .l-mainContent__inner {
	min-width: 0;
	background: transparent !important;
}

#body_wrap.jdb-v3-site-shell :where(.post_content, .page_content) {
	max-width: 100%;
	color: var(--jdb-color-text);
}


#body_wrap.jdb-v3-site-shell:is(.jdb-v3-single-enabled, .jdb-v3-page-enabled) .post_content,
#body_wrap.jdb-v3-site-shell:is(.jdb-v3-single-enabled, .jdb-v3-page-enabled) .post_content :where(p, li, dt, dd, figcaption, h1, h2, h3, h4, h5, h6) {
	color: var(--jdb-color-text) !important;
	-webkit-text-fill-color: var(--jdb-color-text) !important;
}

#body_wrap.jdb-v3-site-shell:is(.jdb-v3-single-enabled, .jdb-v3-page-enabled) .post_content :where(small, .has-text-color) {
	color: inherit;
}

#body_wrap.jdb-v3-site-shell :where(.post_content, .page_content) img,
#body_wrap.jdb-v3-site-shell .p-articleThumb img {
	max-width: 100%;
	height: auto;
}

#body_wrap.jdb-v3-site-shell :where(.post_content, .page_content) a {
	color: var(--jdb-color-link);
	text-underline-offset: .18em;
	overflow-wrap: anywhere;
}

#body_wrap.jdb-v3-site-shell :where(.post_content, .page_content) a:hover {
	color: var(--jdb-color-link-hover);
}

#body_wrap.jdb-v3-site-shell :where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--jdb-color-accent);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	#body_wrap.jdb-v3-site-shell *,
	#body_wrap.jdb-v3-site-shell *::before,
	#body_wrap.jdb-v3-site-shell *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
