body.info {
	--cb-hue: 37deg;
	--db-sat: 5%;	/*25%;*/
	--cb-lgh: 15%; /*55%;*/
}

div.main {
	/* background-image: url(../images/bg_paper.webp);*/
}

.info section,
.info section.search + section#qsection {
	background: var(--bg-l2);
	margin: 2em 0;
}
.guide > ul > li {
	margin-bottom: 1em;
	line-height:1.8;
}
.guide li ul {
	margin-bottom: 0.78em;
}
.guide ul li li {
	margin-bottom: 0;
	line-height:1.5;
}
.search fieldset {
	background: white;
	max-width: 800px;
	padding-bottom: 1em;
	position: relative;
	padding: 2em 1em;
	margin: 1em 0 1.5em;
}
.search legend {
	position: absolute;
	top: 0.5em;
}
.search input {
	height: 3em;
}
.search input#kwd {
	width: 80%;
}
.search input[type=submit] {
	width: 16%;
}

.notice em {
	color: maroon;
	font-style: normal;
}
section a[href^='http']:not([href^='https://archive.yamazaki']):after {
	content: url(/app/snorql/link.png);
	opacity: 0.8;
	filter: grayscale(1);
	padding-left: 1px;
}
