/*-- ページタイトル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;
  }
  

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

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

footer {
	clear:both;
}

p.show::before {
	content: "＋";
}
p.show, p.hide {
	font-size: smaller;
	margin-left: 2em;
}


p.hide::before {
	content: "－";

}

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

ul#pagelist li {
	list-style-image: url(../../img/bosairikalist.png);
	margin-left: 50px;
}

/* ページ上部への移動 */


p.goto{
	text-align: right;
}

span{
    background-color: #eaffdf;
	display: inline-block;
	font-size: xx-small;
	border: 2px dotted #82d35a;
	border-radius: 7px;
	padding: 3px 3px;
	margin: 10px 0px 0px 0px;
	text-indent: 0;
}

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

p.goto a:link, p.goto a:visited  {
	color: #82d35a;
	text-decoration:none;
}


nav.outline ul {
	margin-left: 1em;
}


h2 {
	border-left: solid 5px #9adbf9;
	border-bottom: solid 1px #9adbf9;
	margin: 1.5em 0 0.5em;
	padding-left: 0.5em;
}


p {
	text-indent: 1em;
}


/*
li {
	text-indent: 1em;
}
*/


ul.list {
	padding:0.5em;
	list-style-type:none;
}
ul.list li {
	position:relative;
	padding: 0em 0.3em 0em 1.3em;
}
ul.list li::before,ul.list li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
ul.list li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #0ec8e9;
	border-radius: 100%;
}
ul.list li::before {
	z-index: 2;
	top: 0.65em;
	left: 0.3em;
	width: 3px;
	height: 3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}


/* ページ内リンク */


ul#mokuji{
	line-height: 1em;
	list-style: none;
}

/*
ul#mokuji li:nth-child(n + 1) ::before{
	content: " ";
}
*/

ul#mokuji li{
	//display: inline-block;
	font-size: small;
	padding: 0.5ex 3ex;
	text-indent: -0.5ex;
}

ul#mokuji li a:link {
	//text-decoration:none;
}


#box {
     background:#eaffdf; /*背景色の指定*/
     border: #82d35a 5px dotted; /*境界線の指定*/
     border-radius: 30px; /*角丸の指定*/
     padding:10px;
     margin:10px 0 0 0;
}


/*リンク先*/

p.rink::before {
	content: "\（リンク先：";
	white-space: pre;
}

p.rink::after {
	content: "）";	
}


p.rink {
	display: inline-block;
	font-size: small;
}


