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-color: #fff;
}

h3 {
	border-left: solid 5px #9adbf9;
	border-bottom: solid 1px #9adbf9;
	margin-top: 1em;
	padding-left: 0.5em;

}

h4 {

	border-bottom: dotted 2px #9adbf9;
	margin-left: 0.5em;
	padding-left: .5em;
}

footer {
	clear:both;
}

p.goto {
	font-size: small;
	text-align: right;
}

p.goto::before {
	content: "▲";
}

p.show::before {
	content: "＋";
}
p.show, p.hide {
	font-size: smaller;
	margin-left: 2em;
}


p.hide::before {
	content: "－";

}

dl {
	margin-left: 3em;

}

dt::before {
	content: "場所：";
}

dt {
	font-weight: bold;
	margin-top: 1.5em;
}

dd {
	display: inline-block;
	margin-left: 3em;
	margin-top: 0;
}

dd.remark::before {
	content: "［";
	white-space: nowrap;
}

dd.remark::after {
	white-space: nowrap;
	content: "］";
}

dd.remark {
	font-size: small;
	margin: 0;
}

dd.gvname::before {
	content: "\（出典：";
	white-space: pre;
}

dd.gvname::after {
	content: "）";	
}


dd.gvname {
	display: block;
	padding-left: 2em;
	font-size: small;
}

ul.aiueo{
	line-height: 1em;
}

/*
ul.aiueo li:nth-child(n + 1) ::before{
	content: "　";
}*/

ul.aiueo li{
	display: inline-block;
	font-size: small;
	padding: 0 0.5ex;
}

ul.aiueo li a:link {
	text-decoration:none;
}
