@charset "UTF-8";

table {
background-color: #ffffff;
border-collapse: collapse;
}
th{
vertical-align: top;
text-align: center;
color: #cccccc;
background-color: #006699;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
td {
white-space: nowrap;
vertical-align: top;
}
.pla {
background-color: #639ce7;
color: #000000;
}
.kfl {
background-color: #ffff00;
color: #000000;
}
.njl {
background-color: #ff3333;
color: #000000;
}
.ces {
background-color: #ccffff;
}
.sr {
background-color: #008b91;
color: #ffffff;
}
.gw {
background-color: #15459d;
color: #ffffff;
}
.su {
background-color: #92d1e1;
color: #000000;
}
.east {
background-color: #006666;
color: #ffffff;
}
.central {
background-color: #ff0099;
color: #000000;
}
.west {
background-color: #00ccff;
color: #000000;
}


tr.title1 td {
background-color: #298c29!important;
border-right: 1px solid #298c29;
}
tr.title2 td {
background-color: #639ce7!important;
border-right: 1px solid #639ce7;
}
tr.title0 td {
background-color: #dddddd!important;
border-right: 1px solid #dddddd;
}
td.line1 div {
width:40px;
font-size:100%;
color: #f74a42;
white-space: nowrap;
font-weight: bold;
}
td.line2 div {
width:40px;
font-size:100%;
color: #c63952;
white-space: nowrap;
font-weight: bold;
}
td.line0 div {
width:40px;
font-size:100%;
color: #000000;
white-space: nowrap;
font-weight: bold;
}
td.team_name div {
width:40px;
height:15px;
font-size:100%;
white-space: nowrap;
font-weight: normal;
}
.line div {
width:40px;
font-size:100%;
white-space: nowrap;
font-weight: bold;
}
th span {
position: -webkit-sticky;
position: sticky;
bottom: 0;
left: 50px;
}
.combi_top {
border-bottom: none!important;
}
.combi_in {
border-top: none!important;
border-bottom: none!important;
}
.combi_bottom {
border-top: none!important;
}
.combi_left {
border-right: none!important;
}
.combi_center {
border-left: none!important;
border-right: none!important;
}
.combi_right {
border-left: none!important;
}
.combi_top_left {
border-right: none!important;
border-bottom: none!important;
}
.combi_top_center {
border-left: none!important;
border-right: none!important;
border-bottom: none!important;
}
.combi_top_right {
border-left: none!important;
border-bottom: none!important;
}
.combi_in_left {
border-right: none!important;
border-top: none!important;
border-bottom: none!important;
}
.combi_in_center {
border: none!important;
}
.combi_in_right {
border-left: none!important;
border-top: none!important;
border-bottom: none!important;
}
.combi_bottom_left {
border-right: none!important;
border-top: none!important;
}
.combi_bottom_center {
border-left: none!important;
border-right: none!important;
border-top: none!important;
}
.combi_bottom_right {
border-left: none!important;
border-top: none!important;
}
.all {
background-color: #444444;
color: #cccccc;
}
.title{
font-weight: bold;
text-align: left; 
}
td.off{
background-color: #c0c0c0;
}
td.long{
letter-spacing: -1.5px;
}
#major_wrapper table tr td {
letter-spacing: -1.0px;
}
#list1_wrapper table tr td {
vertical-align: top;
}
#major_wrapper table tr td.hover, #minor_wrapper table tr td.hover {
border-top: 2px groove #99ccff!important;
border-bottom: 2px groove #99ccff!important;
}
#list1_wrapper table tr td.hover {
background-color: #99ccff!important;
}
#main_pr_middle {
padding-top: 20px;
}
div.table_title {
margin: 15px 0 2px 0;
font-weight: bold;
font-size: 125%;
}
div.table_title h2 {
font-size: 1.2em;
display:inline;
}
div.table_title span {
font-weight: normal;
font-size: 75%;
}
span.date {
font-size: 75%;
}

.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.year {
grid-template-columns: repeat(10, 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, .link_fixed_left:hover, .link_fixed_right: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";
}
.npb_cell strong, .league_cell strong, .team_cell 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){

}

@media (min-width: 736px) and (max-width: 959.9px){
.nav_cs {
letter-spacing: -1.5px;
}
}


@media (min-width: 481px) and (max-width: 639.9px){
.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);
}
.link_grid.year {
grid-template-columns: repeat(5, 1fr);
}
.link_grid > div {
letter-spacing: -1.0px;
}
.nav_none {
display: block;
}
.year_cell.not {
display: none;
}
}

@media (max-width: 480.9px){
.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);
}
.link_grid.year {
grid-template-columns: repeat(5, 1fr);
}
.link_grid > div {
letter-spacing: -1.0px;
}
.nav_none {
display: block;
}
.year_cell.not {
display: none;
}
}

@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);
}
.year_cell.not {
display: none;
}
}

@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);
}
.link_grid.year {
grid-template-columns: repeat(5, 1fr);
}
.nav_none {
display: block;
}
.year_cell.not {
display: none;
}
}

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

