#wrapper .kv_area {
	width: 100%;
	background: url(/league/mens/tournament2018/img/kv.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-width: 1000px;
}

@media screen and (max-width: 960px) {
#wrapper .kv_area {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px;
	background: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: auto;
	min-width: 0;
}
}
#wrapper .kv_area > .inner {
	width: 1000px;
	margin: 0px auto 0px;
	height: 284px;
	position: relative;
}

@media screen and (max-width: 960px) {
#wrapper .kv_area > .inner {
	height: auto;
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px;
}
}
#wrapper .kv_area > .inner .kv img {
	width: 100%;
}
#wrapper .link_bl {
	text-align: right;
	width: 1000px;
	margin: 20px auto 25px;
}

@media screen and (max-width: 960px) {
#wrapper .link_bl {
	width: 100%;
	max-width: 960px;
	margin: 20px auto 15px;
	padding: 0 4%;
}
}
#wrapper .link_bl a {
	color: #2259bb;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
#wrapper .link_bl a {
	font-size: 12px;
	font-size: 1.2rem;
}
}
#wrapper .link_bl a:hover {
	text-decoration: underline;
}
#wrapper .link_bl a:after {
	content: "";
	display: inline-block;
	background: url(/common/img/icon_circle_bl.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin-left: 4px;
}

@media screen and (max-width: 960px) {
#wrapper .link_bl a:after {
	width: 12px;
	height: 12px;
	-webkit-background-size: 12px;
	-moz-background-size: 12px;
	-ms-background-size: 12px;
	background-size: 12px;
	margin-right: 2px;
}
}
#wrapper .info_area {
	width: 1000px;
	margin: 0px auto 0px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px;
	padding: 0 4%;
}
}
#wrapper .info_area .year {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#wrapper .info_area .year p {
	color: #000;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .year p {
	font-size: 16px;
	font-size: 1.6rem;
}
}
#wrapper .info_area ul.select {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 1px;
	font-size: 0;
	text-align: left;
	margin-bottom: 45px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area ul.select {
	margin-bottom: 30px;
}
}
#wrapper .info_area ul.select.bottom {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin-bottom: 0;
}
#wrapper .info_area ul.select li {
	display: inline-block;
	margin-right: 17px;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
}

@media screen and (max-width: 960px) {
#wrapper .info_area ul.select li {
	margin-right: 8px;
}
}
#wrapper .info_area ul.select li:before {
	content: "";
	display: inline-block;
	background: url(/common/img/separate_gy.png) 0 0 no-repeat;
	width: 14px;
	height: 22px;
	vertical-align: middle;
	margin-right: 20px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area ul.select li:before {
	margin-right: 10px;
	width: 10px;
	height: 16px;
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-ms-background-size: 10px;
	background-size: 10px;
}
}
#wrapper .info_area ul.select li:last-child {
	margin-right: 0;
}
#wrapper .info_area ul.select li:last-child:after {
	content: "";
	display: inline-block;
	background: url(/common/img/separate_gy.png) 0 0 no-repeat;
	width: 14px;
	height: 22px;
	vertical-align: middle;
	margin-left: 10px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area ul.select li:last-child:after {
	margin-left: 10px;
	width: 10px;
	height: 16px;
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-ms-background-size: 10px;
	background-size: 10px;
}
}
#wrapper .info_area ul.select li a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #2259bb;
	vertical-align: middle;
}

@media screen and (max-width: 960px) {
#wrapper .info_area ul.select li a {
	font-size: 10px;
	font-size: 1rem;
}
}
#wrapper .info_area ul.select li a:hover {
	text-decoration: underline;
}
/********/
#wrapper .tournament_title {
	width: 100%;
	margin-bottom: 50px;
}
#wrapper .tournament_title h2 {
	background: url(../img/img_title_bg.png) no-repeat #000;
	width: 210px;
	float: left;
	height: 68px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: -webkit- center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: -webkit- center;
	justify-content: center;
}

@media screen and (max-width: 960px) {
#wrapper .tournament_title h2 {
	width: 100%;
	padding-left: 50px;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}
}
#wrapper .tournament_title ul {
	width: 75%;
	float: left;
	height: 68px;
	position: relative;
	background: #000;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7px 25px 0;
}

@media screen and (max-width: 960px) {
#wrapper .tournament_title ul {
	width: 100%;
	background: #333333;
	height: auto;
	padding: 15px 20px;
}
}
#wrapper .tournament_title ul::after {
	content: "";
	background: url(../img/img_title_bg_01.png) 0 0 no-repeat;
	width: 37px;
	height: 68px;
	position: absolute;
	top: 0;
	right: -37px;
}

