/* 表組み用独自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: #ffb152; border: solid 1px#808080; border-bottom: none;
 color: #ffffff;
}
/* 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: #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;
}
/* ==========================================================================
   ソードアート・オンライン（SAO）ブルー基調・マット＆高級感CSS（サイズ確定）
   ※高さ・文字サイズ・余白・太さの数値はすべて完全固定となりました。
   ========================================================================== */

/* --- [左右カラム用] H1（content-head）：マット・システムウィンドウ --- */
.content-head {
    background: #161920;
    
    border-top: 1px solid rgba(0, 210, 255, 0.4);
    border-bottom: 1px solid rgba(0, 210, 255, 0.4);
    border-left: none;
    border-right: none;
    
    /* 数値固定（太字指定なし） */
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

/* --- [中央カラム用] H1（content-head）：プレミアム・ブルーUI（サイズ調整版） --- */
.main .content-head {
    position: relative;
    background: 
        linear-gradient(rgba(0, 210, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 210, 255, 0.02) 1px, transparent 1px),
        #161920;
    background-size: 6px 6px, 6px 6px;
    
    border-left: 3px solid #00b4d8;
    border-right: 3px solid #00b4d8;
    border-top: 1px solid rgba(0, 210, 255, 0.2);
    border-bottom: 1px solid rgba(0, 210, 255, 0.2);
    
    color: #ffffff;
    text-shadow: none;
    
    /* 【サイズ調整】文字サイズを 1.2em → 1.1em に、高さを 10px 20px（太字なし）に固定 */
    font-size: 1.1em; 
    padding: 10px 20px; 
}

/* --- 見出し（大・H2相当）：SAO・タクティカルブルー（完全固定） --- */
.main .mu__h-large, .layout.theme1 .main .mu__h-large, .layout.theme2 .main .mu__h-large, .layout.theme3 .main .mu__h-large, .layout.theme4 .main .mu__h-large, .layout.theme5 .main .mu__h-large, .layout.theme6 .main .mu__h-large, .layout.theme7 .main .mu__h-large, .layout.theme8 .main .mu__h-large {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;

    background: 
        linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 55%),
        linear-gradient(to bottom, #102035 0%, #081220 100%);
    
    border: 1px solid rgba(0, 210, 255, 0.5);
    
    box-shadow: 
        0 3px 10px rgba(0, 0, 0, 0.25),
        inset 0 0 8px rgba(0, 210, 255, 0.15);
    
    text-shadow: 1px 1px 2px #000;

    /* 数値固定 */
    padding: 10px 20px; 
    font-size: 1.2em;
    border-radius: 4px;
}

.main .mu__h-large::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 45px 0;
    border-color: transparent #0077b6 transparent transparent;
    opacity: 0.4;
}

/* --- 見出し（中）：アインクラッド・ブルーセレクター ＆ 黒文字（完全固定） --- */
.main .mu__h-middle, .layout.theme1 .main .mu__h-middle, .layout.theme2 .main .mu__h-middle, .layout.theme3 .main .mu__h-middle, .layout.theme4 .main .mu__h-middle, .layout.theme5 .main .mu__h-middle, .layout.theme6 .main .mu__h-middle, .layout.theme7 .main .mu__h-middle, .layout.theme8 .main .mu__h-middle {
    position: relative;
    color: #222222;
    font-weight: bold;
    
    background: rgba(0, 0, 0, 0.03);
    
    border-bottom: 2px solid #00d2ff;
    border-left: none;

    /* 数値固定 */
    padding: 10px 10px 8px 45px;
    font-size: 1.1em;
}

.main .mu__h-middle::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border: 1.5px solid #333;
    box-shadow: 0 0 5px rgba(0, 210, 255, 0.4);
    z-index: 2;
    background: #00d2ff;
}

.main .mu__h-middle::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    border-radius: 0%;
    background: transparent;
    z-index: 3;
}

/* --- 見出し（小）：エナジー・シアンライン ＆ 黒文字（完全固定） --- */
.main .mu__h-little {
    position: relative;
    color: #333333;
    font-weight: bold;
    background: transparent;
    border: none;
    
    background-image: linear-gradient(to right, #00d2ff 60%, transparent 40%);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: bottom;

    /* 数値固定 */
    padding: 6px 15px;
    font-size: 1em;
}
/* ――――― 目次3列 ↓――――― */
.mokuji3 .mu__index { padding: 0; border: none; background: none; }
.mokuji3 .mu__index p {margin: 0; padding: 6px 0; box-sizing: border-box; color: #444; text-align: center; background: #eee; border: solid 1px #999; }
.mokuji3 .mu__index ul { display: flex; flex-wrap: wrap; border-left: solid 1px #999; 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 #999; 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列 ↑――――― */
/* Tier */
.Tier{display:grid;grid-template-columns:15% 1fr;grid-template-rows:auto;border-right:solid 1px #274a78;border-bottom:solid 1px #274a78;list-style:none}.Tier dt,.Tier dd{box-sizing:border-box;border-left:solid 1px #274a78;border-top:solid 1px #274a78}.Tier dt{display:grid;justify-items:center;-webkit-box-align:center;align-items:center;min-height:40px;color:#ffffff;font-size:14px;font-weight:bold}.Tier dd{padding:4px;color:#282828;font-size:11px}.Tier ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(89px, 1fr));gap:3px}.Tier ul li{margin: 0 !important;list-style:none !important}.Tier ul li a{display:block;font-size:11px;line-height:1.2;text-align:center}.Tier li img{width:100%;margin-bottom:0px;border-radius:5px}.Tier dt.Tier0{background:#a30082}.Tier dd.Tier0{background:#ffffff}.Tier dt.Tier1{background:#c90909}.Tier dd.Tier1{background:#ffffff}.Tier dt.Tier2{background:#c17803}.Tier dd.Tier2{background:#ffffff}.Tier dt.Tier3{background:#0566c2}.Tier dd.Tier3{background:#ffffff}.Tier dt.Tier4{background:#555555}.Tier dd.Tier4{background:#ffffff}.Tier dt>p,.Tier .mu__list{margin:0 !important}