.errordoc article {
	padding: 3em 0;
}
	.errordoc article .errorcode {
		 font-size: 4em;
		 letter-spacing: 0.05em;
		 font-weight: 300;
	}
	.errordoc article .page-title {
		 font-size: 1.8em;
		 font-weight: 500;
		 margin-top: 0.2em;
	}
	.errordoc article .msg {
		
	}

/*default skin*/
body.default {
	font-family: system-ui, sans-serif;
	line-height: 1em;
	margin: 3.5rem 3rem;
	background-color: #fff;
	color: #222;
}
body.default .title {
	font-size: 2.0em;
	font-family: Helvetica;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1em;
	margin-bottom: 2rem;

}
body.default .guide {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 2rem;

}
body.default p {
	line-height: 1.6em;
}
body.default hr {
	border: none;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 3rem 0;
}
body.default nav {
	margin-top: 4rem;
	margin-bottom: 2rem;
	font-size: 1.1em;
	list-style: none;
}
body.default nav li {
	margin: 0.5em 0;
}
body.default a {
	display: inline-block;
	color: #008cff;
	text-decoration: none;
}
body.default a::before {
	content: ">";
	display: inline-block;
	margin-right: 0.6em;
	opacity: 0.5;
}
body.default footer {
	font-size: 0.9em;
	margin: -0.3em;
	opacity: 0.9;

}
body.default footer > * {
	display: inline-block;
	padding: 0.3em;
	line-height: 1.6em;
}
body.default small {
	display: block;
	line-height: 1em;
	font-size: 0.8em;
	margin-top: 1em;
	opacity: 0.7;

}
body.default .cnm {
	font-style: normal;
}

/*codepreview*/
#codepreview {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
#codepreview #navigation {
	width: 24%;
	height: 100%;
	overflow: auto;
	font-family: system-ui, sans-serif;
}
#codepreview iframe#viewer {
	display: block;
	width: 76%;
	height: 100%;
	border: none;
}

#navigation {
	padding-bottom: 20vh;
	background-color: #ececec;
}
#navigation .head {
	padding: 1.5rem;
}
	#navigation .head .title {
	font-size: 1.0em;
	font-weight: 400;
	margin-bottom: 0.2em;
}
	#navigation .head p {
	font-size: 0.8em;
	opacity: 0.6;
}

#codelist {
	
}
#codelist .gtitle {
	padding: 1.5rem;
	font-size: 1.0em;
	margin-bottom: 0;
}
	#codelist .gtitle .num {
		 margin-left: 0.5em;
		 opacity: 0.5;
	}
		#codelist .gtitle .num:after {
			content: "-";
			opacity: 0.5;
			margin-left: 0.5em;
		}
#codelist a {
	display: block;
	background-image: url(/share/im/nv_simar-gr.svg);
	background-position: left 1.5rem center;
	background-size: auto 1em;
	padding: 0.8em 1em;
	padding-left: 3.3rem;
	border-top: solid 1px #dfdfdf;
}
#codelist a:hover {
	color: #000;
	background-color: #fafafa;
}
#codelist a[data-reject="1"] {
	pointer-events: none;
	background-image: url(/share/im/mrk_notallow-gr.svg);
	background-size: 1em auto;
	background-position-x: 1.25em;
}
	#codelist a[data-reject="1"] > * {
		opacity: 0.35;
	}

#codelist a .code-title {
	margin: 0;
	font-weight: 400;
	font-size: 1em;
}
#codelist a .code-title .codenum {
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.025em;
	margin-right: 0.3em;
}
#codelist a .code-title .msg {
	font-weight: 300;
	font-size: 0.9em;
	letter-spacing: 0.03em;
	opacity: 0.8;
}
	#codelist a .code-guide {
		font-size: 0.8em;
		line-height: 1.6em;
		margin-top: 0.4em;
		opacity: 0.7;
	}




