@charset "utf-8";
body.crtkplus {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
body.toppane,
body.toppane p {
	margin-top: 0;
	margin-bottom: 1ex;
}
body.crtkplus * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body.crtkplus *:before,
body.crtkplus *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
table.crtkplus {
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 4px 0 10px;
}
table.crtkplus td, table.crtkplus th {
	border: 1px solid #333;
	padding: 3pt;
}
table.noborder {
	border-style: none;
	border-width: 0;
}
table.noborder td, table.noborder th {
	border-style: none;
	border-width: 0;
}
body.crtkplus caption {
	padding-top: 8px;
	padding-bottom: 2px;
	color: #333;
	text-align: left;
}
th.gb{
    background-color: #dcdcdc;
}
td.ly{
    background-color: #ffffcc;
}
td.lg{
    background-color: #ccffcc;
}
h2, .h2 {
	margin-left: 0em;
	margin-bottom: 0.5ex;
	padding:        2px;
}
h3, .h3 {
	margin-left: 0em;
	margin-bottom: 0.5ex;
	padding:        2px;
}
h2, h3 {
	background-color: #dcdcdc;
}
a.noul{
    text-decoration: none;
}
p.syntax{
	margin-left: 4em;
	text-indent: -4em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
p.syntaxstruct{
	margin-left: 4em;
	text-indent: -2em;
	margin-top: 0em;
	margin-bottom: 0em;
}
img{
	-ms-interpolation-mode: bicubic;
}
nav.toc {
	margin: 0 0 1rem 0;
	padding: 0;
}
nav.toc ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
nav.toc li {
	margin: .25rem 0;
}
.toclevel2{
	font-size: medium;
	font-weight: bold;
	text-indent: 2em;
	margin-top: 0.5em;
}
.toclevel3{
	font-size: small;
	text-indent: 4em;
	margin-top: 0.3em;
}
.toclevel4{
	font-size: small;
	text-indent: 6em;
	margin-top: 0.2em;
}
.toclevel5{
	font-size: small;
	text-indent: 8em;
	margin-top: 0.1em;
}
.toclevel6{
	font-size: small;
	text-indent: 10em;
	margin-top: 0.1em;
}
.navbar{
	margin: 0px;
	padding: 2px;
	background-color: #ededed;
	font-size: small;
}
.log-error{
	color: red;
}
.log-notice{
	color: black;
}
.log-info{
	color: green;
}
body.crtkplus .header-text {
	color: #00008b;
}
body.crtkplus code,
body.crtkplus kbd,
body.crtkplus pre,
body.crtkplus samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
body.crtkplus pre.code {
	display: block;
	overflow: auto;
	padding: 9.5px;
	margin: 4px 0 10px;
	font-size: 13px;
  	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fcfcfc;
	white-space: pre-wrap;
}
body.crtkplus .screen{
	border: 1px solid #333;
	border-radius: 4px;
}
body.crtkplus code.screen{
	padding: 0px 4px;
	font-size: 90%;
	border: 1px solid #333;
	border-radius: 2px;
	background-color: #fcfcfc;
}

body.crtkplus blockquote.note {
	margin-top: 1ex !important;
	padding: 1ex 1ex;
	border-radius: 4px;
}
body.crtkplus blockquote.note-shadow {
	background-color: #fdfdee;
	box-shadow: 2px 2px 4px 0px #dcdcdc;
}
body.crtkplus span.note-header {
	font-weight: bold;
	font-style: italic;
}
body.crtkplus blockquote.note-content {
	margin-top: -1.42857143em !important;
	padding-top: 0 !important;	
}



body.crtkplus aside.note,
body.crtkplus aside.note.caution {
    border-left: 4px solid #f9a825;
    background: #fffde7;
    padding: .75rem 1rem;
    margin: .75rem 0;
}
body.crtkplus aside.note.legacy {
    border-left: 4px solid #008800;
}
body.crtkplus aside.note.info {
	border-left-color: #0067c0;
	background: #f3f8ff;
}
body.crtkplus aside.note.notice {
    border-left: 4px solid #2e7d32;
    background: #f6fbf6;
}
body.crtkplus aside.note.warning {
	border-left-color: #b00020;
	background: #fff5f5;
}
body.crtkplus .note-header {
    font-weight: 700;
    /* color: #008800; */
    color: #f57f17;
    margin: 0 0 .25rem 0;
}
body.crtkplus aside.note.info .note-header {
    color: #0067c0;
}
body.crtkplus aside.note.notice .note-header,
body.crtkplus aside.note.legacy .note-header {
    color: #2e7d32;
}
body.crtkplus aside.note.warning .note-header {
    color: #b00020;
}
body.crtkplus .note-content {
    margin: 0;
}
body.crtkplus .note-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
}

body.crtkplus .seealso-list {
    list-style: none;      /* ブレット（黒点）を消す */
    margin: 0;             /* UL がデフォルトで持つ外側余白を消す */
    padding: 0;            /* UL 左側のインデントを消す */
}

body.crtkplus h1,
body.crtkplus .h1,
body.crtkplus h2,
body.crtkplus .h2,
body.crtkplus h3,
body.crtkplus .h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

body.crtkplus h4,
body.crtkplus .h4,
body.crtkplus h5,
body.crtkplus .h5,
body.crtkplus h6,
body.crtkplus .h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
}

