/* ――――― 最強ランキング ――――― */
:root {
	--left-head-width: 10%;
	--left-head-font-color: #ffffff;
	--left-head-font-size: 15px;
	--left-head-font-bold: bold;
	--t0-head-bg-color: linear-gradient(to bottom, #a58d0b 5%,#c3a815 15%,#e1c52d 27%,#c3a815 40%,#a18c15 65%,#8b7a1f 85%,#a18d28 100%);
	--t1-head-bg-color: #ff0000;
	--t2-head-bg-color: #0566c2;
	--t3-head-bg-color: #0dbc0d;
	--t4-head-bg-color: #cece00;
	--t5-head-bg-color: #5c5c8a;
	--border-color: #808080;
	--right-font-color: #282828;
	--right-font-size: 10px;
	--right-font-bold: normal;
	--t0-body-bg-color: #fff5e8;
	--t1-body-bg-color: #ffeeee;
	--t2-body-bg-color: #f0f8ff;
	--t3-body-bg-color: #eeffee;
	--t4-body-bg-color: #ffffee;
	--t5-body-bg-color: #f0f0f5;
	--min-image-size: 60px;
	--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); }
/* ――――― 最強ランキング ――――― */