@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Info

++++++++++++++++++++++++++++++++++++++++ */

article>div {
	background: #444;
}

#heading {
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	background: rgba(255,255,255,.75);
	text-align: right;
	white-space: nowrap;
}

#heading .selectWrap,
#heading p {
	display: inline-block;
	width: 200px;
	margin: 0;
	vertical-align: middle;
}
#heading .selectWrap {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
}
#heading .selectWrap+.selectWrap {
	left: 240px;
}
#heading p {
	width: 260px;
	margin-left: 10px;
	white-space: normal;
}

#tabSub {
	background: rgba(0,0,0,.25)
}
#tabSub li {
	width: 134px;
	height: 30px;
	margin-right: 10px;
}
#tabSub li a {
	background-size: auto;
}

#tabSub .entry,
#tabSub .roundrobin {
	width: 124px;
}

.tabNav .entry a { background-image: url(../img/info/tab_entry.png); }
.tabNav .entry a:hover,
.tabNav .entry.on a { background-image: url(../img/info/tab_entry_wht.png); }
.tabNav .roundrobin a { background-image: url(../img/info/tab_roundrobin.png); }
.tabNav .roundrobin a:hover,
.tabNav .roundrobin.on a { background-image: url(../img/info/tab_roundrobin_wht.png); }
.tabNav .qualify a { background-image: url(../img/info/tab_qualify.png); }
.tabNav .qualify a:hover,
.tabNav .qualify.on a { background-image: url(../img/info/tab_qualify_wht.png); }
.tabNav .div2 a { background-image: url(../img/info/tab_div2.png); }
.tabNav .div2 a:hover,
.tabNav .div2.on a { background-image: url(../img/info/tab_div2_wht.png); }
.tabNav .div1 a { background-image: url(../img/info/tab_div1.png); }
.tabNav .div1 a:hover,
.tabNav .div1.on a { background-image: url(../img/info/tab_div1_wht.png); }



/* ++++++++++++++++++++++++++++++++++++++++

	Entry List, Qualify

++++++++++++++++++++++++++++++++++++++++ */

#entryList {
	padding: 16px 16px;
	line-height: 1;
	font-size: 12px;
}
#entryList #listHead,
#entryList>ul {
	white-space: nowrap;
}

#entryList #listHead {
	color: #fff;
	font-size: 12px;
}

#entryList #listHead>div,
#entryList .constructorList li,
#entryList .resultList li,
#entryList>ul li>div>div {
	display: inline-block;
	padding: 6px 10px 5px;
	margin-right: 2px;
	background: #5a5a5a;
	vertical-align: middle;
	white-space: normal;
}

#entryList .number { width: 50px; }
#entryList .board { width: 70px; }
#entryList .name { width: 193px; }

#entryList .constructorList,
#entryList .resultList {
	display: inline-block;
	vertical-align: middle;
}
#entryList .constructorList li {
	width: 97px;
	padding-left: 4px;
	padding-right: 4px;
}
#entryList .constructorList li:last-child,
#entryList .resultList li:last-child {
	margin-right: 0 !important;
}

#entryList #listHead .title {
	display: none;
}

#entryList #listHead>div,
#entryList #listHead li {
	position: relative;
}

#entryList #listHead .asc,
#entryList #listHead .desc {
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -3px;
	border: solid 5px transparent;
	border-top: 0;
	border-bottom: solid 6px #1e1e1e;
}
#entryList #listHead .desc {
	right: 5px;
	border-top: solid 6px #1e1e1e;
	border-bottom: 0;
}

#entryList #listHead .grsorter-current {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

#entryList>ul>li {
	position: relative;
	margin-top: 2px;
	background: #fff;
	text-align: center;
	color: #5a5a5a;
}
#entryList>ul>li:nth-child(even) {
	background: #DDD;
}
#entryList>ul li>div {
	display: inline-block;
	vertical-align: middle;
}
#entryList>ul li>div>div,
#entryList>ul .constructorList li,
#entryList>ul .resultList li {
	background: transparent;
}

#entryList>ul .board a {
	display: inline-block;
	max-width: 100%;
}

#entryList .division1 {
	width: 70px;
	height: 24px;
	background: url(../img/info/division1.png) center center no-repeat;
	background-size: 64px;
	text-indent: -20000px;
}

#entryList .num {
	width: 10px;
	height: 20px;
}

#entryList>ul li .name {
	text-align: left;
	font-size: 14px;
}
#entryList>ul li .name small {
	display: block;
	margin-top: 4px;
	font-size: 10px;
}