@media screen and (max-width: 960px) {
#wrapper .tournament_title ul::after {
	content: "";
	background: none;
}
}
#wrapper .tournament_title ul li {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	margin-right: 30px;
	white-space: nowrap;
}
#wrapper .info_area .tournament_block {
	width: 1000px;
	margin: 0px auto 50px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 40px;
}
}
#wrapper .info_area .tournament_block h2 {
	margin-bottom: 20px;
}
#wrapper .info_area .tournament_block .contents {
	width: 100%;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents {
	width: 100%;
	float: none;
}
}
#wrapper .info_area .tournament_block .contents dl {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 5px 0;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents dl {
	padding: 8px 0;
}
}
#wrapper .info_area .tournament_block .contents dl dt {
	width: 92px;
	float: left;
	margin-right: 30px;
	height: 29px;
	position: relative;
	background: #e7211a;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: -webkit- center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: -webkit- center;
	justify-content: center;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents dl dt {
	width: 70px;
	font-size: 12px;
	font-size: 1.2rem;
	height: 22px;
	margin: 0;
}
}
#wrapper .info_area .tournament_block .contents dl dt:after {
	content: "";
	display: block;
	background: url(/common/img/delta_rd_01.png) 0 0 no-repeat;
	-webkit-background-size: 16px;
	-moz-background-size: 16px;
	-ms-background-size: 16px;
	background-size: 16px;
	width: 16px;
	height: 29px;
	position: absolute;
	top: 0;
	right: -16px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents dl dt:after {
	width: 12px;
	height: 22px;
	-webkit-background-size: 12px;
	-moz-background-size: 12px;
	-ms-background-size: 12px;
	background-size: 12px;
	right: -12px;
}
}
#wrapper .info_area .tournament_block .contents dl dd {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.6;
	padding-top: 3px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents dl dd {
	width: 74%;
	width: calc(100% - 72px);
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 15px;
}
}
#wrapper .info_area .tournament_block .contents .venue_title {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
#wrapper .info_area .tournament_block .contents .box01 {
	width: 485px;
	float: left;
	margin: 0 0 28px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	/*min-height: 184px;*/
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents .box01 {
	width: 100%;
	float: none;
}
}
#wrapper .info_area .tournament_block .contents .list_box {
}
#wrapper .info_area .tournament_block .contents .box01:nth-child(2n) {
	float: right;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents .box01:nth-child(2n) {
	float: none;
}
}
#wrapper .info_area .tournament_block .contents .box01 dl dd {
	width: 350px;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents .box01 dl dd {
	width: auto;
}
#wrapper .info_area .tournament_block .contents .box01 dl dd.wssp {
	width: 100%;
	padding: 3vw;
}
}
#wrapper .info_area .tournament_block .contents .box01 dl dd ul {
}
#wrapper .info_area .tournament_block .contents .box01 dl dd ul li {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#wrapper .info_area .tournament_block .contents .btn {
	width: 220px;
	margin: 0 auto;
}

#wrapper .info_area .tournament_block .contents .box01 .tournament_list li {
	display: table;
	width: 100%;
}
#wrapper .info_area .tournament_block .contents .box01 .tournament_list span {
	font-size: 14px;
	font-size: 1.4rem;
	display: table-cell;
	text-align:center;
}




#wrapper .info_area .tournament_block .contents .box01 .tournament_list span:nth-child(2) {
	padding: 0 15px;
}
#wrapper .info_area .tournament_block .contents .box01 .tournament_list span:last-child {
	width: 60px;
	border-left: 1px solid #ddd;
	text-align: center;
}

@media screen and (max-width: 960px) {
#wrapper .info_area .tournament_block .contents .box01 .tournament_list span:last-child {
	width: 9vw;
	border-left: none;
}
#wrapper .info_area .tournament_block .contents .box01 .tournament_list span:nth-child(2) {
	padding: 0 2vw;
}
}
#wrapper .info_area .tournament_block .contents .box01 .tournament_list span.non {
	border-left: none;
}
#wrapper .info_area .tournament_block .contents .txt01 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 22px;
	margin-bottom: 25px;
	font-size: 1.4rem;
}
#wrapper .info_area .tournament_block .contents .txt02 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 22px;
	margin: 25px 0 0;
	font-size: 1.4rem;
}
#wrapper .tournament_title ul li.clear {
	clear: left;
}

@media screen and (max-width: 960px) {
#wrapper .tournament_title ul li.clear {
	clear: none;
}
}
