@charset "utf-8";

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

	Global CSS

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

/* ----------------------------------------
	Common Settings
---------------------------------------- */

body {
	background: url(../img/common/bg.jpg) 50% 86px no-repeat #f0f0f0;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color: #96783c;
	word-wrap: break-word;
}
a,
input[type=submit],
input[type=image] {
	cursor: pointer;
	transition: .2s;
}
a:hover,
input[type=submit]:hover,
input[type=image]:hover {
	opacity: .7;
}

#container {
	overflow: hidden;
	position: relative;
	z-index: 1;
	min-width: 1020px;
	margin: auto;
}

.pcBreak {
	display: block;
}

.spOnly {
	display: none;
}


/* ----------------------------------------
	header
---------------------------------------- */

header {
	position: relative;
	padding-top: 35px;
	z-index: 2;
	background: #fff;
}

h1 {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 251px;
	height: 202px;
	margin: 39px 0 0 -510px;
}
h1 a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -20000px;
	background: url(../img/common/logo_japan.png) no-repeat;
}

#headerSponsor {
	position: absolute;
	right: 50%;
	top: 10px;
	margin-right: -510px;
}
#headerSponsor li {
	float: left;
	margin-left: 20px;
}
#headerSponsor li a {
	display: inline-block;
}
#headerSponsor img {
	display: block;
	height: 15px;
}

#sns {
	position: absolute;
	left: 50%;
	top: 7px;
	margin-left: -515px;
}
#sns li {
	position: relative;
	float: left;
	width: 20px;
	height: 21px;
	margin-right: 15px;
	background: 50% 50% no-repeat;
}
#sns a {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-indent: -20000px;
}
#sns a:hover {
	opacity: .3;
}

#sns .fb { background-image: url(../img/common/icon_fb.png); }
#sns .tw { background-image: url(../img/common/icon_x.png); }
#sns .ig { background-image: url(../img/common/icon_insta.png); background-size: cover; }
#sns .tk { background-image: url(../img/common/icon_tiktok.png); background-size: cover; }

/* nav
---------------------------------------- */

nav {
	position: relative;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}
nav ul {
	width: 1020px;
	margin: auto;
}
nav li {
	position: relative;
	float: left;
	margin-right: 20px;
}
nav li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #1e1e1e;
	transition: .2s;
}
nav li:hover:after,
nav .on:after {
	width: 100%;
}
nav li a {
	display: block;
	padding: 18px 0;
}
nav li img {
	display: block;
}

nav .sub li {
	display: none;
}

nav .sub .loginPlayer,
nav .sub .license {
	display: block;
	position: absolute;
	right: 50%;
	top: 9px;
	height: 30px;
}

nav .sub .loginPlayer {
	width: 100px;
	margin-right: -510px;
}

nav .sub .license {
	width: 140px;
	margin-right: -395px;
}

nav .sub .loginPlayer:after,
nav .sub .license:after {
	display: none;
}
nav .sub .loginPlayer a,
nav .sub .license a {
	height: 100%;
	padding: 0;
}


/* ----------------------------------------
	article
---------------------------------------- */

#contents {
	position: relative;
	z-index: 1;
	width: 1020px;
	margin: auto;
}

article {
	position: relative;
	float: right;
	width: 730px;
	margin-bottom: 40px;
	padding-top: 60px;
}
article h2 {
	margin-bottom: 40px;
}
article h2 img {
	height: 43px;
}
article>div {
	padding: 40px 20px;
	background: rgba(0,0,0,.25)
}

#btnBack {
	display: block;
	width: 94px;
	height: 40px;
	margin-bottom: 20px;
	background: url(../img/common/btn_back.png) 50% 50% no-repeat;
	text-indent: -20000px;
}

/* num
---------------------------------------- */

.num {
	display: inline-block;
	text-indent: -20000px;
	background: no-repeat;
	background-size: contain;
}

