@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  color: #4d4d4d;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

html,
body {
  height: 100%;
  margin: 0;
}

a {
  color: #0066ff;
  text-decoration: none;
}
a:hover {
  color: #0047b2;
  text-decoration: underline;
}

button:focus {
  outline: none;
}

.main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-header {
  margin-bottom: 40px;
}

.header {
  top: 0;
  left: 0;
  z-index: 20;
  position: fixed;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: 40px;
  width: 100%;
  height: 40px;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #0f396e;
}
.header .logo {
  padding: 9px 0;
  height: 30px;
}
.header .page-title {
  padding: 5px 0;
  height: 30px;
  text-align: center;
}
.header .site-navigations {
  padding: 5px 0;
  height: 30px;
  text-align: right;
}

.site-tree {
  transition: visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-items: center;
  align-items: center;
  z-index: 30;
  user-select: none;
}
.site-tree ul {
  list-style: none;
}
.site-tree > ul {
  padding: 30px;
  background-color: #ffffff;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: column;
  width: 600px;
  height: 80vh;
  overflow: scroll;
}
.site-tree li > ul {
  padding-left: 10px;
}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+git+json+markdown+jsx+scss+yaml&plugins=line-numbers */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*='language-'],
pre[class*='language-'] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*='language-']::selection,
pre[class*='language-'] ::selection,
code[class*='language-']::selection,
code[class*='language-'] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*='language-'],
  pre[class*='language-'] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*='language-'] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*='language-'],
pre[class*='language-'] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

.UISP-Md {
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.UISP-Md h1 {
  font-size: 2em;
  line-height: 1.2;
  padding-bottom: 0.3em;
  margin-top: 64px;
  margin-bottom: 32px;
  border-bottom: 2px solid #e6e6e6;
}
.UISP-Md h2 {
  font-size: 1.5em;
  line-height: 1.225;
  padding-bottom: 0.3em;
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.UISP-Md h3 {
  font-size: 1.25em;
  line-height: 1.43;
  margin-top: 1em;
  margin-bottom: 16px;
}
.UISP-Md h4 {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 16px;
}
.UISP-Md h5 {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 16px;
}
.UISP-Md h6 {
  color: #777;
  font-size: 1em;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 16px;
}
.UISP-Md h1 a,
.UISP-Md h2 a,
.UISP-Md h3 a,
.UISP-Md h4 a,
.UISP-Md h5 a,
.UISP-Md h6 a {
  font-size: 0.6em;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  display: inline-block;
  vertical-align: middle;
}
.UISP-Md h1 a i,
.UISP-Md h2 a i,
.UISP-Md h3 a i,
.UISP-Md h4 a i,
.UISP-Md h5 a i,
.UISP-Md h6 a i {
  visibility: hidden;
  color: #bbb;
}
.UISP-Md h1:hover a i,
.UISP-Md h2:hover a i,
.UISP-Md h3:hover a i,
.UISP-Md h4:hover a i,
.UISP-Md h5:hover a i,
.UISP-Md h6:hover a i {
  visibility: visible;
}
.UISP-Md > *:first-child {
  margin-top: 0;
}
.UISP-Md > *:last-child {
  margin-bottom: 0;
}
.UISP-Md a {
  color: #0088ff;
  text-decoration: none;
}
.UISP-Md a:hover,
.UISP-Md a:active {
  text-decoration: underline;
}
.UISP-Md img {
  max-width: 100%;
}
.UISP-Md p {
  margin: 1em 0;
}
.UISP-Md ul {
  margin: 1em 0;
  padding: 0 0 0 20px;
}
.UISP-Md ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
.UISP-Md li {
  margin: 0.5em 0;
}
.UISP-Md table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  margin: 20px 0;
}
.UISP-Md table th,
.UISP-Md table td {
  padding: 0.3em 10px;
  border: 1px solid #ccc;
}
.UISP-Md table th {
  background: #f5f2f0;
}
.UISP-Md blockquote {
  color: #6f6f6f;
  padding: 0 15px;
  margin: 2em 0;
  border-left: 4px solid #ccc;
}
.UISP-Md pre {
  line-height: 1.6;
  margin: 2em 0;
}
.UISP-Md pre[class*='language-'] {
  margin: 2em 0;
}
.UISP-Md code {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', 'Lucida Console', monospace;
  padding: 2px;
  background: #f5f2f0;
}
.UISP-Md hr {
  border: 0 none;
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #f5f2f0;
}

@media (max-width: 639px) {
  .UISP-Md {
    line-height: 2;
  }
  .UISP-Md p {
    margin: 1.6em 0;
  }
}

.UISP-Dot {
  overflow: auto;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 2em 0;
  background: #fff;
}
.UISP-Dot svg {
  display: block;
}
.UISP-Dot g.node polygon {
  fill: transparent;
}
.UISP-Dot g.node a:hover {
  text-decoration: none;
}
.UISP-Dot g.node text {
  font-family: Tahoma, Geneva, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
    sans-serif;
  font-size: 12px;
}
.UISP-Dot g.node text:first-of-type {
  font-weight: bold;
}
.UISP-Dot g.node a text:first-of-type {
  fill: #00bcd4;
}
.UISP-Dot g.node a:hover text:first-of-type {
  text-decoration: underline;
}

.UISP-Screen {
  display: inline-block;
  padding: 20px;
}

.UISP-Screen svg.UISP-Screen__svgRoot {
  display: block;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
}

.UISP-Screen--fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.UISP-Screen--fit svg.UISP-Screen__svgRoot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-height: calc(100vh - 48px - 30px);
  margin: auto;
  padding: 0;
}

.UISP-Screen--highlight .Screen_Highlight {
  display: inline;
}

.Screen_Highlight_Fill {
  stroke: red;
  stroke-width: 2;
  fill: red;
  fill-opacity: 0.25;
}

.Screen_Highlight_Outline {
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.Screen_Highlight_Label {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 36px;
  stroke: #fff;
  stroke-width: 1;
  fill: red;
}
