/*$green: #389723;*/
@keyframes blink {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
body {
  background-color: #DCD7D4;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, dt {
  font-family: "Cambria", "Georgia", "Noto Serif", "Times", "Times New Roman", "UD デジタル教科書体NK-R", "BIZ UD明朝", "Hiragino Mincho ProN", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
  position: relative;
}
h1 a.default_id_anchor img, h2 a.default_id_anchor img, h3 a.default_id_anchor img, h4 a.default_id_anchor img, h5 a.default_id_anchor img, h6 a.default_id_anchor img, dt a.default_id_anchor img {
  position: relative;
  margin-left: 4px;
  opacity: 0.4;
  height: 0.5em;
}
h1 a.default_id_anchor img:hover, h2 a.default_id_anchor img:hover, h3 a.default_id_anchor img:hover, h4 a.default_id_anchor img:hover, h5 a.default_id_anchor img:hover, h6 a.default_id_anchor img:hover, dt a.default_id_anchor img:hover {
  color: #3aa99e;
  opacity: 1;
}
h1 a.default_id_anchor span.glyphicon, h1 a.default_id_anchor .material-icons, h2 a.default_id_anchor span.glyphicon, h2 a.default_id_anchor .material-icons, h3 a.default_id_anchor span.glyphicon, h3 a.default_id_anchor .material-icons, h4 a.default_id_anchor span.glyphicon, h4 a.default_id_anchor .material-icons, h5 a.default_id_anchor span.glyphicon, h5 a.default_id_anchor .material-icons, h6 a.default_id_anchor span.glyphicon, h6 a.default_id_anchor .material-icons, dt a.default_id_anchor span.glyphicon, dt a.default_id_anchor .material-icons {
  position: relative;
  line-height: 16px;
  margin-left: 4px;
  color: #526069;
  font-size: 14px;
  opacity: 0.3;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
h1 a.default_id_anchor span.glyphicon:visited, h1 a.default_id_anchor .material-icons:visited, h2 a.default_id_anchor span.glyphicon:visited, h2 a.default_id_anchor .material-icons:visited, h3 a.default_id_anchor span.glyphicon:visited, h3 a.default_id_anchor .material-icons:visited, h4 a.default_id_anchor span.glyphicon:visited, h4 a.default_id_anchor .material-icons:visited, h5 a.default_id_anchor span.glyphicon:visited, h5 a.default_id_anchor .material-icons:visited, h6 a.default_id_anchor span.glyphicon:visited, h6 a.default_id_anchor .material-icons:visited, dt a.default_id_anchor span.glyphicon:visited, dt a.default_id_anchor .material-icons:visited {
  color: #526069;
}
h1 a.default_id_anchor span.glyphicon:hover, h1 a.default_id_anchor .material-icons:hover, h2 a.default_id_anchor span.glyphicon:hover, h2 a.default_id_anchor .material-icons:hover, h3 a.default_id_anchor span.glyphicon:hover, h3 a.default_id_anchor .material-icons:hover, h4 a.default_id_anchor span.glyphicon:hover, h4 a.default_id_anchor .material-icons:hover, h5 a.default_id_anchor span.glyphicon:hover, h5 a.default_id_anchor .material-icons:hover, h6 a.default_id_anchor span.glyphicon:hover, h6 a.default_id_anchor .material-icons:hover, dt a.default_id_anchor span.glyphicon:hover, dt a.default_id_anchor .material-icons:hover {
  color: #3aa99e;
  opacity: 1;
}

h1 {
  margin-bottom: 0px;
  font-size: 3rem;
  font-weight: 200;
}

.metainfo {
  margin: 0px 0px 1em 0px;
}
.metainfo .version {
  color: #666;
}
.metainfo .label {
  font-size: 9px;
  margin-left: 4px;
}
.metainfo .badge {
  font-size: 11px;
  border-radius: 0.2rem;
}
.metainfo ul {
  margin: 4px 0 0 0;
  padding: 0px;
  position: relative;
}
.metainfo ul li {
  display: inline;
  vertical-align: bottom;
}
.metainfo ul li.facebook div {
  top: -6px;
}
.metainfo small {
  font-size: 6px;
  font-weight: 200;
}

h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.1em;
  margin-bottom: 0.3em;
}

.container {
  position: relative;
  margin: 8px 1em 1em 4px;
  padding: 0px;
  color: black;
  min-height: 100%;
  font-weight: 200;
  font-size: 17px;
  line-height: 187%;
}
.container b {
  font-weight: 600;
}

nav.navbar {
  width: 100%;
  height: 50px;
}

footer {
  margin-top: 0.4em;
  color: #888;
  font-size: 9px;
  line-height: 100%;
}

nav#nav-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 8px;
  background-color: #2E2A2A;
  border-radius: 6px;
  box-shadow: 0.2em 0.2em 0.5em #000000;
  font-family: Roboto, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: white;
  font-size: 14px;
  padding: 4px 8px;
  z-index: 100;
}
nav#nav-menu img.profile {
  width: 80px;
}
nav#nav-menu a {
  color: #C5BFBD;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
