@charset "utf-8";
@font-face {
	font-family: 'MaruBatsu';
	src: local("メイリオ"), local("Meiryo"), local("ＭＳ Ｐゴシック"), local("Hiragino Kaku Gothic Pro"), local("ヒラギノ角ゴ Pro W3");
	unicode-range: U+5C, U+25CB, U+25CF, U+00D7;
}
body.crtkplus {
	font-family: "MaruBatsu", "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.crtkplus .bg-head-cell {
	background-color: #dcdcdc;
}
body.crtkplus .bg-head-cell-dark {
	background-color: #c0c0c0;
}
body.crtkplus .fg-variable {
	color: blue;
}
body.crtkplus .fg-struct {
	color: teal;
}
body.crtkplus .fg-caution {
	color: #008800;
}
body.crtkplus .fg-special {
	color: red;
}
body.crtkplus .fg-prompt {
	color: DarkBlue;
}
body.crtkplus .fg-code-eol {
	color: #ff0000;
}
body.crtkplus .fg-header {
	color: #00008b;
}
body.crtkplus .fg-draft {
	color: red;
}
body.crtkplus .page-footer {
	font-size: 80%;
}
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;
}
table.crtkplus.fullwidth {
	width: 100%!important;
}
table.crtkplus.nowidth {
	width: auto!important;
}
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 {
	margin-left: 0em;
	margin-bottom: 0.5ex;
	padding:        2px;
	background-color: #dcdcdc;
}
h3 {
	margin-left: 0em;
	margin-bottom: 0.5ex;
	padding:        2px;
	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;
}
.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;
}
div.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 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 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 h3,
body.crtkplus h4,
body.crtkplus h5 {
	margin-left: 0em;
	margin-bottom: 0.5ex;
	padding: 2px;
	color: inherit;
}
body.crtkplus h2,
body.crtkplus h3 {
	background-color: #dcdcdc;
}
body.crtkplus h4 {
	background-color: #ededed;
}

/*
body.crtkplus h5 {
	background-color: #ededed;
}
*/

body.crtkplus.allhtml h1 {
	background-color: #dadada;
	padding: 1em 0px;
}

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;
}
.lessmargin {
	margin-top: 1em;
}
.bold {
	font-weight: bold;
}
.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;
}
.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;
}
.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;
}
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.index-small {
	padding: .1em .6em .1em !important;
	font-size: 75%;
	line-height: 1.5;
}

body.crtkplus .label {
  display: inline;
  padding: .2em .2em .2em .2em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
body.crtkplus a.label:hover,
body.crtkplus a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
body.crtkplus .label:empty {
  display: none;
}
body.crtkplus .btn .label {
  position: relative;
  top: -1px;
}
body.crtkplus .label-default {
  background-color: #777;
}
body.crtkplus .label-default[href]:hover,
body.crtkplus .label-default[href]:focus {
  background-color: #5e5e5e;
}
body.crtkplus .label-primary {
  background-color: #337ab7;
}
body.crtkplus .label-primary[href]:hover,
body.crtkplus .label-primary[href]:focus {
  background-color: #286090;
}
body.crtkplus .label-success {
  background-color: #5cb85c;
}
body.crtkplus .label-success[href]:hover,
body.crtkplus .label-success[href]:focus {
  background-color: #449d44;
}
body.crtkplus .label-info {
  background-color: #5bc0de;
}
body.crtkplus .label-info[href]:hover,
body.crtkplus .label-info[href]:focus {
  background-color: #31b0d5;
}
body.crtkplus .label-warning {
  background-color: #f0ad4e;
}
body.crtkplus .label-warning[href]:hover,
body.crtkplus .label-warning[href]:focus {
  background-color: #ec971f;
}
body.crtkplus .label-danger {
  background-color: #d9534f;
}
body.crtkplus .label-danger[href]:hover,
body.crtkplus .label-danger[href]:focus {
  background-color: #c9302c;
}

/*
 * 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;
}

.nowrap .idxlevel1{
	font-size: medium;
	margin-top: 0.5em;
}

.nowrap .idxlevel2{
	font-size: medium;
	margin-left: 2em;
	margin-top: 0.5em;
}
.nowrap .idxlevel3{
	font-size: small;
	margin-left: 4em;
	margin-top: 0.3em;
}
.nowrap .idxlevel4{
	font-size: small;
	margin-left: 6em;
	margin-top: 0.2em;
}
.nowrap .idxlevel5{
	font-size: small;
	margin-left: 8em;
	margin-top: 0.2em;
}
.nowrap .idxlevel6{
	font-size: small;
	margin-left: 10em;
	margin-top: 0.2em;
}

img {
	max-width: 100%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	color: red;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

fnindex {
	color: red;
}

csv {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	display: block;
	overflow : auto;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding: 9.5px;
	margin: 4px 0 10px;
	background-color: #fcfcfc;
	border: 1px solid #333;
	border-radius: 4px;
}

csv del {
	text-decoration: line-through;
	color: red;
}

csv subst {
	text-decoration: underline;
	color: green;
}
.csv-field {
	display: inline;
	white-space: nowrap;
}

.csv-field:before {
	content: "\n";
	font-size: 0px;
	white-space: normal;
}

.csv-const {
	display: inline;
	padding: .1em .6em .2em;
	margin: 1px;
	font-weight: bold;
	line-height: 1.6;
	color: #424242;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	border-style: solid;
	border-color: #868686;
	border-width: 1px;
	background-color: #dcdcdc;
}

.csv-var {
	display: inline;
	padding: .1em .0em .2em;
	margin: 1px;
	font-weight: bold;
	font-style: oblique;
	line-height: 1.6;
	color: #4242fe;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	border-style: solid;
	border-color: #8686fe;
	border-width: 1px;
	background-color: #dcdcfe;
}

.csv-const > .csv-var {
	padding: .0em .0em .1em;
}
