/*-- ページタイトルh1 黄色背景赤文字 --*/
header h1{
  background-color: #ff9;
  display: inline-block;
  color: red;
  padding: 0.5ex 1em;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  line-height:2em;
  }

aside {
	min-width: 280px;
	max-width: 800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#main {
	padding: 1em;
	background: #fff;
}

#main p {
	text-indent: 0.5em;
	margin-top: 1ex;
}

h2 {
	margin-top: 1em;
}


ul#pagelist {
	margin-left: 1em;
}

ul#pagelist li {
	list-style: none;
	margin-top: 1em;
	text-align: center;
}

ul#pagelist li::before {
	content: "　";
	display: inline-block;
	background: url(../img/st_s.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}

.cntrl ul {
	text-align: center;
}

.cntrl ul li {
	display: inline-block;
	list-style: none;
	font-size: small;
	margin-left: 5px;
}

figure {
	margin: 0;
	padding: 0;
	text-align: center;
}

figure img{
	max-width: 100%;
	margin: 0 auto;

}


p.goto {
	font-size: small;
	text-align: right;
}

p.goto::before {
	content: "▲";
}