.num0 { background-image: url(../img/num/gray/0.svg); }
.num1 { background-image: url(../img/num/gray/1.svg); }
.num2 { background-image: url(../img/num/gray/2.svg); }
.num3 { background-image: url(../img/num/gray/3.svg); }
.num4 { background-image: url(../img/num/gray/4.svg); }
.num5 { background-image: url(../img/num/gray/5.svg); }
.num6 { background-image: url(../img/num/gray/6.svg); }
.num7 { background-image: url(../img/num/gray/7.svg); }
.num8 { background-image: url(../img/num/gray/8.svg); }
.num9 { background-image: url(../img/num/gray/9.svg); }
.numD { background-image: url(../img/num/gray/d.svg); }
.num- { background-image: url(../img/num/gray/-.svg); }
.numS { background-image: url(../img/num/gray/s.svg); }

/* h2 */

h2 .num0 { background-image: url(../img/num/black_2/0.svg); }
h2 .num1 { background-image: url(../img/num/black_2/1.svg); }
h2 .num2 { background-image: url(../img/num/black_2/2.svg); }
h2 .num3 { background-image: url(../img/num/black_2/3.svg); }
h2 .num4 { background-image: url(../img/num/black_2/4.svg); }
h2 .num5 { background-image: url(../img/num/black_2/5.svg); }
h2 .num6 { background-image: url(../img/num/black_2/6.svg); }
h2 .num7 { background-image: url(../img/num/black_2/7.svg); }
h2 .num8 { background-image: url(../img/num/black_2/8.svg); }
h2 .num9 { background-image: url(../img/num/black_2/9.svg); }

/* winner */

#winner .gold .rank .num1 { background-image: url(../img/num/gold/1.svg); }
#winner .silver .rank .num2 { background-image: url(../img/num/silver/2.svg); }
#winner .bronze .rank .num3 { background-image: url(../img/num/bronze/3.svg); }

/* qualifyTitle */

#qualifyTitle .num0 { background-image: url(../img/num/black_2/0.svg); }
#qualifyTitle .num1 { background-image: url(../img/num/black_2/1.svg); }
#qualifyTitle .num2 { background-image: url(../img/num/black_2/2.svg); }
#qualifyTitle .num3 { background-image: url(../img/num/black_2/3.svg); }
#qualifyTitle .num4 { background-image: url(../img/num/black_2/4.svg); }
#qualifyTitle .num5 { background-image: url(../img/num/black_2/5.svg); }
#qualifyTitle .num6 { background-image: url(../img/num/black_2/6.svg); }
#qualifyTitle .num7 { background-image: url(../img/num/black_2/7.svg); }
#qualifyTitle .num8 { background-image: url(../img/num/black_2/8.svg); }
#qualifyTitle .num9 { background-image: url(../img/num/black_2/9.svg); }

/* rrList */

#rrList .id .numA { background-image: url(../img/num/white/a.svg); }
#rrList .id .numB { background-image: url(../img/num/white/b.svg); }
#rrList .id .numC { background-image: url(../img/num/white/c.svg); }
#rrList .id .numD { background-image: url(../img/num/white/d.svg); }
#rrList .id .numE { background-image: url(../img/num/white/e.svg); }
#rrList .id .numF { background-image: url(../img/num/white/f.svg); }

/* ladies */

.ladies .num0 { background-image: url(../img/num/pink/0.svg); }
.ladies .num1 { background-image: url(../img/num/pink/1.svg); }
.ladies .num2 { background-image: url(../img/num/pink/2.svg); }
.ladies .num3 { background-image: url(../img/num/pink/3.svg); }
.ladies .num4 { background-image: url(../img/num/pink/4.svg); }
.ladies .num5 { background-image: url(../img/num/pink/5.svg); }
.ladies .num6 { background-image: url(../img/num/pink/6.svg); }
.ladies .num7 { background-image: url(../img/num/pink/7.svg); }
.ladies .num8 { background-image: url(../img/num/pink/8.svg); }
.ladies .num9 { background-image: url(../img/num/pink/9.svg); }
.ladies .numD { background-image: url(../img/num/pink/d.svg); }
.ladies .num- { background-image: url(../img/num/pink/-.svg); }
.ladies .numS { background-image: url(../img/num/pink/s.svg); }

/* rankingList */

