/* 表組み用独自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 #243456; border-top: solid 1px #243456; }
.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 #777777; border-bottom: solid 1px #777777; 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: #274a78; border: solid 1px#243456; border-bottom: none;
 color: white;
}
/* LIST-2 ～ LIST-5 */
.list-2 li {
 -ms-flex-preferred-size: 50%; flex-basis: 50%;
}
.list-3 li {
 -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%;
}
.list-4 li {
 -ms-flex-preferred-size: 25%; flex-basis: 25%;
}
.list-5 li {
 -ms-flex-preferred-size: 20%; 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: #274a78;
}
/* テーブルの左セルの固定 */
.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;
}
/* th */
.mu__table table th {
background-color: #274a78;
color: #ffffff;
}

/* rank */
.rank{display:grid;grid-template-columns:12% 1fr;grid-template-rows:auto;border-right:solid 1px #808080;border-bottom:solid 1px #808080;list-style:none}.rank dt,.rank dd{box-sizing:border-box;border-left:solid 1px #808080;border-top:solid 1px #808080}.rank dt{display:grid;justify-items:center;-webkit-box-align:center;align-items:center;min-height:40px;color:#ffffff;font-size:18px;font-weight:bold}.rank dd{padding:5px;color:#282828;font-size:11px}.rank ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(60px, 1fr));gap:6px}.rank ul li{margin: 0 !important;list-style:none !important}.rank ul li a{display:block;font-size:11px;line-height:1.2;text-align:center}.rank li img{width:100%;margin-bottom:0px;border-radius:0px}.rank dt.rank0{background:#ee9911}.rank dd.rank0{background:#fff7ea}.rank dt.rank1{background:#c90909}.rank dd.rank1{background:#fff0f0}.rank dt.rank2{background:#ba0595}.rank dd.rank2{background:#ffebfb}.rank dt.rank3{background:#0066ff}.rank dd.rank3{background:#e9f2ff}.rank dt.rank4{background:#cece00}.rank dd.rank4{background:#ffffe7}.rank dt>p,.rank .mu__list{margin:0 !important}

/* ――――― 左に画像、右にテキスト ↑ ――――― */
/* ――――― 目次3列 ↓――――― */
.mokuji3 .mu__index { padding: 0; border: none; background: none; }
.mokuji3 .mu__index p {margin: 0; padding: 6px 0; box-sizing: border-box; color: #ffffff; text-align: center; background: #274a78; border: solid 1px #ee9911; }
.mokuji3 .mu__index ul { display: flex; flex-wrap: wrap; border-left: solid 1px #ee9911; box-sizing: border-box; }
.mokuji3 .mu__index li { display: flex; width: 50%; padding: 6px 8px; box-sizing: border-box; margin: 0 !important; border: solid 1px #ee9911; border-left: none; border-top: none; list-style: none; }
.mokuji3 .mu__index li a:before { content: ""; display: inline-block; width: 12px; height: 7px; margin-right: 4px; background: url(https://cdn.gamerch.com/contents/wiki/4676/entry/5Ee6DZMK.png) no-repeat; background-size: 100% 100%; }
/* ――――― 目次3列 ↑――――― */
/* Theme */
.content-head,.main .mu__h-large{position:relative;padding:11px 18px 10px 28px;color:#fff;line-height:1.5;background-color:#08143b!important;background-position:0 0,right top,0 bottom,0 0;background-repeat:no-repeat,no-repeat,repeat-x,no-repeat;background-size:84px 300px,10px 35px,4px 4px,100% 100%;background-image:url(//cdn.gamerch.com/contents/wiki/29/entry/bRG631SN.png),url(//cdn.gamerch.com/contents/wiki/29/entry/ZiFufCsF.png),url(//cdn.gamerch.com/contents/wiki/29/entry/wFXGRDwg.png),-webkit-gradient(linear,left top,right top,color-stop(80%,#08143b),to(#50ccff));background-image:url(//cdn.gamerch.com/contents/wiki/29/entry/bRG631SN.png),url(//cdn.gamerch.com/contents/wiki/29/entry/ZiFufCsF.png),url(//cdn.gamerch.com/contents/wiki/29/entry/wFXGRDwg.png),linear-gradient(to right,#08143b 80%,#50ccff 100%)}.main .mu__h-middle{position:relative;padding:9px 8px 8px 18px;color:#181612;line-height:1.4;border:none!important;background-position:0 0,0 bottom;background-repeat:no-repeat,repeat-x;background-size:31px 150px,2px 2px;background-image:url(//cdn.gamerch.com/contents/wiki/29/entry/1KDgCTF4.png),url(//cdn.gamerch.com/contents/wiki/29/entry/mn9Zm37R.png)}.main .mu__h-little{padding:5px 8px 4px 16px;color:#181612;border:none!important;background:url(//cdn.gamerch.com/contents/wiki/29/entry/GZFXOR6T.png) 0 0 repeat-y;background-size:7px 10px}.menu__head strong.mu__h-large{padding:11px 12px 10px 14px;color:white;background:-webkit-gradient(linear,left top,right top,color-stop(80%,#08143b),to(#50ccff))!important;background:linear-gradient(to right,#08143b 80%,#50ccff 100%)!important}a.btn-link{padding-top:14px!important;padding-bottom:14px!important;top:0!important;color:white!important;font-size:15px;font-weight:bold;-webkit-transition:0.2s;transition:0.2s;border:none!important;border-radius:0;background-color:#fd7e03!important;background-position:0 0,right 0,0 bottom,right bottom,0 0,0 bottom,0 0,right 0;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y;background-size:12px 12px,12px 12px,12px 12px,12px 12px,6px 6px,6px 6px,6px 6px,6px 6px;background-image:url(//cdn.gamerch.com/contents/wiki/29/entry/QRNfX78p.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/LZBgTVgd.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/m7mwBfVo.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/Fh4Dpbu5.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/73gAPP0o.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/1kRRq7xf.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/YN3cIESe.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/qGPOgsFy.jpg)}a.btn-link:active,a.btn-link:hover{color:#f8e6dd!important;background-color:#d86b00!important;background-image:url(//cdn.gamerch.com/contents/wiki/29/entry/iYYOhxqG.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/wI4akoY6.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/dPcnmXx2.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/yZVEonsy.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/sFT6g3Oa.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/ztBKS5L9.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/QBElg4Dw.jpg),url(//cdn.gamerch.com/contents/wiki/29/entry/dnATkRw8.jpg);-webkit-transform:translateY(3px);transform:translateY(3px)}