@charset "UTF-8";

html, body, div, span, h1, h2, p, a, address, strong, ol, ul, li, footer, header, nav, section {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 10px;
	/*font-size: 62.5%;*/
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #333;
	background: #faeee4;
}

/* 構造 */

body {
	margin: 0 auto;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei","Source Han Sans SC","Noto Sans CJK SC",sans-serif;
	padding: 12px 0;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	line-height: 1.25;
	max-width: 76.8rem;
}

/* 各要素 */

a:link {
	text-decoration:underline;
	color:#00c;
	background-color:transparent;
}

a:visited {
	text-decoration:underline;
	color:#009;
	background-color:transparent;
}

a:hover {
	text-decoration:underline;
	color:#00c;
	background-color:#cff;
}

a:active {
	text-decoration:underline;
	color:#f33;
	background-color:transparent;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	text-decoration:none;
}

h1 a:visited,
h2 a:visited {
	color:#00c;
}

address {
    border-top: solid 1px #333;
    margin-left: -48px;
    margin-right: -48px;
    font-style: normal;
    text-align: right;
    padding: 6px 38px 0;
}

h1, h2 {
	font-weight:normal;
	border-bottom:solid 1px #333;
	margin:0 -36px 1.6rem 0;
}

h1 {
	margin-left:-48px;
	margin-right:-48px;
	font-size:144%;
}

h2 {
	margin-left:0px;
	font-size:120%;
}

ul {
	margin:0;
	padding:0 0 0 20px;
	list-style-image:url(uzu.png);
	list-style-type:disc;
}

ol {
	margin:0;
	padding:0 0 0 24px;
	list-style-image:none;
	list-style-type:decimal;
}

ol ul, ul ul {
	list-style-image:url(uzu-s.png);
	list-style-type:circle;
}

ol ol ul, ol ul ul,
ul ol ul, ul ul ul {
	list-style-image:none;
	list-style-type:square;
}

li {
	line-height:1.6;
}

p {
	margin: 2rem 0;
	line-height:1.6;
}

dd p, dd pre,
li p, li pre {
	margin:0;
}

strong {
	font-style:normal;
	font-weight:bold;
	padding-bottom:1px;
	border-bottom:solid 1px #000;
}

strong strong {
	font-size:120%;
	border-bottom:solid 0px;
}

/* その他 */

hr {
	display:none;
}

img {
	border-style:none;
	width: 100%;
}

/* 節 */
.section {
	margin:0 48px;
	padding:0 24px;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
}

.section .section {
	margin:48px 0;
	padding:0;
	border-style:none;
}

.desc {
	color:#444;
	background-color:transparent;
	font-size: 88%;
	line-height: 1.6;
}

div.desc, p.desc {
	text-align:right;
	margin: 5rem 6px 2.2rem;
}

/* 説明（h2下） */
.explanation {
	margin: -12px 0 8px 16px;
    font-size: 88%;
}

/* ナビゲーション */
ul.navigation {
	margin:80px 0 10px;
	padding:0 20px;
	text-align:right;
}

ul.navigation li {
	display:inline;
	padding:0 0.8rem 0 16px;
	background-image:url(uzu.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
}