.rankingList .rank .num0 { background-image: url(../img/num/white/0.svg); }
.rankingList .rank .num1 { background-image: url(../img/num/white/1.svg); }
.rankingList .rank .num2 { background-image: url(../img/num/white/2.svg); }
.rankingList .rank .num3 { background-image: url(../img/num/white/3.svg); }
.rankingList .rank .num4 { background-image: url(../img/num/white/4.svg); }
.rankingList .rank .num5 { background-image: url(../img/num/white/5.svg); }
.rankingList .rank .num6 { background-image: url(../img/num/white/6.svg); }
.rankingList .rank .num7 { background-image: url(../img/num/white/7.svg); }
.rankingList .rank .num8 { background-image: url(../img/num/white/8.svg); }
.rankingList .rank .num9 { background-image: url(../img/num/white/9.svg); }

.rankingList .gold .rank .num1 { background-image: url(../img/num/black/1.svg); }
.rankingList .silver .rank .num2 { background-image: url(../img/num/black/2.svg); }
.rankingList .bronze .rank .num3 { background-image: url(../img/num/black/3.svg); }

.rankingList .gold .point .num0 { background-image: url(../img/num/gold/0.svg); }
.rankingList .gold .point .num1 { background-image: url(../img/num/gold/1.svg); }
.rankingList .gold .point .num2 { background-image: url(../img/num/gold/2.svg); }
.rankingList .gold .point .num3 { background-image: url(../img/num/gold/3.svg); }
.rankingList .gold .point .num4 { background-image: url(../img/num/gold/4.svg); }
.rankingList .gold .point .num5 { background-image: url(../img/num/gold/5.svg); }
.rankingList .gold .point .num6 { background-image: url(../img/num/gold/6.svg); }
.rankingList .gold .point .num7 { background-image: url(../img/num/gold/7.svg); }
.rankingList .gold .point .num8 { background-image: url(../img/num/gold/8.svg); }
.rankingList .gold .point .num9 { background-image: url(../img/num/gold/9.svg); }

.rankingList .silver .point .num0 { background-image: url(../img/num/silver/0.svg); }
.rankingList .silver .point .num1 { background-image: url(../img/num/silver/1.svg); }
.rankingList .silver .point .num2 { background-image: url(../img/num/silver/2.svg); }
.rankingList .silver .point .num3 { background-image: url(../img/num/silver/3.svg); }
.rankingList .silver .point .num4 { background-image: url(../img/num/silver/4.svg); }
.rankingList .silver .point .num5 { background-image: url(../img/num/silver/5.svg); }
.rankingList .silver .point .num6 { background-image: url(../img/num/silver/6.svg); }
.rankingList .silver .point .num7 { background-image: url(../img/num/silver/7.svg); }
.rankingList .silver .point .num8 { background-image: url(../img/num/silver/8.svg); }
.rankingList .silver .point .num9 { background-image: url(../img/num/silver/9.svg); }

.rankingList .bronze .point .num0 { background-image: url(../img/num/bronze/0.svg); }
.rankingList .bronze .point .num1 { background-image: url(../img/num/bronze/1.svg); }
.rankingList .bronze .point .num2 { background-image: url(../img/num/bronze/2.svg); }
.rankingList .bronze .point .num3 { background-image: url(../img/num/bronze/3.svg); }
.rankingList .bronze .point .num4 { background-image: url(../img/num/bronze/4.svg); }
.rankingList .bronze .point .num5 { background-image: url(../img/num/bronze/5.svg); }
.rankingList .bronze .point .num6 { background-image: url(../img/num/bronze/6.svg); }
.rankingList .bronze .point .num7 { background-image: url(../img/num/bronze/7.svg); }
.rankingList .bronze .point .num8 { background-image: url(../img/num/bronze/8.svg); }
.rankingList .bronze .point .num9 { background-image: url(../img/num/bronze/9.svg); }

/* paging */

#paging li div .num0 { background-image: url(../img/num/white/0.svg); }
#paging li div .num1 { background-image: url(../img/num/white/1.svg); }
#paging li div .num2 { background-image: url(../img/num/white/2.svg); }
#paging li div .num3 { background-image: url(../img/num/white/3.svg); }
#paging li div .num4 { background-image: url(../img/num/white/4.svg); }
#paging li div .num5 { background-image: url(../img/num/white/5.svg); }
#paging li div .num6 { background-image: url(../img/num/white/6.svg); }
#paging li div .num7 { background-image: url(../img/num/white/7.svg); }
#paging li div .num8 { background-image: url(../img/num/white/8.svg); }
#paging li div .num9 { background-image: url(../img/num/white/9.svg); }

