<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup-menu .button-container .button {
    font-family: "Open Sans", Helvetica, Arial, "Hiragino Sans", sans-serif, "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}
.page-menu a[role="menuitem"] {
	font-family: "Open Sans", Helvetica, Arial, "Hiragino Sans", sans-serif, "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
.grid li {
 	font-family: "Roboto", Helvetica, Arial, "Hiragino Sans", sans-serif, "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
.grid i {
	font-style: normal;
}
.navbar .navbar-menu&gt;li.stream-btn,
.navbar .navbar-menu&gt;li.stream-btn.hidden-xs
{ display: block !important; }
.line.formula-line .dot { display: block }
.line .katex .mord.text { display: inline; }
code.code span {
	color: inherit !important;
}
.page-list-item.pin + .page-list-item:not(.pin) {
  	clear: both;
}
.deco-\" {
  border-radius: .2em;
  padding: 0 .4em;
  background-color: rgba(128,128,128,0.1); 
  font-size: 95%;
  font-style: italic;
}
.line:not(.cursor-line) .deco-\"::before { 
  color: #a0a0a0;
  font-size: 85%; 
  font-family: "Font Awesome 5 Free";
  content: '\f10d';
  font-weight: 900;
  position: relative;
  top: -0.5em;
  left: -0.2em;
}
.navbar-form .dropdown.open .dropdown-menu {
	min-width: 100%;
	/*max-height: calc(100vh - 130px) !important;*/
	max-height: 60vh !important;
	overflow-y: auto;
}
/* マトリクス記法 */
.line:not(.cursor-line) .deco-\| { display: inline-flex }
.line .deco-\| :where(.iframe-video-player iframe, video.video) { object-fit: contain; margin: 0 }

/* 太字記法と組み合わせて列数を変える */
.line [class^="level"] .deco-\| { flex-wrap: wrap }
.line .level-1 .deco-\| &gt; span { width: calc(100%/1) }
.line .level-2 .deco-\| &gt; span { width: calc(100%/2) }
.line .level-3 .deco-\| &gt; span { width: calc(100%/3) }
.line .level-4 .deco-\| &gt; span { width: calc(100%/4) }
.line .level-5 .deco-\| &gt; span { width: calc(100%/5) }
.line [class^="level"] .deco-\| :where(.iframe-video-player iframe, video.video) { object-fit: cover; width: 100%; height: 100% }

/* 並べた画像の間にスキマが欲しい場合はこの2行を追加・ぴっちり敷き詰めたい場合はこの2行は不要 */
/*
.line .deco-\| &gt; span, .line [class^="level"] .deco-\| &gt; span { overflow: hidden }
.line .deco-\| :where(.iframe-video-player iframe, video.video) { margin: .2em }
*/

/* 文字サイズは元のまま */
.line .deco-\|.deco-\* &gt; span{ font-size: 15px; line-height: 15px; font-weight: normal;}
.line .indent-mark .dot {
    top: 11px;
    width: 6px;
    height: 3px;
    background-color: #c9c9c9;
}
 .app .navbar .row {
     max-width: 1200px;
     margin: 0 auto;
 }
@media screen {
  .quick-launch .left-box {
    position: fixed;
    top: -2px;
    left: 60px;
    z-index: 1000;
  }
  /* title文字 */
  /*.quick-launch .project-home {
   	color: white;
  }*/
  /* free planの文字 */
  .quick-launch .plan-badge {
   	display: none;
  }
  /* 鍵アイコン */
  /* .quick-launch .private-badge {
   	color: lightgrey;
  }*/
}
@media screen and (max-width: 767px) {
  .quick-launch .private-badge {
   	display: none;
  }
  /*.quick-launch .project-home {
      	font-size: 10px;
  }*/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .quick-launch .left-box {
    left: 95px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1260px) {
  .quick-launch .left-box {
    left: 110px;
  }
}
@media screen and (min-width: 1261px) {
  .quick-launch .left-box {
    left: calc((100% - 1280px)/2 + 120px);
  }
}
/* 外部リンクにiconをつける */  
.line span:not(.modal-image):not(.pointing-device-map) &gt; a.link:not(.icon)::after {
  font-family: 'Font Awesome 5 Free';
  content: ' \f35d';
  font-weight: 600;
  display: inline-block;
}
/* 上付きにする */
.deco-\. {
  font-size: .8em;
  position: relative;
  top: -0.5em;
}
/* リンク文字列の3文字目以降を消す */
.line:not(.cursor-line) .deco-\. a:is(.page-link:not(.icon), .link) span:not(.empty-char-index) + span + span ~ span {
  display: inline-block;
  width: 0;
  text-indent: -9999px;
}
/* 行リンクの行idの部分は表示する */
.line:not(.cursor-line) .deco-\. .page-link:not(.icon) span.empty-char-index ~ span.char-index {
  display: inherit;
  width: inherit;
  text-indent: inherit;
}
/* 行idの直前に#をつける */
.line:not(.cursor-line) .deco-\. a.page-link:not(.icon) span.empty-char-index + span::before {
  content: "#";
}

/* [. ]の場合のマーク */
.line .deco-\. :is(.page-link:not(.icon), .link)::before {
  display: inline-block;
  min-width: 1.15em;
  padding: 0 1px;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
  content: "\f02d";
}

/* [./ ]の場合のマーク */
/* 斜体を取り消す */
.line .deco-\..deco-\/ {
  font-style: initial;
}
.line .deco-\..deco-\/ :is(.page-link:not(.icon), .link)::before {
  font-weight: 400;
  content: "\f15c";
}</pre></body></html>