/* 画像サイズ */
.section  img {
  max-width: 700px;
  height: auto;
  border: solid 1px #ddd;
}

.figure >.caption {
  display: none;
}

/* 注釈・警告 */
.admonition-title {
  font-weight: bold; 
  display: block;
  color: #fff;
  margin-left: -8px;
  margin-right: -8px;
  padding: 1px 6px;
}

/* 警告 */
.caution .warning {
  background: #fffedcc;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

.warning > .admonition-title {
  background: #f0b37e;
}

.caution > .admonition-title {
  background: #f0b37e;
}

/* 注釈 */
.note { 
  background: #e7f2fa;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

.note > .admonition-title {
  background: #6ab0de;
}

/* 注釈 */
.hint { 
  background: #e7f2fa;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

.hint > .admonition-title {
  background: #6ab0de;
}

/* インラインコード */
code {
    white-space: nowrap;
    max-width: 100%;
    background: #fff;
    border: solid 1px #e1e4e5;
    font-size: 90%;
    font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
    overflow-x: auto;
}

.pre {
  color: #E74C3C;
}

.highlight-default {
  border: 1px solid #e1e4e5;
  padding: 0px;
  overflow-x: auto;
  background: #fff;
  margin: 1px 0 24px 0;
  box-sizing: border-box;
}
.highlight-none {
  border: 1px solid #e1e4e5;
  padding: 0px;
  overflow-x: auto;
  background: #fff;
  margin: 1px 0 24px 0;
  box-sizing: border-box;
}

div[class^="highlight"] pre {
  white-space: pre;
  margin: 0;
  padding: 12px 12px;
  font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
  font-size: 12px;
  display: block;
  overflow: auto;
  color: #404040;
}

#under_link {
  margin-top: 50px;
}
