@charset "utf-8";

:root {
	/* ページ全体の背景色 */
	--body-bg: #eeeeec;
	/* メインの文字色 */
	--main-text-color: #333;
	/* アクセントカラー */
	--accent: #63b8d1;
	/* レイアウトボックスの背景色 */
	--sub-bg-color: #fff;
}
::marker{
	color: var(--text-color-50);
}
hr {
	border-top-color: var(--text-color-20);
}
table,table th,table td {
	border-color: var(--text-color-20);
}