/*
 * n01_elist.css
 *
 * Copyright (C) 1996-2020 by Ohno Tomoaki. All rights reserved.
 */

body {
	-webkit-text-size-adjust: 100%;
	-ms-content-zooming: none;
	
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	font-family: Arial;
	background-color: #ffffff;
	color: #000;
}

html {
	min-height: calc(100% + env(safe-area-inset-top));
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

#header {
	padding-top: env(safe-area-inset-top);
}

#article {
	margin: 10px;
	padding: 50px 0 env(safe-area-inset-bottom) 0;
}

input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	padding: 10px;

	border: 1px solid #e0e0e0;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

select {
	padding: 1px;
	vertical-align:middle;
}

#select_year {
	width: 120px;
}

#button_men {
	background-color: #e3f2fd;
	color: #808080;
}

#button_women {
	background-color: #fce4ec;
	color: #808080;
}

#button_boys {
	background-color: #e8f5e9;
	color: #808080;
}

#button_girls {
	background-color: #fff3e0;
	color: #808080;
}

.tab_select {
	border: 2px solid #e0e0e0 !important;
	color: #000 !important;
	font-weight: bold;
	margin-bottom: -4px;
	padding-top: 10px !important;
}

#entry_list_container {
	width: fit-content;
}

.entry_list_table {
	border: 1px solid #e0e0e0;
	width: 100%;
}

.h_u {
	position: -webkit-sticky;
	position: sticky;
	top: 51px;
	z-index: 3;
}

.h_d {
	position: -webkit-sticky;
	position: sticky;
	top: 51px;
	z-index: 3;
}

.sticky td:nth-child(1), .sticky th:nth-child(1) {
	position: -webkit-sticky;
	position: sticky;
	left: -1px;
}

.sticky td:nth-child(3), .sticky th:nth-child(3) {
	position: -webkit-sticky;
	position: sticky;
	left: -1px;
}

th {
	border-bottom: 3px solid #e0e0e0;
	vertical-align: middle;
	background-clip: padding-box;
}
.men th {
	background-color: #e3f2fd !important;
}

.women th {
	background-color: #fce4ec !important;
}

.boys th {
	background-color: #e8f5e9 !important;
}

.girls th {
	background-color: #fff3e0 !important;
}

.sep {
	border-left: 1px solid #e0e0e0;
}

.th_no {
	white-space: nowrap !important;
	text-align: right;
}

.th_id {
	text-align: left;
}

.th_name {
	text-align: left;
}

.th_stats {
	border-left: 1px solid #e0e0e0;
	text-align: right;
}

.th_s {
	border-left: 1px solid #e0e0e0;
	text-align: center;
}

.th_center {
	border-left: 1px solid #e0e0e0;
	text-align: center;
}

.th_open {
	cursor: pointer !important;
	text-align: center;
}

.entry_list_table td {
	border-bottom: 1px solid #e0e0e0 !important;
	background-clip: padding-box;
}

.entry_list_table tr, .entry_list_table tr:hover {
	color: #000 !important;
}

.e_item {
}

.e_no {
	text-align: right;
}

.e_id {
	word-break: break-word;
}

.e_name {
	word-break: break-word;
}

.e_player {
	word-break: break-word;
}

.stats {
	border-left: 1px solid #e0e0e0;
	text-align: right;
}

.s_rank {
	border-left: 1px solid #e0e0e0;
	text-align: center;
	vertical-align: middle !important;
}

.center {
	border-left: 1px solid #e0e0e0;
	text-align: center;
}

.men .e_fix {
	background-color: #e3f2fd !important;
}

.women .e_fix {
	background-color: #fce4ec !important;
}

.boys .e_fix {
	background-color: #e8f5e9 !important;
}

.girls .e_fix {
	background-color: #fff3e0 !important;
}

#entry_list .th_no, #entry_list .th_name {
	z-index: 3 !important;
}
#entry_list .e_no, #entry_list .e_name {
	z-index: 2 !important;
}

table.tablesorter tbody tr.selected td {
	background-color: #f4f4f4;
}

.men tbody tr.selected .e_fix {
	background-color: #d1e8fc !important;
}

.women tbody tr.selected .e_fix {
	background-color: #fad0df !important;
}

.boys tbody tr.selected .e_fix {
	background-color: #dbeddc !important;
}

.girls tbody tr.selected .e_fix {
	background-color: #f3e6d1 !important;
}

.tw, .fb, .g {
	vertical-align: top;
}

@media print {
	body {
		background-color: #fff !important;
		color: #000 !important;
	}
	#article {
		padding-top: 0 !important;
	}
	.entry_list_table {
		box-shadow: none !important;
		outline: 2px solid #808080;
	}
	.entry_list_table th, .sticky td:nth-child(1), .sticky th:nth-child(1), .sticky td:nth-child(2), .sticky th:nth-child(2) {
		position: initial;
	}
	.adsbygoogle {
		display: none !important;
	}

	.tab_select {
		border: 2px solid #808080 !important;
	}
	.entry_list_table {
		border: 1px solid #808080;
	}
	th {
		border-bottom: 3px solid #808080 !important;
	}
	.sep {
		border-left: 1px solid #808080;
	}
	.th_name {
		border-right: 1px solid #808080;
	}
	.entry_list_table td {
		border-bottom: 1px solid #808080 !important;
	}
	.e_name {
		border-right: 1px solid #808080;
	}
	.e_id {
		border-right: 1px solid #808080;
	}
}

