a {
  text-decoration: none;
  font-size: 16px; }

li { list-style: none; }
strong { display: inline-block; }


.clean, h1, h2, h3, h4, h5, p, ul, .top_tab_bar .search .search_keyword, .top_tab_bar .search .search_submit {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  font-weight: normal; }

.wrapper {
  max-width: 1220px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1em;
  display: block; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.bg_fill {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important; }

.top_tab_bar {
  width: 100%;
  min-height: 80px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 5; }
  .top_tab_bar .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .top_tab_bar .wrapper * {
      display: inline-block; }
    .top_tab_bar .wrapper .top_tab a {
      font-family: "SourceHanSansSC Normal", "Microsoft YaHei";
      color: #333;
      line-height: 80px;
      padding: 0 1em;
      position: relative; }
      .top_tab_bar .wrapper .top_tab a span {
        width: 6px;
        height: 6px;
        display: block;
        background: #428BCA;
        position: absolute;
        left: 50%;
        top: 63px;
        border-radius: 50%;
        visibility: hidden; }
      .top_tab_bar .wrapper .top_tab a span.active {
        visibility: visible; }
    .top_tab_bar .wrapper .top_tab a:hover span {
      visibility: visible; }
  .top_tab_bar .search {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    width: 195px;
    height: 30px;
    position: relative; }
    .top_tab_bar .search .search_form {
      width: 100%; }
    .top_tab_bar .search .search_keyword {
      font-size: 14px;
      color: #999999;
      line-height: 30px;
      text-indent: 1em;
      width: 84%; }
    .top_tab_bar .search .search_submit {
      background: url("./icon_search.png");
      width: 22px;
      height: 22px;
      cursor: pointer;
      position: absolute;
      right: 5px;
      top: 4px; }

.content-wrapper {
  max-width: 1200px;
  margin: 80px auto 0; }
  .content-wrapper .content {
    position: relative; }
  .content-wrapper .section {
    padding: 1px; }
    .content-wrapper > .section > h1 {
      margin: .5em 0; }
    .content-wrapper > .section p {
      text-indent: 1em; }
    .content-wrapper > .section h2 {
      margin: .5em 0; }
  .document {
    padding-left: 305px;
    position: relative; }
  #sidebar {
    position: fixed;
    top: 83px;
    padding-left: .5em; }
    #sidebar .sphinxsidebarwrapper {
      height: calc(100vh - 83px);
      overflow: auto;
    }
    #sidebar .sphinxsidebarwrapper>ul {
      padding-top: 1.1em;
    }
    ul ul {
      padding-left: 1em;
    }
  a.reference.internal {
    font-size: 18px;
    color: #444;
    line-height: 1.3em;
  }
  .section h2 {
    padding: 1.5em 0;
  }

.footer {
  text-align: center;
  margin-top: 2em; }
  .footer * {
    display: inline-block;
    vertical-align: middle; }
  .footer .logo {
    margin: 12px 55px 0 0; }

/*# sourceMappingURL=common.css.map */