body.crtkplus h1,
body.crtkplus .h1 {
	font-size: 30px;
}
body.crtkplus h2,
body.crtkplus .h2 {
	font-size: 26px;
}
body.crtkplus h3,
body.crtkplus .h3 {
	font-size: 22px;
}
body.crtkplus h4,
body.crtkplus .h4 {
	font-size: 16px;
}
body.crtkplus h5,
body.crtkplus .h5 {
	font-size: 14px;
}
body.crtkplus h6,
body.crtkplus .h6 {
	font-size: 12px;
}

body.crtkplus h2,
body.crtkplus .h2,
body.crtkplus h3,
body.crtkplus .h3,
body.crtkplus h4,
body.crtkplus .h4,
body.crtkplus h5,
body.crtkplus .h5 {
	margin-left: 0em;
	margin-bottom: 0.5ex;
	padding: 2px;
	color: inherit;
}
body.crtkplus h2,
body.crtkplus .h2,
body.crtkplus h3,
body.crtkplus .h3 {
	background-color: #dcdcdc;
}
body.crtkplus h4,
body.crtkplus .h4,
body.crtkplus h5,
body.crtkplus .h5 {
	background-color: #ededed;
}

body.crtkplus a {
	text-decoration: none;
}
body.crtkplus a:hover {
	text-decoration: underline;
}

body.crtkplus .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
body.crtkplus .alert h4 {
  margin-top: 0;
  color: inherit;
}
body.crtkplus .alert .alert-link {
  font-weight: bold;
}
body.crtkplus .alert > p,
body.crtkplus .alert > ul {
  margin-bottom: 0;
}
body.crtkplus .alert > p + p {
  margin-top: 5px;
}
body.crtkplus .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.crtkplus .alert-success hr {
  border-top-color: #c9e2b3;
}
body.crtkplus .alert-success .alert-link {
  color: #2b542c;
}
body.crtkplus .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.crtkplus .alert-info hr {
  border-top-color: #a6e1ec;
}
body.crtkplus .alert-info .alert-link {
  color: #245269;
}
body.crtkplus .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.crtkplus .alert-warning hr {
  border-top-color: #f7e1b5;
}
body.crtkplus .alert-warning .alert-link {
  color: #66512c;
}
body.crtkplus .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.crtkplus .alert-danger hr {
  border-top-color: #e4b9c0;
}
body.crtkplus .alert-danger .alert-link {
  color: #843534;
}