#entryList .grsorter-board,
#entryList .grsorter-name {
	display: none;
}

#entryList>ul li>div>div:after,
#entryList>ul .constructorList li:after,
#entryList>ul .resultList li:after {
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background: #444;
}

#entryList>ul .number:after { left: 70px; }
#entryList>ul .board:after { left: 162px; }
#entryList>ul .name:after { left: 377px; }
#entryList>ul .barrel:after { left: 484px; }
#entryList>ul .flight:after { left: 591px; }

#entryList>ul .apparel:after {
	display: none;
}


/* ----------------------------------------
	Qualify
---------------------------------------- */

#qualifyTitle,
#qualifyTitle+#searchNameWrap {
	display: inline-block;
	width: 310px;
	vertical-align: middle;
}
#qualifyTitle img {
	height: 34px;
}
#qualifyTitle .num {
	width: 16px;
	height: 32px;
	margin: 0 2px;
}
#qualifyTitle img+.num,
#qualifyTitle .num+img {
	margin-left: 5px;
}

#qualifyTitle+#searchNameWrap {
	width: 380px;
}
#qualifyTitle+#searchNameWrap #searchName {
	width: 100%;
	margin-top: 0;
}

#entryList.qualify #listHead>div,
#entryList .resultList li,
#entryList.qualify>ul li>div>div {
	padding: 6px 5px;
	text-align: center;
}

#entryList .rank { width: 28px; }
#entryList.qualify .name { width: 213px; }
#entryList .resultList li { width: 75px; }

#entryList .rank .num {
	display: none;
}

#entryList.qualify > ul .name {
	width: 203px;
	padding: 6px 10px 5px;
	text-align: left;
}

#entryList>ul .rank:after { left: 38px; }
#entryList.qualify>ul .name:after { left: 263px; }
#entryList>ul .result:after {left: 350px;}
#entryList>ul .leg:after {left: 437px;}
#entryList>ul .rating:after {left: 524px;}
#entryList>ul .stats01:after { left: 611px; }

#entryList>ul .statsScr:after {
	display: none;
}


/* ----------------------------------------
	ladies
---------------------------------------- */

#entryList.ladies #listHead>div,
#entryList.ladies #listHead .constructorList li,
#entryList.ladies #listHead .resultList li {
	background: #d23c5a;
}

#entryList.ladies #listHead .asc {
	border-bottom-color: #78283c;
}
#entryList.ladies #listHead .desc {
	border-top-color: #78283c;
}

#entryList.ladies>ul>li {
	color: #d23c5a;
}
#entryList.ladies>ul>li:nth-child(even) {
	background: #ffe6ec;
}

#entryList.ladies .division1 {
	background-image: url(../img/info/division1_l.png);
}



/* ++++++++++++++++++++++++++++++++++++++++

	Round-Robin

++++++++++++++++++++++++++++++++++++++++ */

#rrList {
	padding: 16px 16px;
	color: #5a5a5a;
	font-size: 10px
}
#rrList > ul > li {
	position: relative;
	margin-top: 2px;
	padding: 4px 0 4px 50px;
	background: #fff;
}
#rrList > ul > li:first-child {
	margin-top: 0;
}
#rrList > ul > li > div,
#rrList .resultList,
#rrList .resultList li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#rrList .num {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 24px;
	margin: -12px 0 0 -6px;
}

#rrList .id {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: #5a5a5a;
}

#rrList .name {
    width: 246px;
    padding: 8px;
    text-align: left;
    font-size: 16px;
    line-height: 1;
}

#rrList .name small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

#rrList .table,
#rrList .resultList {
	box-sizing: border-box;
	height: 83px;
}
#rrList .table dl {
	float: left;
	width: 50px;
	margin-left: 2px;
}
#rrList .table dl:first-child {
	margin-left: 0;
}
#rrList .table dt,
#rrList .resultList li > div {
	background: #5a5a5a;
	color: #fff;
	line-height: 20px;
}
#rrList .table dd {
	margin-top: 1px;
	background: #d2d2d2;
	line-height: 20px;
	font-weight: 900;
}

#rrList .table dd:nth-of-type(3) {
	margin-top: 0;
	background: #d2d2d2;
	line-height: 21px;
	font-weight: 900;
}

#rrList .resultList {
	padding-top: 21px;
}
#rrList .resultList li {
	position: relative;
	width: 50px;
	height: 100%;
	margin-left: 2px;
	background: #d2d2d2;
}
#rrList .resultList li > div {
	position: absolute;
	width: 100%;
	left: 0;
	top: -21px;
}