/* tabNav
---------------------------------------- */

.tabNav {
	position: relative;
	margin-bottom: 30px;
}
.tabNav li {
	position: relative;
	float: left;
	width: 355px;
	height: 40px;
	margin-right: 20px;
}
.tabNav li:last-child {
	margin-right: 0 !important;
}
.tabNav li a {
	display: block;
	height: 100%;
	border-radius: 20px;
	background: 50% 50% no-repeat #fff;
	background-size: auto 14px;
	text-indent: -20000px;
}
.tabNav li a:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
	border: solid 10px transparent;
	border-top-color: #fff;
	transition: .2s;
}
.tabNav li a:hover {
	opacity: 1;
}
.tabNav li a:hover,
.tabNav .on a {
	background-color: #1e1e1e;
}
.tabNav a:hover:after,
.tabNav .on a:after {
	border-top-color: #1e1e1e;
}

.tabNav .j a { background-image: url(../img/common/tab_j_gray.png); }
.tabNav .j a:hover,
.tabNav .j.on a { background-image: url(../img/common/tab_j.png); }

.tabNav .jl a { background-image: url(../img/common/tab_jl_gray.png); }
.tabNav .jl a:hover,
.tabNav .jl.on a { background-image: url(../img/common/tab_jl.png); }

/* tabRanking */

.tabRanking li {
	width: 235px;
}

.tabRanking .j {
	width: 220px;
}

.tabRanking .c a {
	background-image: url(../img/common/tab_c_gray.png);
	background-size: auto 16px;
}
.tabRanking .c a:hover,
.tabRanking .c.on a {
	background-image: url(../img/common/tab_c.png);
}

/* tabSub */

#tabSub {
	padding: 20px;
	background: #fff;
}

/* input, select, textarea
---------------------------------------- */

.inputWrap,
.selectWrap,
.textareaWrap {
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 8px 2px #d2d2d2 inset;
	box-shadow: 0 0 8px 2px #d2d2d2 inset;
	width: 440px;
	height: 40px;
	margin: 20px auto 0;
	border: solid 1px #dedede;
	border-radius: 10px;
	background: #fff;
}
.selectWrap {
	position: relative;
}

#selectYear { width: 180px; }
#selectYear+#selectStage { width: 240px; }

.selectWrap:before {
	content: '';
	position: absolute;
	right: 4px;
	top: 4px;
	width: 20px;
	height: 30px;
	border-radius: 5px;
	background: url(../img/common/select_btn.png) 50% 50% no-repeat #1e1e1e;
}
.textareaWrap {
	width: auto;
	height: auto;
}
.inputWrap input[type=text],
.selectWrap select,
.textareaWrap textarea {
	display: block;
	outline: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	border: 0;
	background: none;
	font-size: 16px;
	font-family: inherit;
}
.selectWrap select {
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.selectWrap select::-ms-expand {
	display: none;
}
.textareaWrap textarea {
	height: -webkit-calc(12em + 20px);
	height: calc(12em + 20px);
	padding: 10px 20px;
}

/* searchName */

#searchName {
	position: relative;
}
#searchName input[type=text] {
	position: relative;
	padding-right: 36px;
}
#searchName #searchNameBtn {
	outline: none;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 10;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	padding: 0;
	border: 0;
	background: url(../img/common/icon_search.png) 50% 50% no-repeat;
	background-size: 16px;
}

/* radio */

input[type=radio],
input[type=radio]+span {
	display: inline-block;
	vertical-align: middle;
}
input[type=radio] {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}

/* searchResult
---------------------------------------- */

.searchResult {
	position: relative;
	z-index: 1;
}
.srFrame {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 5px;
	height: 5px;
	background: #f90;
}
.searchResult .srFrame01,
.searchResult .srFrame02 {
	height: 100%;
}
.searchResult .srFrame02 {
	left: auto;
	right: 0;
}
.searchResult .srFrame03,
.searchResult .srFrame04 {
	left: 0;
	top: 0;
	width: 100%;
}
.searchResult .srFrame04 {
	top: auto;
	bottom: 0;
}