a.block {
	display: block;
	padding: 1px;
}
.nopadding {
	padding: 0!important;
}
.lessmargin {
	margin-top: 1em;
}
.unbold {
	font-weight: normal;
}
.wrap {
	white-space: normal;
}
.nowrap {
	white-space: nowrap;
}
.unboxed {
	background-color: transparent !important;
}
.boxed {
	background-color: #dcdcdc;
	padding: 2px;
}
.boxed-subtle {
	background-color: #ededed;
	padding: 2px;
}
.rounded {
	border-radius: 2px;
}
.unlined {
	border-style: none;
	border-width: 0px 0px 0px 0px;
}
.lined {
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 2px 0px 2px 0px;
}
.lined-subtle {
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}
.hr-top {
	border-color: rgb(128, 128, 128);
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	margin-top: 1ex;
}
.hr-bottom {
	border-color: rgb(128, 128, 128);
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	margin-bottom: 1ex;
}
.hr-both {
	border-color: rgb(128, 128, 128);
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
.pad-top {
	padding-top: 1ex;
}
.pad-bottom {
	padding-bottom: 1ex;
}
.syntax-hr {
	padding: 4px 0px;
	margin: 1em 0px;
	border-color: rgb(128, 128, 128);
	border-style: solid;
	border-width: 2px 0px 2px 0px;
}
.syntax-box {
	background-color: rgb(242, 242, 242);
	padding: 4px 9.5px;
	margin: 1em 0px;
	border-color: rgb(217, 224, 239);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
}
.inline {
	display: inline;
}
.float-container {
	margin: 0 auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-end {
	clear: both;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.index {
	display: inline;
	padding: .2em .6em .3em;
	margin: 1px;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.8;
	color: #424242;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #dcdcdc;
}
.index-special {
	background-color: lightblue;
}
a.index:hover,
a.index:focus {
	text-decoration: none !important;
	cursor: pointer;
}
.index:empty {
	display: none;
}
.index[href]:hover,
.index.index-selected {
	color: #fff;
	background-color: #868686;
}
.index-special[href]:hover {
	background-color: steelblue;
}
.index.index-small {
	padding: .1em .6em .1em !important;
	font-size: 75%;
	line-height: 1.5;
}
.index.index-small.index-alpha {
	font-size: 14px;
}
.index.index-smaller {
	padding: .1em .6em .1em !important;
	font-size: 50%;
	font-weight: normal!important;
	line-height: 1.5;
}
.kv {
    margin: 0;
    padding: 0;
}
.kv,
.kv dt,
.kv dd {
    margin: 0;
}
.kv dt,
.kv dd {
    display: inline;
}
.kv dt {
    font-weight: bold;
}
.kv dt::after {
    content: ": ";
}
.kv dd::after {
    content: "\A";
    white-space: pre;
}

body.crtkplus .prompt {
	color: darkblue;
}
body.crtkplus .struct {
	color: teal;
}
body.crtkplus .variable {
	color: blue;
}
body.crtkplus .unselectable,
body.crtkplus .non-selectable {
	user-select: none;
	-webkit-user-select: none;
	pointer-events: none;
}
body.crtkplus .code-eol {
	color: #FF0000;
	user-select: none;
	-webkit-user-select: none;
	pointer-events: none;
}
body.crtkplus .code-eol::after {
	margin-left: 1ex;
	color: currentColor;
	content: "↓";
}
body.crtkplus .caution-color {
	color: #008800;
}
body.crtkplus .special-color {
	color: red;
}

body.crtkplus .topic {
    display: inline-block; 
    position: relative;
    padding-left: 1.2em;
}

body.crtkplus .topic::before {
    content: "■";
    position: absolute;
    left: 0;
}

body.crtkplus .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.crtkplus .syntax-hr figure {
    margin: 0;
    padding: 0;
}

body.crtkplus .syntax-hr figure > figcaption {
    margin: 0;
    padding: 0;
}

body.crtkplus.allhtml h1 {
	background-color: #dadada;
	padding: 1em 0px;
}

.configindex h1,
.configindex nav.toc {
    border-width: 0px!important;
}
.configindex nav.toc li.toclevel2 {
	display: inline;
    background-color: #dcdcdc;
    padding: 0.5ex;
    margin: 0.5ex;
}

@media print {
    article {
        break-after: page;
        break-inside: avoid;
        page-break-after: always;
        page-break-inside: avoid;
    }

    article:last-of-type {
        break-after: auto;
        page-break-after: auto;
    }

    h1, h2, h3 {
        break-after: avoid;
        page-break-after: avoid;
    }

	body.crtkplus.allhtml header,
    nav.toc {
        display: none !important;
    }
}

/*
 * Tweaks
 */
.mb{
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
table.mb-matrix td{
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
table.content-center td{
	text-align: center;
}

/*
 * For mobile devices
 */

@media (max-width: 768px) {
  body.crtkplus.mobile {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 12px;
    padding-right: 12px;
  }
    body.crtkplus.mobile h1, body.crtkplus.mobile .h1 { font-size: 26px; }
    body.crtkplus.mobile h2, body.crtkplus.mobile .h2 { font-size: 22px; }
    body.crtkplus.mobile h3, body.crtkplus.mobile .h3 { font-size: 18px; }
    body.crtkplus.mobile h4, body.crtkplus.mobile .h4 { font-size: 15px; }
    body.crtkplus.mobile h5, body.crtkplus.mobile .h5 { font-size: 13px; }
    body.crtkplus.mobile h6, body.crtkplus.mobile .h6 { font-size: 12px; }

    body.crtkplus.mobile nav.toc li {
        margin: .4rem 0;
    }
    
    body.crtkplus.mobile .toclevel2,
    body.crtkplus.mobile .toclevel3,
    body.crtkplus.mobile .toclevel4,
    body.crtkplus.mobile .toclevel5,
    body.crtkplus.mobile .toclevel6 {
        margin-top: .25em;
        font-size: 0.95em;
    }

    body.crtkplus.mobile .toclevel2 { text-indent: 1em; }
    body.crtkplus.mobile .toclevel3 { text-indent: 2em; }
    body.crtkplus.mobile .toclevel4 { text-indent: 3em; }
    body.crtkplus.mobile .toclevel5 { text-indent: 4em; }
    body.crtkplus.mobile .toclevel6 { text-indent: 5em; }

    body.crtkplus.mobile code.screen {
        font-size: 88%;
    }
    
    body.crtkplus.mobile .index {
        line-height: 1.6;
    }

    body.crtkplus.mobile img {
        max-width: 100%;
        height: auto;
    }

    body.crtkplus.mobile table.crtkplus {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.crtkplus.mobile table.crtkplus thead,
    body.crtkplus.mobile table.crtkplus tbody,
    body.crtkplus.mobile table.crtkplus tr {
        width: 100%;
    }

    body.crtkplus.mobile pre.code {
        white-space: pre;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 13px;
        margin: 6px 0 12px;
    }

    body.crtkplus.mobile aside.note,
    body.crtkplus.mobile aside.note.caution,
    body.crtkplus.mobile aside.note.info,
    body.crtkplus.mobile aside.note.notice,
    body.crtkplus.mobile aside.note.warning {
        margin: .75rem -2px;
        padding: .75rem .9rem;
    }

  body.crtkplus.mobile .float-left, body.crtkplus.mobile .float-right { float: none; }
  body.crtkplus.mobile .float-end { clear: both; }
}

@media (max-width: 360px) {
    body.crtkplus.mobile { font-size: 14px; }
    body.crtkplus.mobile h1, body.crtkplus.mobile .h1 { font-size: 24px; }
    body.crtkplus.mobile h2, body.crtkplus.mobile .h2 { font-size: 20px; }
    body.crtkplus.mobile h3, body.crtkplus.mobile .h3 { font-size: 17px; }
}

@media (min-width: 1200px) {
    body.crtkplus.mobile {
        max-width: 980px;
    }
}

@media (min-width: 1800px) {
    body.crtkplus.mobile {
        max-width: 1100px;
    }
}

@media (max-width: 768px) {
    footer { font-size: 13px; }
}

@media (max-width: 768px) {
    a { padding-top: 2px; padding-bottom: 2px; }
}

/* Mobile index */

.facility-nav__title {
  display: block;
  font-weight: 700;
  margin: .5rem 0 .25rem;
}

.facility-nav__divider {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin: .75rem 0;
}

.facility-grid {
  --facility-gap: 12px;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--facility-gap);
}

.facility-grid--single {
  grid-template-columns: 1fr;
}

.facility-grid a {
  display: block;
  width: 100%;
  padding: .85rem .9rem;
  text-decoration: none;
  color: #333;
  background: #ededed;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  text-align: center;
  line-height: 1.35;
}

.facility-grid a:hover,
.facility-grid a:focus-visible {
  outline: none;
  background: #e6e6e6;
  border-color: #c8c8c8;
  text-decoration: none;
}

.facility-nav__sub {
  margin-top: .25rem;
  background: #fcfcfc;
  border-style: dashed;
  font-size: 90%;
  display: inline-block;
  width: 100%;
}

@media print {
  .facility-nav { display: none !important; }
}

.facility-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: .85rem .9rem;
  text-align: center;
  line-height: 1.35;
  background: #ededed;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
}

/* Mobile nav */
.view-switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
  margin: .25rem 0 .5rem;
  font-size: .92rem;
  color: #666;
}

.view-switch__sep {
  color: #9a9a9a;
}

.view-switch__item {
  text-decoration: none;
  color: inherit;
  padding: 0;
  line-height: 1.4;
}

.view-switch__item--current {
  font-weight: 600;
  cursor: default;
}

.view-switch__item:hover,
.view-switch__item:focus-visible {
  color: #444;
  text-decoration: underline;
  outline: none;
}

@media print {
  .view-switch { display: none !important; }
}

@media (max-width: 360px) {
  .view-switch { font-size: .9rem; }
}
