/** TS指定テーブルの縦スクロール禁止
    https://gamerch.com/help/entry/255132 **/
.mu__table--scroll_outside {
  overflow-y: auto!important;
  max-height: none!important;
}
/**2列表示用**/
/** 全体項目、うまく弄れば広告も背後に回せるが怒られそうなので止めておく。 **/
/**.layout {padding: 0 0 0 0;} **/
/** 中央にある項目 **/
/**.layout .main {
  width: 750px;
  position: relative;
  z-index: 2;
  float: right;
} **/
/** 左側にある項目(メニュー) **/
/**.layout .menu-column {
  margin-left: 0;
  float: left;
  position: relative;
  z-index: 1;
} **/
/** 右側にある項目(その他Gamech関連) **/
/** ↓この方式だとメニューがページサイズ以下になった時に重なるため使用不可 **/
/** .wiki-liquid .liquid .other, .wiki-liquid-jack .liquid .other{
  -webkit-order: 0;
   min-width: auto;
   margin: auto -240px 0 0;
}
.layout .other{
  float: left;
  width: 240px;
  position: static;
  z-index: 1;
} **/
/** ↑この方式だとメニューがページサイズ以下になった時に重なるため使用不可 **/
/** 右側の検索BOXサイズ **/
/** .wiki-search {width: 240px;}
.wiki-search input[type=text]{width: 190px;} **/
/** ここまでリキッド表示が来たので削除 **/
/** その他のwiki関連用 **/
/** タイトルバーの色変更 **/
.content-head {
  background-color: #caf350;
  color: #333;
}
/** 見出し大中小の色変更 **/
/* CSSジェネレーター ID:rqs1VoNIrH+VgaAjZO8VmG$uqtg */
/* https://gamerch.com/tools/css-generator */
/* 変更点1：大見出しを2つに分割、メニュー大見出しと記事大見出しを変更 */
/* 変更点2：メニュー大見出し、中見出し、小見出しにborder-radius: 5px;を追加 */
/* 大見出し */
.main .mu.markup .mu__h-large{
  background: none;
  color: #000000;
  background-color: #ffffff;
  border-width: 1px 1px 1px 7px;
  border-style: solid;
  border-color: #69f0ae;
}
/* 大見出し(メニュー) */
.menu .menu__head strong.mu__h-large {
  background: none;
  color: #000000;
  background-color: #ffffff;
  border-width: 1px 7px 1px 7px;
  border-style: solid;
  border-color: #52dcff;
  border-radius: 5px;
  margin: 0 4px;
}
/* 中見出し */
.main .mu.markup .mu__h-middle,
.menu .menu__head strong.mu__h-middle {
  background: none;
  color: #000000;
  background-color: #ffffff;
  border-width: 0px 0px 1px 6px;
  border-style: solid;
  border-color: #ffeb3b;
  border-radius: 5px;
}
/* 小見出し */
.main .mu.markup .mu__h-little,
.menu .menu__head strong.mu__h-little {
  background: none;
  color: #282828;
  background-color: #ffffff;
  border-width: 0px 0px 0px 5px;
  border-style: solid;
  border-color: #ff80ab;
  border-radius: 5px;
}
/* CSSジェネレーター ～ここまで～  */
/** ボックス **/
.markup .mu__box, .menu .mu__box {
    background-color: #e3f2fd;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}
/** 背景色 **/
.wiki-contents {background-color: #f1ffed;}
/** youtube動画表示の基本設定変更(wiki内のコマンドでも指定可能) **/
.markup__youtube {
    max-width: 500px;
    padding-bottom: 281.25px;
}
/** Twitter表示の横サイズ調整 **/
.markup__twitter {max-width: 400px;}
/** 改行やリストなどの隙間調整 **/
.markup p{margin: 0 0 3px;}
.mu__list{margin: 0 0 3px;}
.slide-menu {width: 240px;}
/**#slide-activity .slide-menu ul li {width: 240px;}
#slide-activity .slide-menu ul li .activity__contents {width: 240px;}
#slide-activity .slide-menu ul li .activity__contents--text {width: 180px;}**/
/**
wikiランキングなどを無理矢理非表示にする、
別なdivのclassにすればその部分も消せる(広告は消せない)
**/
.other .wiki-ranking {visibility: collapse; position: absolute;}
.other .topics {visibility: collapse; position: absolute;}
.other .hot-wiki {visibility: collapse; position: absolute;}
.other .hot-article {visibility: collapse; position: absolute;}