@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;
}

.article_header img {
    width: 32px;
    vertical-align: bottom;
}

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;
}

dl {margin-bottom: 1.6em;}
dt {font-weight: bold;}
dd {margin-bottom: 1.6em;}
table,th,td {
	border: 1px solid #aaa;
	text-align: center;
}
table {
	border-collapse: collapse;/*separate collapse合并内外边距 */
	border-spacing: 0;
	width: 100%;
	word-break: break-word;
	border-width: 2px;
	border-color: #888;
	margin: 16px 0;
}
thead tr th {
    border-bottom: 2px solid #888!important;
}
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {border-width: 0 1px 1px 0;}

th, td {padding: 5px;}

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;
}

.center {
	text-align: center;
	margin: 3.2rem 0;
	margin: 32px 0;
}
.ant-btn {
	line-height:1.5;
	position:relative;
	display:inline-block;
	font-weight:400;
	white-space:nowrap;
	text-align:center;
	background-image:none;
	box-shadow:0 2px 0 rgba(0,0,0,.015);
	cursor:pointer;
	transition:all .3s cubic-bezier(.645,.045,.355,1);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	touch-action:manipulation;
	height:32px;
	padding:0 15px;
	font-size:14px;
	border-radius:4px;
	color:rgba(0,0,0,.65);
	background-color:#fff;
	border:1px solid #d9d9d9
}
a.ant-btn {
	min-width:110px;
	height:40px;
	line-height: 40px;
	border-radius:20px;
	font-size:16px;
	text-decoration: none;
}
a.ant-btn span {
	padding-top:4px
}
a.ant-btn:hover {
	box-shadow:0 4px 12px rgba(24,144,255,.4)
}
a.ant-btn-primary {
	color:#fff;
	background-color:#1890ff;
	border-color:#1890ff;
	text-shadow:0 -1px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 0 rgba(0,0,0,.045)
}
.clipboard {
  -webkit-touch-callout: none;  
  -webkit-user-select: none;  
  -khtml-user-select: none;  
  -moz-user-select: none;  
  -ms-user-select: none;  
  user-select: none;
}