/* tabContents
---------------------------------------- */

.tabContents>* {
	display: none;
}
.tabContents>.on {
	display: block;
}

/* directoryLink
---------------------------------------- */

.directoryLinkText {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.directoryLinkOpener,
.directoryLinkBtn {
	display: none;
}

/* rankingList
---------------------------------------- */

.rankingList {
	color: #5a5a5a;
	font-size: 21px;
	line-height: 1;
}
.rankingList li {
	position: relative;
	margin-top: 10px;
	background: #fff;
}
.rankingList li:first-child {
	margin-top: 0;
}

article .rankingList>li {
	white-space: nowrap;
	letter-spacing: -.4em;
}
article .rankingList>li:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 60px;
	vertical-align: middle;
}
article .rankingList>.gold:after,
article .rankingList>.silver:after,
article .rankingList>.bronze:after {
	height: 80px;
}
article .rankingList li>div {
	white-space: normal;
	letter-spacing: 0;
}

.rankingList .status,
.rankingList .rank {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.rankingList .status {
	width: 50px;
	background: 50% 50% no-repeat #fff;
}

.rankingList .up .status { background-image: url(../img/ranking/status_up.png); }
.rankingList .down .status { background-image: url(../img/ranking/status_down.png); }
.rankingList .new .status { background-image: url(../img/ranking/status_new.png); }
.rankingList .keep .status { background-image: url(../img/ranking/status_keep.png); }

.rankingList .rank {
	width: 60px;
	left: 50px;
}
.rankingList .rank {
	background: #585858;
}
.rankingList .rank>div {
	display: table;
	width: 100%;
	height: 100%;
}
.rankingList .rank>div>div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.rankingList .rank .num {
	width: 16px;
	height: 32px;
}

.rankingList .gold .rank>div>div:before,
.rankingList .silver .rank>div>div:before,
.rankingList .bronze .rank>div>div:before {
	content: '';
	display: block;
	width: 40px;
	height: 25px;
	margin: 0 auto 6px;
	background: url(../img/ranking/icon_crown.png) 50% 100% no-repeat;
}

.rankingList .photo,
.rankingList .text {
	display: inline-block;
	vertical-align: middle;
}
.rankingList .photo {
	box-sizing: border-box;
	width: 80px;
	margin-left: 110px;
	padding: 5px 0 5px 5px;
}
.rankingList .text {
	position: relative;
	width: 560px;
	padding: 10px;
}
article .rankingList .text {
	margin-left: 110px;
}
article .rankingList .photo+.text {
	width: 480px;
	margin-left: 0;
}

.rankingList .name {
	padding-right: 150px;
}
.rankingList .name small {
	margin-left: 20px;
	font-size: 14px;
}

.rankingList .j16 {
	position: absolute;
	right: 120px;
	top: 50%;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border: solid 1px #787878;
	border-radius: 18px;
	background: url(../img/common/icon_j16.png);
}

.rankingList.ladies .j16,
.rankingList .gold .j16,
.rankingList .silver .j16,
.rankingList .bronze .j16 {
	border: 0;
	background-image: url(../img/common/icon_j16_wht.png);
}

.rankingList .point {
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -20px;
	padding: 0 31px 3px 0;
}
.rankingList .point:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 27px;
	height: 19px;
	background: url(../img/ranking/point.png) no-repeat;
}
.rankingList .point .num {
	width: 20px;
	height: 40px;
}

.rankingList .constructorList {
	width: 420px;
	margin: 10px 0 0 -10px;
	font-size: 12px;
}
.rankingList .constructorList li {
	float: left;
	width: auto;
	min-width: 110px;
	margin: 10px 0 0 10px;
	padding: 6px 10px;
	background: #d2d2d2;
	text-align: center;
	color: #787878;
}

/* Color Variation */

.rankingList.ladies {
	color: #d23b5a;
}
.rankingList.ladies .rank,
.rankingList.ladies .j16,
.rankingList.ladies .constructorList li {
	background-color: #d23b5a;
}
.rankingList.ladies .point:after {
	background-image: url(../img/ranking/point_ladies.png);
}

