﻿@charset "UTF-8";

table {
background-color: #ffffff;
border-collapse: collapse;  
}
th{
padding: 2px;
vertical-align: middle;
text-align: center;
color: #cccccc;
background-color: #006699;
border: 1px solid #b9b9b9;
}
th a:link, th a:visited{
color: #cccccc!important;
}
th.combi_top {
border-bottom: none!important;
}
th.combi_bottom {
border-top: none!important;
}
th.combi_left {
border-right: none!important;
}
th.combi_right {
border-left: none!important;
}
th.combi_center {
border-right: none!important;
border-left: none!important;
}
div.scroll span.pc_none{
font-style: normal;
font-size: 80%;
margin-left: 100px;
}
td {
vertical-align: top;
padding: 2px;
text-align: right;
white-space: nowrap;
}
span.sort {
display: none;
}
#cs td, #cs_ex td {
text-align: left;
}
td.combi_top {
border-bottom: none!important;
}
td.combi_in {
border-top: none!important;
border-bottom: none!important;
}
td.combi_bottom {
border-top: none!important;
}

.result td, .result_cs td, .info td, .result_js td, .result_as td {
background-color: #ffffff;
border: 1px solid #b9b9b9;
}

th.sub {
font-weight: normal;
}
th.sub2 {
font-weight: normal;
}
td.data, td.score, td.sco {
text-align: center!important;
}
td.res {
letter-spacing: -1.5px;
font-size: 75%;
line-height: 160%;
}
span.victory {
letter-spacing: -1.0px;
}
span.v_team {
}
span.vld {
letter-spacing: -0px!important;
font-size: 125%;
}
td.line {
background-color: #006699!important;
}
.team {
text-align: left;
font-weight: normal;
white-space: nowrap;
}
span.af {
font-weight: normal;
}
div.table_title {
font-weight: bold;
padding: 5px 0 2px 0;
}

.info td, .info table td {
text-align: left;
white-space: normal!important;
background-color: #ffffff!important;
}
.result_cs td, .result_js td, .result_as td {
text-align: left;
}
td.data {
text-align: right;
}
#js td {
text-align: left;
}
#js_total td {
text-align: right;
}
#js_total td.team {
text-align: left;
}
#rank td, #card1 td, #card2 td {
text-align: center;
}
td.num {
border-right: none!important;
text-align: right;
}
td.sla {
border-right: none!important;
border-left: none!important;
text-align: center;
}
td.deno {
border-left: none!important;
text-align: center;
}
th.ex{
background-color: #006699;
color: #cccccc;
text-align: left;
}
td.sco{
text-align: center;
}
td img {
vertical-align: text-top;
margin: 0px 1px 0px 1px;
}
span.l, span.wd {
font-size: 75%;
}
td.long {
letter-spacing: -1px;
}
td.on {
background-color: #0066cc;
background-color: #0066cc!important;
}
span.on {
color: #0066cc;
}
.primary td{
text-align: center;
}
#manager_total tr td:nth-of-type(1), #manager_total tr td:nth-of-type(11), #manager_total tr td:nth-of-type(12) {
text-align: left;
}


@media (min-width: 1112px){
#year0_wrapper.dataTables_wrapper, #rank2_wrapper.dataTables_wrapper {
width:728px;
}
}

@media (min-width: 961px){
table.info{
width: 728px;
}
td.ipf {
border-left: none!important;
text-align: right;
font-size: 75%;
padding: 4px 2px 0px 2px!important;
}
td.ibb {
font-size: 75%;
padding: 4px 2px 0px 2px!important;  
}
.pc_none{
display: none;
}
}

@media (min-width: 736px) and (max-width: 960px){
table.info{
width: 728px;
}
td.ipf {
border-left: none!important;
text-align: right;
font-size: 75%;
padding: 4px 2px 0px 2px!important;
}
td.ibb {
font-size: 75%;
padding: 4px 2px 0px 2px!important;  
}
.pc_none{
display: none;
}
}

@media (max-width: 735.9px){
td.ipf {
border-left: none!important;
text-align: right;
font-size: 75%;
padding: 2px 2px 0px 2px!important;
}
td.ibb {
font-size: 75%;
padding: 2px 2px 0px 2px!important;  
}
span.af {
letter-spacing: -2px;
}
td.long {
letter-spacing: -2px;
}
}