.highlight .hll { background-color: #ffffcc }
.highlight  { background: #fdf6e3!important; color: #93A1A1 }
.highlight .c { color: #586E75 } /* Comment */
.highlight .err { color: #93A1A1 } /* Error */
.highlight .g { color: #93A1A1 } /* Generic */
.highlight .k { color: #859900 } /* Keyword */
.highlight .l { color: #93A1A1 } /* Literal */
.highlight .n { color: #93A1A1 } /* Name */
.highlight .o { color: #859900 } /* Operator */
.highlight .x { color: #CB4B16 } /* Other */
.highlight .p { color: #93A1A1 } /* Punctuation */
.highlight .cm { color: #586E75 } /* Comment.Multiline */
.highlight .cp { color: #859900 } /* Comment.Preproc */
.highlight .c1 { color: #586E75 } /* Comment.Single */
.highlight .cs { color: #859900 } /* Comment.Special */
.highlight .gd { color: #2AA198 } /* Generic.Deleted */
.highlight .ge { color: #93A1A1; font-style: italic } /* Generic.Emph */
.highlight .gr { color: #DC322F } /* Generic.Error */
.highlight .gh { color: #CB4B16 } /* Generic.Heading */
.highlight .gi { color: #859900 } /* Generic.Inserted */
.highlight .go { color: #93A1A1 } /* Generic.Output */
.highlight .gp { color: #93A1A1 } /* Generic.Prompt */
.highlight .gs { color: #93A1A1; font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #CB4B16 } /* Generic.Subheading */
.highlight .gt { color: #93A1A1 } /* Generic.Traceback */
.highlight .kc { color: #CB4B16 } /* Keyword.Constant */
.highlight .kd { color: #268BD2 } /* Keyword.Declaration */
.highlight .kn { color: #859900 } /* Keyword.Namespace */
.highlight .kp { color: #859900 } /* Keyword.Pseudo */
.highlight .kr { color: #268BD2 } /* Keyword.Reserved */
.highlight .kt { color: #DC322F } /* Keyword.Type */
.highlight .ld { color: #93A1A1 } /* Literal.Date */
.highlight .m { color: #2AA198 } /* Literal.Number */
.highlight .s { color: #2AA198 } /* Literal.String */
.highlight .na { color: #93A1A1 } /* Name.Attribute */
.highlight .nb { color: #B58900 } /* Name.Builtin */
.highlight .nc { color: #268BD2 } /* Name.Class */
.highlight .no { color: #CB4B16 } /* Name.Constant */
.highlight .nd { color: #268BD2 } /* Name.Decorator */
.highlight .ni { color: #CB4B16 } /* Name.Entity */
.highlight .ne { color: #CB4B16 } /* Name.Exception */
.highlight .nf { color: #268BD2 } /* Name.Function */
.highlight .nl { color: #93A1A1 } /* Name.Label */
.highlight .nn { color: #93A1A1 } /* Name.Namespace */
.highlight .nx { color: #93A1A1 } /* Name.Other */
.highlight .py { color: #93A1A1 } /* Name.Property */
.highlight .nt { color: #268BD2 } /* Name.Tag */
.highlight .nv { color: #268BD2 } /* Name.Variable */
.highlight .ow { color: #859900 } /* Operator.Word */
.highlight .w { color: #93A1A1 } /* Text.Whitespace */
.highlight .mf { color: #2AA198 } /* Literal.Number.Float */
.highlight .mh { color: #2AA198 } /* Literal.Number.Hex */
.highlight .mi { color: #2AA198 } /* Literal.Number.Integer */
.highlight .mo { color: #2AA198 } /* Literal.Number.Oct */
.highlight .sb { color: #586E75 } /* Literal.String.Backtick */
.highlight .sc { color: #2AA198 } /* Literal.String.Char */
.highlight .sd { color: #93A1A1 } /* Literal.String.Doc */
.highlight .s2 { color: #2AA198 } /* Literal.String.Double */
.highlight .se { color: #CB4B16 } /* Literal.String.Escape */
.highlight .sh { color: #93A1A1 } /* Literal.String.Heredoc */
.highlight .si { color: #2AA198 } /* Literal.String.Interpol */
.highlight .sx { color: #2AA198 } /* Literal.String.Other */
.highlight .sr { color: #DC322F } /* Literal.String.Regex */
.highlight .s1 { color: #2AA198 } /* Literal.String.Single */
.highlight .ss { color: #2AA198 } /* Literal.String.Symbol */
.highlight .bp { color: #268BD2 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #268BD2 } /* Name.Variable.Class */
.highlight .vg { color: #268BD2 } /* Name.Variable.Global */
.highlight .vi { color: #268BD2 } /* Name.Variable.Instance */
.highlight .il { color: #2AA198 } /* Literal.Number.Integer.Long */
.highlight pre {
  padding: 1em;
}

button,
hr,
input {
  overflow: visible; }

audio,
canvas,
progress,
video {
  display: inline-block; }

progress,
sub,
sup {
  vertical-align: baseline; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

/*# sourceMappingURL=normalize.min.css.map */