.rankingList .gold {
	color: #96783c;
}
.rankingList .gold .rank,
.rankingList .gold .j16,
.rankingList .gold .constructorList li {
	background-color: #96783c;
}
.rankingList .gold .point:after {
	background-image: url(../img/ranking/point_gold.png);
}

.rankingList .silver {
	color: #787878;
}
.rankingList .silver .rank,
.rankingList .silver .j16,
.rankingList .silver .constructorList li {
	background-color: #787878;
}
.rankingList .silver .point:after {
	background-image: url(../img/ranking/point_silver.png);
}

.rankingList .bronze {
	color: #965a3c;
}
.rankingList .bronze .rank,
.rankingList .bronze .j16,
.rankingList .bronze .constructorList li {
	background-color: #965a3c;
}
.rankingList .bronze .point:after {
	background-image: url(../img/ranking/point_bronze.png);
}

.rankingList.ladies .constructorList li,
.rankingList .gold .constructorList li,
.rankingList .silver .constructorList li,
.rankingList .bronze .constructorList li {
	color: #fff;
}

/* rankingList.constructor */

.rankingList.constructor .photo {
	width: auto;
	height: 80px;
	padding: 10px 20px;
}

.rankingList.constructor .point {
	margin-top: -20px;
	padding: 0 31px 1px 0;
}

/* accordion
---------------------------------------- */

.accordion section {
	position: relative;
}
.accordion>section+section {
	margin-top: 10px;
}
.accordion h3,
.accordion h4 {
	padding: 0 90px 0 20px;
	background: #1e1e1e;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
}

.accordion .btnOpen {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 70px;
	height: 20px;
	background: url(../img/common/btn_open.png);
	text-indent: -20000px;
}
.accordion .btnOpen.open {
	background-image: url(../img/common/btn_close.png);
}

.accordion>section>div {
	display: none;
	padding: 20px;
	background: #fff;
}

.accordion .btnClose {
	display: none;
}


/* ----------------------------------------
	sideContents
---------------------------------------- */

#sideContents {
	float: left;
	width: 250px;
	padding-top: 290px;
}
#sideContents>div {
	margin-bottom: 40px;
}

#sideContents h2 img,
#sideContents h3 img{
	display: block;
	margin: auto;
}

#nextstage h2,
#winner h2,
#winner h3 {
	height: 22px;
	padding: 8px 0 0 10px;
	background: #1e1e1e;
}
#nextstage h2 img,
#winner h2 img,
#winner h3 img {
	height: 14px;
}

/* nextstage
---------------------------------------- */

#nextstage {
	overflow: hidden;
	position: relative;
	color: #787878;
}
#nextstage li>div {
	padding: 15px 10px;
	background: #fff;
	border-top: solid 1px #e6e6e6;
}
#nextstage li>div:first-child {
	border: 0;
	color: #1e1e1e;
	position: relative;
}
#nextstage h3 {
	font-weight: normal;
	font-size: 21px;
}

#nextstage .btnArea {
	padding: 10px;
	background: rgba(0,0,0,.25);
}
#nextstage .btnArea li {
	position: relative;
	float: left;
	width: 110px;
	height: 30px;
	margin-top: 10px;
}
#nextstage .btnArea li:nth-child(2n) {
	float: right;
}
#nextstage .btnArea li:nth-child(1),
#nextstage .btnArea li:nth-child(2) {
	margin-top: 0;
}
#nextstage .btnArea a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -20000px;
	background: 50% 50% no-repeat;
}

#nextstage .btnArea .outline a { background-image: url(../img/common/nextstage_btn_outline.png); }
#nextstage .btnArea .entry a { background-image: url(../img/common/nextstage_btn_entry.png); }
#nextstage .btnArea .result a { background-image: url(../img/common/nextstage_btn_result.png); }
#nextstage .btnArea .gallery a { background-image: url(../img/common/nextstage_btn_gallery.png); }

#nextstage .grSliderPrev {
	border-right: solid 1px #fff;
}

#nextstage .grSliderNext {
	border-left: solid 1px #fff;
}

#nextstage .exciting_stageicon {
    position: absolute;
    right: 4%;
    top: 10px;
    width: 15%;
    height: auto;
}

/* winner
---------------------------------------- */