nav#nav-menu a:hover {
  text-decoration: underline;
}
nav#nav-menu h5 {
  font-family: "Orbitron", Tahoma, Helvetica Neue, Helvetica, Arial, "Noto Sans Japanese", sans-serif;
  padding: 0px 0px;
  margin: 8px 0px 0px 0px;
  border-bottom: solid 1px white;
  font-size: 1.1em;
}
nav#nav-menu h5 span.active {
  color: #B0C4DE;
  animation: blink 1.5s ease-out infinite alternate;
}
nav#nav-menu h5 span.active::before {
  margin: 0 4px 0 0;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/mox/img/danger-jet-intake-left.png");
  background-size: contain;
}
nav#nav-menu h5 span.active::after {
  margin: 0 0 0 4px;
  content: " ";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: url("/mox/img/danger-jet-intake-right.png");
  background-size: contain;
}
nav#nav-menu h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 4px 0 0 0;
  padding: 0px;
}
nav#nav-menu ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 4px;
}
nav#nav-menu ul li {
  line-height: 130%;
}
nav#nav-menu ul li ul {
  margin-top: 0px;
}
nav#nav-menu ul ul {
  margin-left: 0.8em;
}
nav#nav-menu .profile img {
  margin: 4px 4px 4px 0px;
  border-radius: 4px;
}
nav#nav-menu .profile p {
  font-family: Times, Times New Roman, serif;
  font-size: 12px;
  line-height: 120%;
  color: #DDD;
}