@media (min-device-width: 567px) and (max-device-width: 960px) and (max-device-height: 479px) and (orientation: landscape){
table.info{
width: 728px;
}
td.ipf {
border-left: none!important;
text-align: right;
font-size: 75%;
padding: 2px 2px 0px 2px!important;
}
td.ibb {
font-size: 75%;
padding: 2px 2px 0px 2px!important;  
}
.sp_none{
display: none;
}
span.af {
letter-spacing: -2px;
}
td.long {
letter-spacing: -1px;
}
}

td.name {
text-align: left;
}
td.inf {
border-right: none!important;
font-size: 75%;
text-align: right;
}
td.ab {
border-left: none!important;
text-align: right;
}
td.ip {
border-right: none!important;
text-align: right;
}
span.inter {
font-size: 75%;
margin-right: 2px;
}
span.sort {
display: none;
}


.container {
display: flex;
width: 100%;
}
.link_grid {
flex-grow: 1;
background: #0066cc;
display: grid;
grid-auto-rows: 1fr;
}
.link_grid {
grid-template-columns: repeat(4, 1fr);
}
.link_grid.nav {
grid-template-columns: repeat(5, 1fr);
margin-bottom: 5px;
}
.link_grid.main {
grid-template-columns: repeat(7, 1fr);
}
.link_grid > div {
background: #0066cc;
color: #faf0e6;
text-align: center;
vertical-align: middle;
overflow: auto;
min-width: 0;
padding: 8px 5px;
border: 1px solid #b9b9b9;
}
.link_grid div:hover {
background-color: #0099ff;
}
.link_grid div:has(strong) {
background-color: #003399!important;
border: 3px double #ffffff;
}
.link_grid > div a {
color: #ffffff!important;
font-weight: normal!important;
}
.link_grid > div a:link, .link_grid > div a:visited {
color: #ffffff;
font-weight: normal;
}
.link_grid > div.off {
color: #999999!important;
font-weight: normal!important;
}
.link_grid.main > div {
background: #0000cc;
}
.link_grid.main div:hover {
background-color: #330099;
}
.link_grid.main div:has(strong) {
background-color: #330066!important;
border: 3px double #ffffff;
}
.link_grid > .nav_reg {
background-color: #9900ff;
}
.link_grid > .nav_inter {
background-color: #ff00cc;
}
.link_grid > .nav_cs {
background-color: #00cc00;
}
.link_grid > .nav_jps {
background-color: #0033cc;
}
.link_grid > .nav_etc {
//background-color: #0033cc;
}
.nav_none {
display: none;
}
.link_grid > .nav_reg:hover {
background-color: #6600cc;
}
.link_grid > .nav_inter:hover {
background-color: #cc00cc;
}
.link_grid > .nav_cs:hover {
background-color: #009933;
}
.link_grid > .nav_jps:hover {
background-color: #000099;
}
.link_grid > .nav_etc:hover {
//background-color: #000099;
}
strong {
font-size: 100%;
font-weight: normal;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.link_grid.nav strong::after {
content: "\025bc";
}
div.nav_reg:has(strong) {
background-color: #6600cc!important;
}
div.nav_inter:has(strong) {
background-color: #cc00cc!important;
}
div.nav_cs:has(strong) {
background-color: #009933!important;
}
div.nav_jps:has(strong) {
background-color: #000099!important;
}
div.nav_etc:has(strong) {
//background-color: #000099!important;
}
.nav_reg strong, .nav_inter strong, .nav_cs strong, .nav_jps strong, .nav_etc strong {
font-weight: bold;
}

@media (min-width: 736px){
.container {
width: 728px;
}
div.dataTables_wrapper, div.dt-container {
//width: 728px;
}
}

@media (max-width: 960.9px){
.link_grid > div {
padding: 10px 5px;
}
}

@media (max-width: 735.9px){
.link_grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 639.9px){
.link_grid.nav {
grid-template-columns: repeat(3, 1fr);
}
.link_grid.main {
grid-template-columns: repeat(4, 1fr);
}
.nav_none {
display: block;
}
.nav_cs, .nav_etc {
letter-spacing: 2px;
}
}

@media (max-width: 359.9px){
.link_grid > div {
letter-spacing: -1px;
}
}

@media (min-device-width: 736px) and (max-device-width: 960px) and (max-device-height: 479px) and (orientation: landscape){
.link_grid {
grid-template-columns: repeat(4, 1fr);
}
}

@media (min-device-width: 567px) and (max-device-width: 735px) and (max-device-height: 479px) and (orientation: landscape){
.link_grid {
grid-template-columns: repeat(2, 1fr);
}
.link_grid.nav {
grid-template-columns: repeat(3, 1fr);
}
.link_grid.main {
grid-template-columns: repeat(4, 1fr);
}
.nav_none {
display: block;
}
}