#rrList .resultList .rank {
	width: 70px;
	white-space: nowrap;
}
#rrList .resultList .rank:before,
#rrList .resultList .leg:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#rrList .resultList .rank span,
#rrList .resultList .leg span {
	display: inline-block;
	position: static;
	margin: 0;
	vertical-align: middle;
}

/* ----------------------------------------
	prev next button
---------------------------------------- */
.rr_board_bloc {
	display: flex;
	justify-content: space-between;	
}

.rr_board_bloc > .selectWrap {
	margin: 0;
    width: calc(100% - 16px - 128px);
}

.rr_board_bloc > .rr_board_button_bloc {
    display: flex;
    justify-content: flex-end;
	width: 128px;
    height: 38px;
    padding: 1px 0;
}

.rr_board_button_bloc a:last-of-type {
    margin-left: 8px;
}

.rr_board_button_bloc .rr_board_button {
	width: 60px;
    height: 100%;
    background-color: #1e1e1e;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.rr_board_button.prev {
    background-image: url(../img/common/nextstage_btn_prev.png);
}

.rr_board_button.next {
    background-image: url(../img/common/nextstage_btn_next.png);
}

/* ----------------------------------------
	ladies
---------------------------------------- */

#rrList.ladies {
	color: #d23c5a;
}

#rrList.ladies .id,
#rrList.ladies .table dt,
#rrList.ladies .resultList li>div {
	background: #d23c5a;
}

#rrList.ladies .table dd,
#rrList.ladies .resultList li {
	background: #f6d8de;
}


/* ++++++++++++++++++++++++++++++++++++++++

	Tournament

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	tournamentNav
---------------------------------------- */

#tournamentNav {
	text-align: center;
	white-space: nowrap;
	letter-spacing: -.4em;
}
#tournamentNav li {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 60px;
	margin: 0 5px;
}
#tournamentNav li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
#tournamentNav li a>div {
	display: table;
	width: 100%;
	height: 100%;
}
#tournamentNav li a:hover,
#tournamentNav .on a {
	opacity: 1;
	background: #1e1e1e;
}
#tournamentNav li a>div>div {
	display: table-cell;
	vertical-align: middle;
}
#tournamentNav li span {
	display: block;
	width: 60px;
	height: 2px;
	margin: 0 auto 6px;
	background: #d2d2d2;
}
#tournamentNav li span:last-child {
	margin-bottom: 0;
}

#tournamentNav .line3 span {
	margin-bottom: 14px;
}



/* ----------------------------------------
	tournamentList
---------------------------------------- */
div.dummy_div_box {
	padding: 16px 16px;
	background-color: #444;
}

#tournamentList {
	background-color: #444;
	font-size: 14px;
	line-height: 1;
	overflow: auto;
	white-space: nowrap;
	box-sizing: border-box;
}

#tournamentList > ul {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}

#tournamentList > ul:first-child {
	margin-left: 0;
}

#tournamentList > ul > li {
	padding-bottom: 8px;
}

#tournamentList > ul:nth-of-type(2) > li {
	padding-top: 44px;
	padding-bottom: 52px;
}

#tournamentList > ul:nth-of-type(3) > li {
	padding-top: 132px;
	padding-bottom: 140px;
}

#tournamentList > ul:nth-of-type(4) > li {
	padding-top: 308px;
	padding-bottom: 316px;
}

#tournamentList > ul:nth-of-type(5) > li {
	padding-top: 660px;
	padding-bottom: 668px;
}

#tournamentList > ul > li:last-child {
	padding-bottom: 0;
}

#tournamentList > ul > li > div {
	width: 180px;
}

#tournamentList li li {
	position: relative;
	padding: 6px 18px 0 6px;
	height: 40px;
	box-sizing: border-box;
	background: #fff;
}

#tournamentList li .lose {
	background: #999;
}

#tournamentList li small {
	display: block;
	margin-top: 5px;
	font-size: 10px;
}

#tournamentList .point {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -10px;
}

#tournamentList .point .num {
	width: 10px;
	height: 20px;
}

#tournamentList .pointD:after {
	background: none;
}

/* ladies
---------------------------------------- */

#tournamentList.ladies {
	color: #d23c5a;
}
#tournamentList.ladies li .lose {
	background: #F1A9A0;
}

/* board information button
---------------------------------------- */
article h2 {
	display: flex;
	align-items: flex-end;
}

article h2 > div {
    flex-grow: 1;
	text-align: right;
}

article h2 > div a {
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: normal;
    color: black;
    background-color: white;
	text-decoration: none;
}

article h2 > div:first-of-type {
	margin-right: 4px;
}