body {
	max-width: 800px;
	margin: 0 auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	padding: 4px;
	
}

:lang(kr) {
	font-family: "SF Pro KR", "SF Pro Text", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.languages {
	text-align: right;
	font-size: .75em;
}

label {
	cursor: pointer;
	display:inline-block;
}

img {
	width: 100%;
}

section {
	break-inside: avoid;
}


h1, h2, h3, h4 {
	margin-bottom: 0;
	font-feature-settings: "palt";
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", sans-serif;
}


h1 {
	text-align: center;
	font-weight: 700;
}

h2 {
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: 600;
	margin: 2em 0 1em;
}

h3 {
	font-weight: 700;
	margin-top:3em;
	border-left: 8px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 8px;
}

h4 {
	font-weight: 700;
	margin: 1em 0 0;
}

.info {
	font-size: .8em;
	margin: 8px 0;
}

.info>div {
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}

.info dd {
	display: inline;
	margin: 0;
	padding: .25em .25em;
	white-space: nowrap;
	background-color: #eee;
	
	font-feature-settings: "palt";
	white-space: normal;
}

.info dt {
	display: inline;
	margin: 0;
	padding: .25em .25em;
	white-space: nowrap;
	background-color: #89a;
	color: #fff;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.roman {
	font-family: Times, serif;
}

.languages {
	text-align: right;
}


details {
	font-size: .9em;
	
	font-feature-settings: "palt";
}

form {
	font-feature-settings: "palt";
}

summary {
	cursor: pointer;
	text-decoration: underline;
}

details dt {
	float: left;
	display: inline;
	margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	display: list-item;
	list-style: disc inside; 
}

details dt::after {
	content: "：";
}

details dd {
	margin: 0;
}


@media screen and (max-width: 480px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.25em;
	}
	h3 {
		font-size: 1.25em;
	}
	
	h4 {
		font-size: 1em;
	}
}
