/* pc　768px以上 */
@charset "UTF-8";

* {
	font-family: sans-serif;
	font-size:16px;
}
body {
	background-color: #fff;
	text-align: center;
	margin:0;
}

/* タイトル　英文 */
.tt1 {
	margin-top:8px;
	font-size:160%;
	line-height:1;
	font-weight:bold;

}
/* FULL LEADERBOARD */
.tt2 {
	margin-top:1px;
	font-size:175%;
	line-height:1;
	font-weight:bold;

}


/*テーブル*/
.tb {
	width:94%;
	border: #BFBFBF 1px solid;
	border-collapse: collapse;
	color: #333333;
	margin: 10px auto;
}

.tb td{
	border: #BFBFBF 1px solid;
	border-collapse: collapse;
	padding: 5px 6px 3px 6px;
}

/*背景帯　色=*/
.tbrow2 {
	background:#DEFCF4;
	width:100%;
}
/*背景帯　色=白*/
.tbrow {
	background:none;
	width:100%;
}

.td_cl{
	background:#00533E;
	color:#fff;
}
/*td幅*/
.td_l{
	width:6%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
	text-align: left;
}
.td_c{
	width:6%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
	text-align: center;
}
.td_r{
	width:6%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
	text-align: right;
}
.td_w6{
	width:6%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
}
.td_w8{
	width:8%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
}
.td_w13{
	width:11%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
	white-space: nowrap;
}
.td_w15{
	width:15%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
}
.td_w30{
	width:22%;
	padding:0px 0px 0px 0px;
	line-height: 1.3;
}

/*R数リンク表示*/
.roundbox {
	width:94%;
	margin: 10px auto;
	text-align:left;
	/*margin:10px 0px 10px 18px;*/
}
.roundmenu {
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:4px 14px 4px 14px;
	border: #ff9900 1px solid;
	background: #fff;
	color:#ff9900;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
}

.roundmenuoff {
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:4px 14px 4px 14px;
	background: #fff;
	border: #ccc 1px solid;
	color:#ccc;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
}

.roundmenuon {
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:4px 14px 4px 14px;
	background: #ff9900;
	border: #ff9900 1px solid;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
}

a.roundmenu:hover {
	background: #ff9900;
	border: #ff9900 1px solid;
	color:#fff;
}

.pdflink {
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:4px 14px 4px 14px;
	border: #00533E 1px solid;
	background: #fff;
	color:#00533E;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:1.5;
}

a.pdflink:hover {
	background: #00533E;
	border: #00533E 1px solid;
	color:#fff;
}

.info {
	font-size:110%;
	float:right;
	padding-top:0px;
	line-height:1.2;
	text-align:right;
}

.yosen {
	background: #ff9900;
	color:#fff;
}

.po {
	background: #0066FF;
	color:#fff;
}






/*ペアリング*/
.wrapper {/*border: solid 1px red;*/
	width:94%;
	height:100%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.box1 {/*border: red 2px solid;*/
	width:49%;
}

.box2 {/*border: orange 2px solid;*/
	width:49%;
}

/*テーブル*/
.tb2 {
	width:100%;
	border: #BFBFBF 1px solid;
	border-collapse: collapse;
	color: #333333;
	margin: 0px auto;
	table-layout: fixed;
}

.tb2 td{
	border: #BFBFBF 1px solid;
	border-collapse: collapse;
	padding: 4px 4px 3px 4px;
}




.st {/*border: solid 1px red;*/
	font-size:120%;
	font-weight:bold;
	text-align:left;
	margin:0;
}

.td_cl{
	background:#00533E;
	color:#fff;
}

.no {
	width:6%;
}

.time {
	width:12%;
}

.players {
	width:30%;
}

.Affiliation {
	width:44%;
}

.score {
	width:8%;
}

.td_Aff {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
}

.td_Scr {
	position: relative;
}

.td_Scr::before {
	content: "";
	position: absolute;
	border-top: 6px double red;
	width: 101%;
	left: -1px;
	top: 38%;

}




/* スマホ　767px以下 */
@media screen and (max-width: 800px) {

	* {
		font-size:12px;
	}

	body {
		font-size:75%;
		padding: 0px;
		margin: 0px;
	}

	.tb td{
		padding: 2px 2px 1px 2px;
	}

	.wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
}

	.box1 {
		width:100%;
	}

	.box2 {
		width:100%;
	}



}