.main {
  background-color: #F7F6F6;
  padding: 1em;
  border-radius: 6px;
  box-shadow: 0.3em 0.3em 1em #000000;
  color: #212222;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.02em;
  headings-line-height: 1.5;
  line-height-base: 1.65;
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
}
.main h2 {
  font-size: 28px;
}
.main em {
  /* メイリオは斜体に対応していないため陰付けで強調する。 */
  color: #42529B;
  text-shadow: 2px 2px 1.5px rgba(0, 0.3, 0.633, 0.25);
  font-style: normal;
}
.main a[href] {
  color: #353FBC;
}
.main .bg-dark a[href] {
  color: #77B8DA;
}
.main pre {
  font-family: Consolas, Courier, Courier new, monospace;
  font-size: 12px;
  line-height: 12px;
}
.main blockquote {
  font-size: inherit;
  padding: 0.4em 0.8em;
  margin: 0 0 0.8em;
  border-left: solid 5px #EEE;
}
.main blockquote .note {
  font-size: smaller;
  color: #444;
  line-height: 120%;
}
.main strong {
  font-weight: 300;
  /* スマートフォンで透明の中間色部分がグレーに表示されてしまう対応で rgba(255,255,255,0) を追加している。
   * "これは、transparent == rgba(0,0,0,0)であるというカラーリテラルの仕様を、FirefoxやSafariが忠実に踏襲してしまったことが
   * 原因である（だから、仕様的には実はこちらが正しいのである）。グラーデーションを指定するときは、ベースとなるカラーが必ず
   * あるはずだから、たとえば#FFFFFFならrgba(255,255,255,0)とちゃんと書く癖をつけよう。"
   * https://qiita.com/kyoyababa/items/b7403f6ed982fefb6045
  */
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 65%, #fff136 65%, #fff136 82%, transparent 82%);
}
.main *:not(pre) > code {
  color: black;
  background: #E8EAEA;
  border-radius: 2px;
}
.main img.page_logo_image {
  max-width: 260px;
  max-height: 80px;
  margin-top: 4px;
  float: right;
}
.main dl dt, .main dl dd {
  box-sizing: border-box;
  margin-left: 2.4em;
}
.main dl dt {
  font-weight: 700;
  display: list-item;
  margin-bottom: 0.2em;
}
.main dl.process > dt {
  list-style-type: decimal;
}
.main dl dt:not(:first-child) {
  margin-top: 0.4em;
}
.main dl dd {
  font-size: 97%;
}
.main table.matrix {
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
  border-left: solid 1px lightgray;
  border-right: solid 1px lightgray;
  padding: 0 0.5em 0 0.5em;
  width: 100%;
}
.main table.matrix input {
  width: 100%;
  text-align: right;
}
.main table.matrix td {
  text-align: right;
}
.main table.matrix th {
  text-align: center;
}
.main .terminology > li {
  font-size: 100%;
}
.main .terminology > li p {
  line-height: 160%;
}
.main .card-list li footer {
  text-align: right;
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.main .card-list li footer cite::before {
  content: "— ";
}
.main .small-caps {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 125%;
}
.main ol#bibliography, .main ol.bibliography, .main ul.footnote {
  font-size: smaller;
}
.main ul.footnote, .main ol.footnote {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 4px 0 0 0;
  border-top: solid 1px #DADADA;
}
.main ruby rt {
  color: #888;
  top: -2px;
}
.main div.table-of-contents-outer {
  margin: 1em 0 0 0;
}
.main div.table-of-contents-outer h6 {
  font-family: Apple Chancery, cursive;
  margin: 0 0 4px 0;
}
.main ol.table-of-contents {
  margin: 1rem 0 1rem 0;
  padding: 8px 8px 8px 2.5em;
  color: white;
  background-color: #9A6E11;
  border: double 4px #57462D;
}
.main ol.table-of-contents a {
  color: white;
}
.main .under-construction h1, .main h1.under-construction, .main h2.under-construction, .main h3.under-construction {
  /* background-image: url("../stylesheet/under-construction-line.png"); */
  background-image: url("../stylesheet/tiger-rope.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 4px;
}
.main span.mathjax-def {
  display: none;
}
.main .smaller {
  font-size: smaller;
  line-height: 140%;
}

.sr-only {
  display: none;
}

kbd {
  border: 1px solid #aaa;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 1px 2px 2px #ddd;
  -webkit-box-shadow: 1px 2px 2px #ddd;
  box-shadow: 1px 2px 2px #ddd;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee);
  background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee);
  background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee);
  background-image: linear-gradient(top, #eee, #f9f9f9, #eee);
  padding: 1px 3px;
  font-family: "Tahoma", "Chicago", monospace;
  font-size: 0.7em;
  white-space: nowrap;
  color: black;
  min-width: 0.8em;
}

tt {
  font-family: Consolas, Courier, Courier New, monospace;
}

table {
  font-size: 13px;
}

table.wikitable {
  border-collapse: separate;
  border-spacing: 0.3em 0.2em;
  margin-bottom: 0.6em;
}
table.wikitable thead > tr:last-child > * {
  border-bottom: double 3px gray;
}
table.wikitable th .number, table.wikitable td .number {
  text-align: right;
}

.number {
  text-align: right;
}

.nobr {
  white-space: nowrap;
}

