@charset "utf-8";

/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
/* .prettyprint{background:#fff;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#333}ol.linenums{margin-top:0;margin-bottom:0;color:#ccc}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#183691}.kwd{color:#a71d5d}.com{color:#969896}.typ{color:#0086b3}.lit{color:#0086b3}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:#795da3}.atv{color:#183691}.dec{color:#333}.var{color:teal}.fun{color:#900}} */

ol.linenums{
  margin-top:0;
  margin-bottom:0;
  color:#ccc;
}

.prettyprint {
  font-size: 14px;
}

span.counter_name {
  text-decoration: underline;
}

/* code-prettify の折り返し設定 */
pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre.cmd {
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 8px 8px;
  margin: 0 0 10px 40px;
  /* padding: 5px 0px 5px 5px; */
  padding:16px;
  font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;
  font-size: 15px;
  line-height: 1.42857143;
  color: #666;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
}

/* 行番号を全ての行に */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
  list-style-type: decimal !important;
}

li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{
  padding-left:1em;
  background-color:#E2E2E2;
}

pre.counter{
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  background-color: #F9F9F9;
  padding-top:16px;
}

code {
  /* background-color: #F0F0F0; */
  padding-left:3px;
  padding-right:3px;
  font-size: 15px;
}

.copy-btn {
  position: absolute;
  right: 0;
  margin-right:16px;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size:x-small;
}

.copy-btn:hover {
  background-color: #0056b3;
}

.copy-btn:active {
  background-color: #003093;
}

.copy-btn.copied {
  background-color: #28a745;
}

h1 {
  font-size: 200%;
  text-decoration: underline;
  color: #02397B;
}

h2 {
  font-size: 150%;
  color: #02397B;
  border-left: 20px solid #3F8AE3;
  padding: 3px 0 3px 10px;
}

h3 {
  font-size: 120%;
  color: #02397B;
  border-left: 20px solid #E38A3F;
  padding: 3px 0 3px 10px;
}

h4 {
  font-size: 110%;
  color: #02397B;
  margin-left: 20px;
  border-left: 20px solid rgb(227, 63, 99);
  padding: 3px 0 3px 10px;
}

h5 {
  font-size: 105%;
  color: #02397B;
  margin-left: 20px;
  border-left: 20px solid rgb(227, 63, 99);
  border-bottom: 3px solid rgb(227, 63, 99);
  padding: 3px 0 3px 10px;
}

pre.output {
  margin: -10px 0px 20px 60px;
  padding: 5px 0 5px 5px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #FCFCFC;
  color: #606060;
  font-size: 15px;
  font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre.grammar {
  margin: 5px 0 10px 40px;
  padding: 5px 0 5px 5px;
  border: 1px solid #7A7A7A;
  background-color: #FFFFFF;
  color: #000000;
  font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;

  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-weight: bold;
}

p {
  text-indent: 1em;
  text-align: justify;
  line-height: 24px;
  font-size: 15px;
  color: #333333;
}

p.noindent{
  text-indent: 0;
}

p.pull_left {
  text-indent: 0em;
  text-align:left;
}

p.pull_right {
  text-indent: 1em;
  text-align:right;
}

.screen {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:75%;
  margin-top:10px;
  margin-bottom:10px;
  /*border: 1px solid rgba(128, 128, 128, 1);
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);*/
  border-radius: 8px;
}

.screen_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width:250px; */
  margin-top:10px;
  margin-bottom:10px;
  border: 1px solid rgba(128, 128, 128, 1);
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  border-radius: 8px;
}

.screen_border {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:75%;
  margin-top:10px;
  margin-bottom:10px;
  border: 1px solid rgba(128, 128, 128, 1);
  box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
  border-radius: 12px;
}

.strong {
  font-weight: bold;
}

b.command {
  color: blue;
}

span.code_highlight {
  background-color: #FFFFA0;
}

span.output_highlight {
  background-color: #E0E0E0;
  color:#0000ff;
}

.link_prev {
  background-color: #FF0000;
  float: left;
  width: 100px;
}

div.link_next {
  /* background-color: #0000FF; */
  float: right;
  width: 100px;
}

div.link_prev_next {
  /* background-color: #00FF00; */
  height: 10px;
}

div.small_contents {
  margin-top: 8px;
  margin-left: 10px;
  font-size: small;
  line-height: 24px;
}

.wearehere {
  font-weight: bold;
  background-color: #E0E0E0;
}

span.key {
  font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;
  border: 1px solid;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 2px;
  margin-right: 2px;
}

.prev_next {
  /* margin-bottom: 20px; */
  text-align: center;
}

.prev_next_link {
  display: inline-block;
  /* margin-right: 25px; */
  /* margin-bottom: 10px; */
  padding: 8px 20px;
  border: solid 1px #0000C0;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  color: #183691;
}

.prev_next_link + .prev_next_link {
  margin-left: 20px;
}

.prev_next_link:hover {
  color: #FF0000;
  font-weight: bold;
  /* border: solid 1px #00FF00; */
}

ol.toc > li {
  margin-top: 10px;
}

div.small_toc {
  margin-top: 8px;
  margin-left: 32px;
  line-height: 24px;
  font-size: 0.81em;
}

ol.contents > li {
  margin-top: 10px;
}

ol.contents {
  counter-reset: cnt;
  list-style: none;
}

ol.contents > li::before {
  counter-increment: cnt;
  content: counters(cnt, "-") ". ";
}

span.cmd_highlight {
  /* background-color: #FFFFA0; */
  color: #0000ff;
  font-weight: bold;
  margin-left: 3px;
}

span.cmd_comment {
  font-size: small;
  color: #A0A070;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
  cursor: pointer;
}

code ol {
  padding-left: 3rem;
}

ol.toc {
  counter-reset: cnt;
  list-style: none;
}

ol.toc > li::before {
  counter-increment: cnt;
  content: counters(cnt, "-") ". ";
}

.collapseTOC {
  font-size: 24px;
}

footer {
  padding-bottom: 30px;
}
