/* 表組み用独自CSS */
.list-2 .mu__list, .list-3 .mu__list, .list-4 .mu__list, .list-5 .mu__list, .list-6 .mu__list {
display:-webkit-box; display:-ms-flexbox; display:flex;
}
.list-2 .mu__list, .list-3 .mu__list, .list-4 .mu__list, .list-5 .mu__list {
 -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; box-sizing: border-box; border-left: solid 1px #999; border-top: solid 1px #999; }
.list-2 .mu__list li, .list-3 .mu__list li, .list-4 .mu__list li, .list-5 .mu__list li {
 -webkit-box-align: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; align-items: center; margin: 0; padding: 5px; box-sizing: border-box; text-align: center; font-size: 12px; border-right: solid 1px #999; border-bottom: solid 1px #999; list-style: none !important;
}
.list-2 > p, .list-3 > p, .list-4 > p, .list-5 > p {
 margin: 0; padding: 6px; text-align: center; font-size: 12px; background: #f0f0f0; border: solid 1px #999; border-bottom: none;
}
/* LIST-2 ～ LIST-5 */
.list-2 li {
 flex-basis: 50%;
}
.list-3 li {
 flex-basis: 33%;
}
.list-3 li:nth-child(3n+3) {
 flex-basis: 34%;
}
.list-4 li {
 flex-basis: 25%;
}
.list-5 li {
 flex-basis: 20%;
}
/* 1行目ぶち抜き */
.list-2 .list-2_top .mu__list li:first-child, .list-3 .list-3_top .mu__list li:first-child, .list-3 .list-4_top .mu__list li:first-child, .list-3 .list-5_top .mu__list li:first-child {
 -ms-flex-preferred-size: 100%; flex-basis: 100%;
}
/* 1行目を見出しの様な見た目に変更 */
.list-2 .list-2_head li:nth-child(1), .list-2 .list-2_head li:nth-child(2), .list-3 .list-3_head li:nth-child(1), .list-3 .list-3_head li:nth-child(2), .list-3 .list-3_head li:nth-child(3), .list-4 .list-4_head li:nth-child(1), .list-4 .list-4_head li:nth-child(2), .list-4 .list-4_head li:nth-child(3), .list-4 .list-4_head li:nth-child(4), .list-5 .list-5_head li:nth-child(1), .list-5 .list-5_head li:nth-child(2), .list-5 .list-5_head li:nth-child(3), .list-5 .list-5_head li:nth-child(4), .list-5 .list-5_head li:nth-child(5) {
 background: #f0f0f0;
}
/* テーブルの左セルの固定 */
.chara_status_list tr td:first-child {
 position:absolute;
}
.chara_status_list .mu__table table tr:nth-child(even) td:first-child,
.chara_status_list .mu__table table tr:nth-child(odd) td:first-child {
 background:rgba(255,255,255,0);border-bottom:none;border-left:none;border-right:none;color:#00b;
}
.chara_status_list .mu__table table tr td:first-child {
 text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.chara_status_list .mu__table img {
 vertical-align: top;
}
.chara_status_list .mu__table td,
.chara_status_list .mu__table th {
    margin: 0px;
    padding: 5px;
}
/* テーブルの左セルの固定 ここまで*/
.mu__wikidb-list .mu__table img {
    width: unset;
}

table, td, th {
 border: 1px #999999 solid !important;
}
/* ――――― 最強ランキング ――――― */
:root {
	--left-head-width: 10%;
	--left-head-font-color: #000000;
	--left-head-font-size: 16px;
	--left-head-font-bold: bold;
	--t0-head-bg-color: #ff6666;
	--t1-head-bg-color: #ee9911;
	--t2-head-bg-color: #ffff66;
	--t3-head-bg-color: #7af07a;
	--t4-head-bg-color: #53abff;
	--t5-head-bg-color: #6666ff;
	--border-color: #bbbbbb;
	--right-font-color: #282828;
	--right-font-size: 11px;
	--right-font-bold: normal;
	--t0-body-bg-color: #ffffff;
	--t1-body-bg-color: #ffffff;
	--t2-body-bg-color: #ffffff;
	--t3-body-bg-color: #ffffff;
	--t4-body-bg-color: #ffffff;
	--t5-body-bg-color: #ffffff;
	--min-image-size: 55px;
	--icon-bottom-spacee: 3px;
	--cell-padding-top: 4px;
	--cell-padding-bottom: 6px;
}
.strongest { display: grid; grid-template-columns: var(--left-head-width) 1fr; grid-template-rows: auto; gap: 0; margin-bottom: 10px; box-sizing: border-box; border-right: solid 1px var(--border-color); border-bottom: solid 1px var(--border-color); } .strongest > div { box-sizing: border-box; border-left: solid 1px var(--border-color); border-top: solid 1px var(--border-color); } .strongest-t0, .strongest-t1, .strongest-t2, .strongest-t3, .strongest-t4, .strongest-t5 { display: grid; justify-items: center; align-items: center; color: var(--left-head-font-color) !important; font-size: var(--left-head-font-size) !important; font-weight: var(--left-head-font-bold) !important; margin: 0 !important; padding: 0 !important; } .strongest-t0 p, .strongest-t1 p, .strongest-t2 p, .strongest-t3 p, .strongest-t4 p, .strongest-t5 { margin-bottom: 0 !important; } .strongest-t0 { background: var(--t0-head-bg-color); } .strongest-list-t0 { background: var(--t0-body-bg-color); } .strongest-t1 { background: var(--t1-head-bg-color); } .strongest-list-t1 { background: var(--t1-body-bg-color); } .strongest-t2 { background: var(--t2-head-bg-color); } .strongest-list-t2 { background: var(--t2-body-bg-color); } .strongest-t3 { background-color: var(--t3-head-bg-color); } .strongest-list-t3 { background: var(--t3-body-bg-color); } .strongest-t4 { background-color: var(--t4-head-bg-color); } .strongest-list-t4 { background: var(--t4-body-bg-color); } .strongest-t5 { background-color: var(--t5-head-bg-color); } .strongest-list-t5 { background: var(--t5-body-bg-color); } .strongest-list-t0, .strongest-list-t1, .strongest-list-t2, .strongest-list-t3, .strongest-list-t4, .strongest-list-t5 { padding: var(--cell-padding-top) 4px var(--cell-padding-bottom) 0; color: var(--right-font-color); font-size: var(--right-font-size); font-weight: var(--right-font-bold); } .strongest-list-t0 ul, .strongest-list-t1 ul, .strongest-list-t2 ul, .strongest-list-t3 ul, .strongest-list-t4 ul, .strongest-list-t5 ul { display: grid; grid-template-columns: repeat( auto-fill, minmax( var(--min-image-size), 1fr ) ); margin: 0 !important; } .strongest-list-t0 li, .strongest-list-t1 li, .strongest-list-t2 li, .strongest-list-t3 li, .strongest-list-t4 li, .strongest-list-t5 li { margin: 4px 0 0 4px !important; list-style: none; text-align: center; } .strongest-list-t0 img, .strongest-list-t1 img, .strongest-list-t2 img, .strongest-list-t3 img, .strongest-list-t4 img, .strongest-list-t5 img { margin-bottom: var(--icon-bottom-space); }
/* ――――― 最強ランキング ――――― */

/*   eyecatch (PC Only)   */
.eye img { display: block; margin: 0 auto } .markup .eye span.mu__img { display: inline }

/*   widget   */
.widget {
margin: 0 0 12px;
padding: 1px;
background: #ffffcc;
border: solid 2px #ffe;
border-radius: 0 24px 0 0;
}
.widget-wrap {
padding: 0 10px 10px 0;
background: rgb(255, 255, 216);
border-radius: 0 22px 0 0;
}
.widget .widget-head {
margin: 0 0 0 12px;
padding: 10px 0 0;
color: #ff4bda;
font-size: 13.5px;
font-weight: bold;
}
.widget .widget-head p {
margin: 0 0 4px !important;
}
.widget li {
margin: 0 0 4px 28px !important;
color: orange;
font-size: 12px;
}
.widget ul {
margin-bottom: 0 !important;
}
.widget li:last-child {
margin-bottom: 0 !important;
}
.widget a {
color: #0066ff;
}

/* 区切り線 */
.main .mu.markup .mu__hr,
.menu hr.mu__hr {
  background-color: transparent;
  height: 0;
  border: none;
  border-top: dashed 3px #d7d7d7;
}
/* ボタン */
.main .mu.markup .btn-link,
.menu a.btn-link {
  border-radius: 0;
  padding-left: calc(8px + 1.25em);
}
.main .mu.markup .btn-link::before,
.menu .btn-link::before {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  display: inline-block;
  content: "";
  -webkit-mask: url(https://cdn.gamerch.com/s3-assets/svg/tools/css-generator/check.svg) no-repeat 50% 50%;
  mask: url(https://cdn.gamerch.com/s3-assets/svg/tools/css-generator/check.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
}
/* タブ */
.markup ul.mu__tab-head {
background: #fafafa;
box-sizing: border-box;
border: 1px solid #e6e6e6;
border-radius: 5px 5px 0 0;
margin-bottom: 0;
}
.markup li.mu__tab-head--text.active {
background: #555555 !important;
border: none;
border-radius: 5px 5px 0 0;
}
.markup li.mu__tab-head--text {
background: none;
border: none;
}
.markup .mu__tab-head--text a {
color: initial;
}
.markup .mu__tab-head--text.active a {
color: #fff !important;
}
.markup .mu__tab-body {
border: solid 1px #dcdcdc;
border-top: none;
padding: 8px 8px 0;
}

/* 開閉ボックス */
.main .mu.markup .mu__closebox,
.menu .mu__closebox {
border-radius: 5px;
border: solid 1px #ff9900;
}
.main .mu.markup .mu__closebox .mu__closebox--icon,
.menu .mu__closebox .mu__closebox--icon {
position: relative;
background-image: none;
background: #666666;
padding-left: 30px!important;
padding-right: 8px!important;
color: #ffffff;
display: block;
border-radius: 5px
}
.menu .mu__closebox .mu__closebox--icon {
height: 24px!important;
line-height: 24px!important;
}
.main .mu.markup .mu__closebox.opened .mu__closebox--icon,
.menu .mu__closebox.opened .mu__closebox--icon {
border-radius: 5px 5px 0 0;
}
.main .mu.markup .mu__closebox .mu__closebox--icon::before,
.menu .mu__closebox .mu__closebox--icon::before {
position: absolute;
top: 50%;
margin-top: -0.5em;
left: 8px;
width: 1em;
height: 1em;
display: inline-block;
content: "";
-webkit-mask: url(https://cdn.gamerch.com/s3-assets/svg/tools/css-generator/triangle_top.svg) no-repeat 50% 50%;
mask: url(https://cdn.gamerch.com/s3-assets/svg/tools/css-generator/triangle_top.svg) no-repeat 50% 50%;
-webkit-mask-size: cover;
mask-size: cover;
background: #ff9900;
transform: rotate(180deg);
}
.main .mu.markup .mu__closebox.opened .mu__closebox--icon::before,
.menu .mu__closebox.opened .mu__closebox--icon::before {
-webkit-mask: url(https://cdn.gamerch.com/s3-assets/svg/tools/css-generator/triangle_top.svg) no-repeat 50% 50%;
mask: url(https://cdn.gamerch.com/s3-assets/svg/tools/css-generator/triangle_top.svg) no-repeat 50% 50%;
transform: none;
}
.main .mu.markup .mu__closebox .mu__closebox--wrap,
.menu .mu__closebox .mu__closebox--wrap {
background-color: transparent;
border: none;
}
.main .mu.markup .mu__closebox .mu__closebox--contents,
.menu .mu__closebox .mu__closebox--contents {
margin-top: 0;
padding: 0 0 1px;
background-color: #ffffff;
border-radius: 0 0 5px 5px;
border: none;
}
.menu .mu__closebox.closed .mu__closebox--icon {
background-image: none;
}

/* 区切り線 */
.main .mu.markup .mu__hr,
.menu hr.mu__hr {
  background-color: transparent;
  height: 0;
  border: none;
  border-top: dashed 3px #d7d7d7;
}

/* 下線 */
.main .mu.markup .mu__text-underline,
.menu span.mu__text-underline {
  text-decoration-color: #ff0000;
  text-decoration-style: double;
  text-decoration-thickness: 1px;
}
/* CSSジェネレーター ～ここまで～ */