.s {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: 15px 0 40px 0;box-shadow: 0 1px 3px rgba(0,0,0,0.05);}table.tt {width: 230vw;border-collapse: collapse;font-size: 13px;line-height: 1.5;background: #ffffff;}table.tt th {background: #2b579a;color: #ffffff;font-weight: bold;padding: 10px 12px;text-align: left;white-space: nowrap;}table.tt td {padding: 12px;border-bottom: 1px solid #e0e4ec;color: #333333;vertical-align: top;}table.tt tr:nth-child(even) {background-color: #f8fafc;}.past span {display: inline-block;margin: 5px 10px 5px 0;vertical-align: top;}.past span:has(a:contains("vs")),.past span:has(a:contains(" ｖｓ ")) {display: block;width: 100%;border-left: 3px solid #2b579a;padding-left: 8px;margin: 8px 0;background: #fdfdfd;}@media (min-width: 600px) {.s {overflow-x: visible;box-shadow: none;}table.tt {width: 100%;font-size: 14px;line-height: 1.6;}.s .t1, .s .t2, .s .t3 { width: auto; }.s .t4 { width: 18%; }.s .t9 { width: 50%; }.s .t10, .s .t14 { width: 40%; }table.tt tr:hover {background-color: #f1f5f9;transition: background-color 0.2s ease;}.past a:hover {text-decoration: underline;color: #cc0000;}}.game_list_link{padding: 1.5rem;text-align: right;}.calendar-tabs {display: flex;gap: 8px;margin-bottom: 15px;overflow-x: auto;padding-bottom: 5px;}.mm {font-size: 16px;font-weight: bold;color: #475569;background: #e2e8f0;padding: 8px 16px;border-radius: 6px;cursor: pointer;white-space: nowrap;transition: background-color 0.2s, color 0.2s;&.in {background: #3b82f6;color: #ffffff;}}div[data-month] {display: none;&.in {display: block;animation: fadeIn 0.3s ease-out;}}.calendar-container {background: #ffffff;border-radius: 8px;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);padding: 15px;margin-bottom: 20px;box-sizing: border-box;}.calendar-day-head {text-align: center;font-weight: bold;padding: 8px 0;background: #f8fafc;color: #64748b;font-size: 13px;border-radius: 4px;&:nth-child(1) { color: #ef4444; }&:nth-child(7) { color: #3b82f6; }}.day-number {font-weight: bold;color: #475569;font-size: 14px;}.calendar-grid {display: grid;grid-template-columns: repeat(7, 1fr);gap: 6px;.calendar-day {height: 60px;display: flex;flex-direction: column;justify-content: space-between;align-items: center;padding: 6px 4px;cursor: default;background-color: #fff;border: 1px solid #e2e8f0;border-radius: 4px;box-sizing: border-box;transition: background-color 0.2s, border-color 0.2s;&:hover {background-color: #f8fafc;}.day-links {display: none;}&.empty {background: #f8fafc;border: none;cursor: default;pointer-events: none;}&:has(.day-links a) {cursor: pointer;&::after {content: "";display: block;width: 8px;height: 8px;background-color: #3b82f6;border-radius: 50%;margin-bottom: 2px;}&.is-active {background-color: #e0f2fe;border-color: #3b82f6;}}}}.dot-list-box {grid-column: 1 / -1;margin: 12px 0;padding: 14px;background: #f8fafc;border: 2px solid #3b82f6;border-radius: 8px;box-shadow: inset 0 2px 4px rgba(0,0,0,0.04);animation: slideDown 0.2s ease-out;a {display: block;padding: 14px;background: #ffffff;color: #1e293b;margin-bottom: 8px;text-decoration: none;border-left: 5px solid #3b82f6;border-radius: 0 6px 6px 0;box-shadow: 0 2px 4px rgba(0,0,0,0.04);font-size: 14px;font-weight: bold;transition: background-color 0.2s, color 0.2s;&:hover {background: #f1f5f9;color: #3b82f6;}&:last-child {margin-bottom: 0;}}}.dot-guide {display: block;font-size: min(3vw, 14px);color: #64748b;margin-top: -10px;margin-bottom: 12px;font-weight: bold;}@media (min-width: 769px) {.calendar-grid {.calendar-day {height: 90px;&:has(.day-links a)::after {width: 11px;height: 11px;margin-bottom: 8px;}}}.mm:hover {background: #3b82f6;color: #fff;cursor: pointer;}}@keyframes fadeIn {from { opacity: 0; transform: translateY(4px); }to { opacity: 1; transform: translateY(0); }}@keyframes slideDown {from { opacity: 0; transform: translateY(-5px); }to { opacity: 1; transform: translateY(0); }}