dl.compact dt {
  display: inline;
}
dl.compact dt ::after {
  font-weight: normal;
  content: " ... ";
}
dl.compact dd {
  display: inline;
}

h4.banner-julia {
  background-image: url("lang/julia/logo.png");
}

/* .index.xml に書くカテゴリ共通リスト */
ul.category-index {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: smaller;
}
ul.category-index li {
  display: inline;
}
ul.category-index li::before {
  content: " :: ";
}
ul.category-index li.caption {
  font-weight: bold;
}
ul.category-index li.caption::before {
  content: "";
}

.breadcrumb-header, .breadcrumb-footer {
  font-size: 13px;
  background-color: #CFD7DF;
  list-style-type: none;
  border-radius: 4px;
}
.breadcrumb-header .bread-crumb-link-index, .breadcrumb-footer .bread-crumb-link-index {
  font-weight: 700;
}

.breadcrumb-header {
  margin: -8px 0px 0px 0px;
}

.breadcrumb-footer {
  margin: 2em 4px 0px 0px;
}

.toc_container h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.toc_container p {
  font-size: smaller;
  line-height: 155%;
  line-break: break-all;
  color: #888;
}
.toc_container a {
  color: #212222;
}
.toc_container img.toc_thumbnail {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  object-fit: cover;
  margin-right: 12px;
  float: left;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.toc_container img.toc_quality {
  border-radius: 4px;
  height: 32px;
  width: 32px;
  object-fit: cover;
  margin-right: 12px;
  float: right;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.toc_container .toc_item div.metainfo {
  font-size: 12px;
  color: #233;
}
.toc_container .label.under-construction {
  background-image: url("../stylesheet/tiger-rope.png");
  text-shadow: 1px 1px 1px #000;
}

.jumbotron.toc {
  min-height: 300px;
  background-image: url("img/jumbotron.jpg");
  background-size: cover;
  color: white;
  border-radius: 8px;
  padding: 10px;
}
.jumbotron.toc h1 {
  font-family: "Orbitron", Tahoma, Helvetica Neue, Helvetica, Arial, "Noto Sans Japanese", sans-serif;
  font-size: 64px;
  text-shadow: 1px 1px 3px #000;
}
.jumbotron.toc p {
  line-height: 130%;
  text-shadow: 1px 1px 3px #000;
}

/* スマートフォンなど */
@media (max-width: 767px) {
  nav#nav-menu {
    display: none;
    margin-top: 54px;
  }
  .container {
    margin: 4px 4px 4px 4px;
  }
  .main {
    width: 100%;
    margin: 54px 0px 4px 0px;
  }
  .jumbotron.toc {
    height: 240px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* タブレットなど */
@media (min-width: 768px) and (max-width: 991px) {
  nav.navbar {
    display: none;
  }
  #nav-menu-button {
    display: none;
  }
  nav {
    width: 160px;
    float: left;
  }
  .main {
    margin-left: 168px;
    margin-right: 8px;
  }
  footer.pagefooter {
    margin-left: 168px;
  }
  .jumbotron.toc {
    height: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* PC など */
@media (min-width: 992px) {
  nav.navbar {
    display: none;
  }
  #nav-menu-button {
    display: none;
  }
  nav {
    width: 240px;
    float: left;
  }
  .main {
    margin-left: 248px;
    margin-right: 8px;
  }
  footer.pagefooter {
    margin-left: 248px;
  }
}
/* Creative Commons ライセンス
 * https://creativecommons.org/about/downloads/
*/
span.pd, span.cc-by, span.cc-by-sa {
  display: inline-block;
  width: 80px;
  height: 15px;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0px;
  overflow: hidden;
}

span.cc-by-sa {
  background-image: url("https://licensebuttons.net/l/by-sa/3.0/80x15.png");
}

span.cc-by {
  background-image: url("https://licensebuttons.net/l/by/3.0/80x15.png");
}

span.pd {
  background-image: url("https://licensebuttons.net/p/mark/1.0/80x15.png");
}