@charset "utf-8";
/* CSS Document */
body{
	width: 90%;
	margin: auto;
}
h1::before{content: "# ";}
h2::before{content: "## ";}
h3::before{content: "### ";}
h1{
	text-align: center;
	color: darkblue
}
h2,h3{
	color: cornflowerblue
	}
ol>li{
	
	line-height: 1.5;
	border-bottom: 1px dashed #ccc;
	border-left: 3px solid #EB8080;
	padding-left: 10px;
	margin: 1em 0;
}
p{
	font-size: 1.2em;
}
ul>li{
	border-left: 3px solid #eb8080;
	padding-left: 10px;
	margin: 2px 0;
}
.pager a{
	border: 1px solid #e1e2e3;
	text-decoration: none;
	color: #3388FF;
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;	
}
.pager a:hover{
	border-color: #38f;
	background: #F2F8FF;
}
.pager a.selected{
	border: none;
	color: #000;
	background: initial;}
div .pager{padding: 2px 0;}
img{
			width: 100%;
			margin: 1em 0;
		}