<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*▼対戦表-------------------------------------------------------------------*/
table.dataTable{ background-color:#000;}
table.dataTable tr th{ background-color:#333; color:#fff; text-align:center; font-size:12px; white-space:nowrap;}
table.dataTable tr td{ background-color:#fff; color:#333; text-align:center; font-size:12px; white-space:nowrap;}
table.dataTable tr td.nationName{ text-align:left; padding-left:10px; }
table.dataTable tr td.nationName img{ vertical-align:middle; width:40px; margin-right:5px; border:none; }
table.dataTable tr.pickupColor td{ background-color:#fdd; color:#000; font-weight:bold; /*text-shadow: 0px 2px 2px rgb(255, 255, 255); border-color:#faa #fff #faa #faa; border-width:0px 0px 1px 0px; border-style:solid;*/ }
table.dataTable tr.pickupColor td.nationName{ background-color:#fff; color:#c00; font-weight:bold; border:none;}
table.dataTable td.gameDate{ text-align:left; padding-left:10px; }
table.dataTablePart{ width:98%; margin:0px auto; }
table.dataTablePart td{ }
table.dataTablePart td.home{ background-color:none; width:43%; font-size:12px; text-align:right !important; }
table.dataTablePart td.home img{ width:20px; vertical-align:middle; margin-left:5px; border:none; }
table.dataTablePart td.vs{ background-color:none; width:14%; font-size:12px; text-align:center !important; letter-spacing:3px; }
table.dataTablePart td.away{ background-color:none; width:43%; font-size:12px; text-align:left !important; }
table.dataTablePart td.away img{ width:20px; vertical-align:middle; margin-right:5px; border:none; }

</pre></body></html>