/* 背景 */
#brown {
	background: url("_image/bg.png");
	height: 304px;
	left: 0;
	position: absolute;
	top: 131px;
	width: 100%;
}

/* メインブロック */
#main > div:nth-child(1) {
	padding-left: 2px;
	order: 1;
	width: 581px;
}

#main > div:nth-child(2) {
	padding-left: 23px;
	order: 2;
}

/* 通常記事 */
#essay {
	background: url("../_image/bg/txtbase.png") no-repeat;
	box-sizing: border-box;
	margin-top: 110px;
	padding: 45px 28px 51px;
	position: relative;
	width: 579px;
	z-index: 21;
}

#print_title {
	display: none;
}

#essay div.page {
	overflow-y: hidden;
}

#essay div.page:not(:first-of-type) {
	display: none;
	height: 0;
}

#essay #page_01 {
	height: auto;
}

#essay article:not(:last-of-type) {
	padding-bottom: 3em;
}

#essay h2 {
	border-bottom: 1px #000000 dashed;
	color: #6a0c0c;
	font-size: 116.7%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
}

#essay p {
	font-size: 91.7%;
	line-height: 2;
	padding-bottom: 1em;
}

#essay_sign {
	text-align: right;
}

#essay div.article_navi {
	display: flex;
	justify-content: space-between;
}

#essay div.article_navi div {
	background: #6a0c0c;
	color: #ffffff;
	font-size: 91.7%;
	font-weight: bold;
	line-height: 2;
	padding: 5px;
}

#essay div.page:first-child div.article_navi {
	justify-content: flex-end
}

/* インフォメーション */
#name {
	display: none;
}

#essay_title {
	counter-reset: number 0;
	padding-bottom: 25px;
}

#essay_index li {
	line-height: 1.8;
	padding-left: 1.25em;
}

#essay_index > li {
	font-size: 91.7%;
	line-height: 3;
	padding-left: 0.25em;
}

#essay_index > li span {
	background: #6a0c0c;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

#essay_index ol {
	padding-bottom: 2em;
}

#essay_index ol li:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero) ". ";
}