#winner {
	position: relative;
}
#winner h2 img {
	margin: 0;
}

.btnMore {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 50px;
	height: 20px;
}
.btnMore a {
	display: block;
	height: 100%;
	background: url(../img/common/btn_more.png) no-repeat;
	text-indent: -20000px;
}

#winner h3 {
	background: #5a5a5a;
}
#winner .rankingList>li {
	margin: 0;
	padding: 14px 14px 14px 60px;
	border-top: solid 1px #e6e6e6;
}

#winner .rank {
	left: 0;
	background: none;

}
#winner .rank .num {
	width: 15px;
	height: 30px;
}

#winner .gold .rank>div>div:before {
	background-image: url(../img/ranking/icon_crown_gold.png);
}
#winner .silver .rank>div>div:before,
#winner .bronze .rank>div>div:before {
	display: none;
}

#winner .photo {
	position: absolute;
	bottom: 10px;
	margin: 0;
	padding: 0;
}

#winner .text {
	width: auto;
	padding: 0;
}

#winner .name {
	padding: 0;
	font-size: 16px;
}
#winner .name small {
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
}

#winner .constructorList {
	width: auto;
	min-height: 80px;
	padding-left: 90px;
}
#winner .constructorList li {
	float: none;
	min-width: 0;
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
	color: #96783c;
	font-size: 12px;
}

/* gold, silver */

#winner .rankingList .gold {
	padding-bottom: 10px;
}

#winner .silver .photo,
#winner .silver .constructorList {
	display: none;
}

/* archives
---------------------------------------- */

#archives {
	display: none;
	padding-bottom: 15px;
	background: #fff;
}
#archives li {
	padding: 15px 10px 0;
}
#archives h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
}

#archives .selectWrap {
	width: 100%;
	margin-top: 10px
}

/* media
---------------------------------------- */

#media li {
	margin-top: 10px;
	background: #fff;
}


/* ----------------------------------------
	footer
---------------------------------------- */

footer {
	position: relative;
	z-index: 1;
	padding: 39px 0;
	background: #000;
	color: #787878;
	line-height: 1;
}

#btnPagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: url(../img/common/btn_pagetop.png);
	text-indent: -20000px;
	transition: 0s;
}
#btnPagetop:hover {
	transition: .2s;
}

footer>div {
	width: 1020px;
	margin: auto;
}
footer p {
	float: left;
}
footer ul {
	float: right;
	margin-top: 1px;
	font-size: 12px;
}
footer li {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	border-left: solid 1px #fff;
}
footer li:first-child {
	border: 0;
}
footer a {
	text-decoration: none;
	color: #fff;
}


/* ----------------------------------------
	liveParts
---------------------------------------- */

.liveParts,
.liveSide>div {
	background: #96783c;
}
.liveParts {
	display: none;
}
.liveParts img {
	display: block;
	margin: auto;
}
.liveParts a {
	display: block;
	width: 110px;
	height: 30px;
	background: url(../img/common/live_btn.png) no-repeat;
	text-indent: -20000px;
}

.liveSide {
	position: fixed;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 187px 20px 0;
	background: #1e1e1e;
}
.liveSide>div {
	width: 110px;
	padding: 0 10px 20px;
}
.liveSide div div:before,
.liveSide div div:after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
	padding: 40px 0;
	background: url(../img/common/live_icon.png) 50% 50% no-repeat;
}

#liveSideL {
	right: 50%;
	margin-right: 550px;
}
#liveSideL>div {
	float: right;
}

#liveSideR {
	left: 50%;
	margin-left: 550px;
}

#liveTop {
	position: relative;
	margin-bottom: 35px;
	padding: 10px 0;
}
#liveTop a {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 390px;
}
/*
.liveOn .liveParts {
	display: block;
}

.liveOn header {
	padding-top: 0;
}

.liveOn #headerSponsor {
	top: 70px;
}

.liveOn #sns {
	top: 67px;
}

@media screen and (min-width:1160px){
	.liveOn #btnPagetop {
		left: 50%;
		right: auto;
		margin-left: 530px;
	}
}
*/

/* ----------------------------------------
	modify directoryLink
---------------------------------------- */

.directoryLinkTextBypass {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}