@charset "utf-8";

/* Setting-basic
---------------------------------------*/
body {
	font-family: 'Noto Sans JP','Noto Sans JP','Yu Gothic','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #555;
	background: #fff;
	line-height:1.8;
	font-size: 16px;
	-webkit-text-size-adjust:100%;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
ol,ul {
	list-style: none;
}
p {
	margin: 0 0 25px;
	line-height: 1.7;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 25px;
	line-height: 1.3;
	font-size: 100%;
	font-feature-settings: "palt";
}

/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #7a7a7a;
}

/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px !important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

/* Table Module
---------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #bbb;
	background: #fff;
}
td,th {
	padding: 3px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	vertical-align: middle;
}
tr:nth-child(odd) {
	background: #f5f5f5;
}
thead th {
	color: #fff;
	font-size: 90%;
	background: #2b2e31;
}
tbody th {
	color: #fff;
	font-size: 90%;
	background: #8899aa;
}
.result_modal_table img,
.result_table img {
	width: 100%;
	max-width: 45px;
}
.iwp_table {
	margin-top: 7px;
	border: none;
	border-collapse: separate;
	border-spacing: 3px; 
}
.iwp_table th,
.iwp_table td {
	border: none;
}
.iwp_table tbody th {
	background: #898e92;
}
.iwp_table tbody td {
	background: #e5e8e9;
}
.card {
	letter-spacing: -2px;
}
.card_y,
.card_r {
	display: inline-block;
	-webkit-transform: scale(0.7, 1);
	-ms-transform: scale(0.7, 1);
	-o-transform: scale(0.7, 1);
	transform: scale(0.7, 1);
}
.card_y {
	color: #ffd500;
}
.card_r {
	color: #ff0000;
}

/* Forms Module
---------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 0.6em;
	background: #fcfbf5;
}
select {
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f7f7f7;
}
option {
	padding: 4px;
	background: #fff;
}
input[type="submit"] {
	display: inline-block;
	padding: 12px 24px;;
	text-align: center;
	line-height: 1;
	border: 3px solid #555;
	border-radius: 22px;
	cursor: pointer;
	font-size: 100%;
	background: #fff;
}
input[type="submit"][disabled] {
	background: #cecece;
	cursor: not-allowed; /* 禁止カーソル */
}
input[type="checkbox" i] {
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
input[type="radio"i] {
	-webkit-appearance: radio;
	box-sizing: border-box;
}
input[type="radio" i], input[type="checkbox" i] {
	background-color: initial;
	padding: initial;
	border: initial;
}

.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 1px 3px;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
}
.need:before {
	content: "任意";
	background: #999;
}
.any:before {
	content: "必須";
	background: #f00;
}

/* layout-top
---------------------------------------*/
.pc_hide {
	display: none;
}
.wrap {
	margin: 0 auto;
	width: 95%;
}
.wrap_1500 {
	margin: 0 auto;
	width: 95%;
	max-width: 1500px;
}

.area_header {
	padding: 10px 0 6px;
	width: 100%;
	background: #fff;
	border: 1px solid #f1f1f1;
}
.area_header a {
	display: inline-block;
}
.logo img {
	float: left;
	width: 32px;
}
.logo h1 {
	float: left;
	margin: 0 0 0 13px;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.4;
	font-family: "Noto Serif JP", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.js-close-any-slidebar {
	opacity: 0.7;
}
.area_topicpath {
	background: #2b2e31;
}
.area_topicpath ul {
	font-size: 80%;
	padding: 8px 0;
}
.area_topicpath .fa {
	margin: 0 5px 0 0;
}
.area_topicpath li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.area_topicpath,
.area_topicpath a {
	color: #fff;
}
.area_title {
	padding: 14px 0;
	width: 100%;
	border-bottom: 1px solid #b0b8bf;
	background: #eaecee url(../images/common/mainimg.jpg) no-repeat right top;
}
.area_title h2 {
	display: inline;
	margin-right: 15px;
	letter-spacing: 4px;
	vertical-align: middle;
	font-size: 260%;
}
.area_title h3 {
	display: inline;
	font-weight: normal;
	font-size: 120%;
	vertical-align: middle;
}
.area_content_index {
	padding: 40px 0 0;
}
.area_content {
	display: table;
	width: 100%;
}
.area_content_side,
.area_content_main {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.area_content_side {
	padding: 20px 0;
	width: 165px;
	border-right: 1px solid #b0b8bf;
	background: #d4d9de;
}
.area_content_main {
	padding: 40px 0;
}

.ttl01 {
	font-weight: normal;
	font-family: "Noto Serif JP", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.area_content_index_ttl {
	margin-bottom: 20px;
	text-align: center;
}
.area_content_index_ttl h4 {
	display: inline;
	letter-spacing: 5px;
	vertical-align: middle;
	font-size: 400%;
}
.area_content_index_ttl p {
	display: inline;
	vertical-align: middle;
	font-size: 120%;
}
.area_gray {
	margin-bottom: 40px;
	padding: 30px 0;
	background: #eaecee;
}


.game_nav {
	justify-content :space-between;
	margin: 0 0 20px;
}
.game_nav li {
	margin-bottom: 18px;
}

.game_nav.game_nav_col1 li {
	width: 100%;
}
.game_nav.game_nav_col2 li {
	width: 49%;
}
.game_nav.game_nav_col3 li {
	width: 32%;
}
.game_nav.game_nav_col4 li,
.game_nav.game_nav_col7 li,
.game_nav.game_nav_col8 li {
	width: 24%;
}
.game_nav.game_nav_col7::after {
	display: block;
	content:'';
	width: 24%;
	height: 0;
}
.game_nav.game_nav_col5 li,
.game_nav.game_nav_col9 li,
.game_nav.game_nav_col10 li {
	width: 19%;
}
.game_nav.game_nav_col9::after {
	display: block;
	content:'';
	width: 19%;
	height: 0;
}
.game_nav.game_nav_col6 li {
	width: 16%;
}
.game_nav li a {
	display: block;
	padding: 15px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	border-radius: 5px;
	background: #43a724;
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.116);
}
.game_nav.live li a {
	background: #e27933;
}
.game_nav li a:hover {
	transform: scale(1.02, 1.02);
	opacity: .9;
}
.game_nav li span {
	font-size: 170%;
	font-weight: bold;
}

.game_nav_men li:nth-child(1) a {
	background: #56acee;
}
.game_nav_men li:nth-child(2) a {
	background: #3c98de;
}
.game_nav_men li:nth-child(3) a {
	background: #2d88cc;
}
.game_nav_men li:nth-child(4) a {
	background: #197cc8;
}
.game_nav_men li:nth-child(5) a {
	background: #036cbc;
}
.game_nav_men li:nth-child(6) a {
	background: #0261aa;
}
.game_nav_men li:nth-child(7) a {
	background: #025492;
}
.game_nav_men li:nth-child(8) a {
	background: #00457a;
}
.game_nav_men li:nth-child(9) a {
	background: #003964;
}
.game_nav_men li:nth-child(10) a {
	background: #002f53;
}
.game_nav_women li:nth-child(1) a {
	background: #fd8080;
}
.game_nav_women li:nth-child(2) a {
	background: #ff5b5b;
}
.game_nav_women li:nth-child(3) a {
	background: #ff4c4c;
}
.game_nav_women li:nth-child(4) a {
	background: #ff3636;
}
.game_nav_women li:nth-child(5) a {
	background: #ff0c0c;
}
.game_nav_women li:nth-child(6) a {
	background: #f50000;
}
.game_nav_women li:nth-child(7) a {
	background: #ec0000;
}
.game_nav_women li:nth-child(8) a {
	background: #d40000;
}
.game_nav_women li:nth-child(9) a {
	background: #b90000;
}
.game_nav_women li:nth-child(10) a {
	background: #9e0000;
}
li.game_nav_men a {
	background: #197cc8;
}
li.game_nav_women a {
	background: #ff3636;
}
.area_content_side_game li.game_nav_men a,
.area_content_side_game li.game_nav_women a {
	border-bottom: 1px solid #ccc;
}
.game_kojin,
.game_dantai,
.game_dataselect {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	margin: 0 0 20px;
}
.area_content_index .game_dataselect {
	justify-content :center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	margin: 0 0 20px;
}
.game_kojin li {
	width: 49%;
	margin-bottom: 10px;
}
.game_dantai li {
	width: 49%;
	margin-bottom: 10px;
}
.game_dataselect li {
	width: 49%;
	margin-bottom: 10px;
	background: #456075;
}
.game_kojin li:hover,
.game_dantai li:hover,
.game_dataselect li:hover {
	opacity: 0.9;
}
.game_kojin a,
.game_dantai a,
.game_dataselect a {
	display: block;
	padding: 17px 0;
	text-align: center;
	color: #fff;
	font-size: 120%;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.game_kojin a::after,
.game_dantai a::after {
	display: none;
	font-family: FontAwesome;
	content: "\f138";
}
.game_kojin a svg,
.game_dantai a svg {
	margin-left: 5px;
	-webkit-transition: ease-in-out .1s;
	-ms-transition: ease-in-out .1s;
	-o-transition: ease-in-out .1s;
	transition: ease-in-out .1s;
}
.game_kojin a:hover svg,
.game_dantai a:hover svg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.7;
}

.game_kojin_men li:nth-child(1) {
	background: #56acee;
}
.game_kojin_men li:nth-child(2) {
	background: #3c98de;
}
.game_kojin_men li:nth-child(3) {
	background: #2d88cc;
}
.game_kojin_men li:nth-child(4) {
	background: #197cc8;
}
.game_kojin_men li:nth-child(5) {
	background: #036cbc;
}
.game_kojin_women li:nth-child(1) {
	background: #fd8080;
}
.game_kojin_women li:nth-child(2) {
	background: #ff5b5b;
}
.game_kojin_women li:nth-child(3) {
	background: #ff4c4c;
}
.game_kojin_women li:nth-child(4) {
	background: #ff3636;
}
.game_kojin_women li:nth-child(5) {
	background: #ff0c0c;
}
.game_kojin_women li:nth-child(6) {
	background: #f50000;
}
.game_kojin_women li:nth-child(7) {
	background: #ec0000;
}
.game_dantai li:first-child,
.game_dantai2 li:first-child {
	background: #036cbc;
}
.game_dantai li:last-child,
.game_dantai2 li:last-child {
	background: #ff0c0c;
}

.game_dantai2. li:last-child {
	background: #ff0c0c;
}
.bouts_dateselect {
	/* background: #43a724; */
}
.game_kojin_both ul li:nth-child(1) {
	background: #036cbc;
}
.game_kojin_both ul li:nth-child(2) {
	background: #fd8080;
}
.game_kojin_both ul li:nth-child(3) {
	background: #ff5b5b;
}
.game_kojin_both ul li:nth-child(4) {
	background: #ff4c4c;
}
.game_kojin_both ul li:nth-child(5) {
	background: #ff3636;
}
.game_kojin_both ul li:nth-child(6) {
	background: #ff0c0c;
}
.game_kojin_both ul li:nth-child(7) {
	background: #f10606;
}
.game_kojin_both ul li:nth-child(8) {
	background: #e50606;
}
.game_kojin_both2 ul li:nth-child(1),
.game_kojin_both ul li:nth-child(9) {
	background: #43a724;
}
.game_kojin_both2 ul li:nth-child(2),
.game_kojin_both ul li:nth-child(10) {
	background: #3d9b20;
}
.bouts_dateselect.live {
	background: #e27933;
}
/* .game_kojin_both2 ul li {
	border-bottom: 1px solid #d4d9de;
} */

/* 2019-05-04 ADD */
.game_area2 {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
.game_area2::before {
	content:"";
	display: block;
	width: 24%;
	order:1;
}
.game_area2::after {
	content:"";
	display: block;
	width: 24%;
}
.game_area2 li {
	width: 24%;
	margin-bottom: 15px;
}
.game_area2 a {
	display: block;
	padding: 17px 0;
	text-align: center;
	color: #fff;
	font-size: 120%;
}
.game_area2 a {
	background: #456075;
}
.game_area2 li:hover {
	opacity: 0.7;
}
/* 2019-05-04 END */

.footer {
	color: #fff;
	text-align: center;
	padding: 25px 0 80px;
	background: #2b2e31;
}
.footer p {
	margin: 0;
	font-size: 80%;
}

.credit {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #545a60
}
.area_content_side_ttl {
	padding-left: 25px;
}
.area_content_side_ttl p {
	color: #555;
	margin: 0;
}
.area_content_side_ttl .ttl01 {
	margin-top: -8px;
	letter-spacing: 2px;
	color: #555;
}
.area_content_side_game li a {
	display: block;
	padding: 2px 0 2px 25px;
	color: #fff;
	font-size: 90%;
}
.area_content_side_game a::before {
	display: none;
	font-family: FontAwesome;
	content: "\f105";
}
.area_content_side_game a svg {
	margin-right: 3px;
	opacity: 0.6;
}
.area_content_side_game li:hover {
	opacity: 0.7;
}
.area_content_side_game.game_dantai2 li {
	width: 100%;
}
.area_header .area_content_side {
	padding: 20px 0 0;
}
.area_header .area_content_side_game li a {
	padding: 4px 0 4px 25px;
	color: #fff;
}
.area_content_side_close {
	display: none;
}
.area_header .area_content_side_close {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 140%;
	opacity: 0.4;
}

.area_content_main_wrap {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1500px;
}
.content_ttl02 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1;
}

@media print {
	.content_ttl02 {
		margin-bottom: 20px!important;
	}

	.pr_list_header {
		font-weight: bold!important;
	}

	.pr_list_no {
		color: #000!important;
	}
}


.content_ttl01 {
	color: #2b2e31;
	font-family: "Noto Serif JP", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1;
}
.area_content_main_head {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	margin-bottom: 40px;
}
.area_content_main_head div {
	width: 60%;
}
.area_content_main_head ul {
	width: 40%;
	text-align: right;
}
.area_content_main_head ul li {
	display: inline;
}


/* parts
---------------------------------------*/

.ttl_Poppins {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

.swapimg,
.swapimg2 img {
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out ;
	opacity: 1;
}
.swapimg:hover,
.swapimg2 img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}

a.btn01 {
	padding: 12px;
	border: 2px solid #2b2e31;
}
a.btn02 {
	padding: 8px 18px;;
	border: 3px solid #2b2e31;
}
a.btn03 {
	padding: 5px 7px;
	font-size: 80%;
	white-space: nowrap;
}
a.btn01,
a.btn02,
a.btn03 {
	display: inline-block;
	line-height: 1;
	color: #fff;
	border-radius: 22px;
	background: #2b2e31;
	-webkit-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
a:hover.btn01,
a:hover.btn02,
a:hover.btn03 {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

a.btn04 {
	display: inline-block;
	line-height: 1;
	padding: 8px 18px;
	border: 1px solid #555;
	color: #333;
	-webkit-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
a:hover.btn04 {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.btnlist {
	margin: 0;
	list-style: none;
}
.btnlist li {
	display: inline;
	margin: 0 3px 0 0;
}
.liststyle1 {
	overflow: hidden;
	width: 100%;
}
.liststyle1 dt {
	width: 12%;
	float: left;
	font-weight: bold;
}
.liststyle1 dd {
	width: 88%;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
.liststyle1 dd:last-child {
	margin: 0;
	border-bottom: none;
}
.liststyle2 {
	overflow: hidden;
	width: 100%;
}
.liststyle2 dt {
	width: 20%;
	float: left;
	font-weight: bold;
}
.liststyle2 dd {
	width: 80%;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
.liststyle2 dd:last-child {
	margin: 0;
	border-bottom: none;
}
.liststyle2 dd p {
	margin: 0;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 10px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 10px;
}

.pagetop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
	font-size: 230%;
	opacity: 0.5;
}
.pagetop a {
	text-decoration: none;
}

.game_order_num {
	position: absolute;
	top: 13px;
	top: -7px;
	left: 13px;
	padding: 1px;
	white-space: nowrap;
	display: inline-block;
	font-size: 10px;
	color: #333333;
	background: #fff;
}

.tournament_result a:hover {
	transform: none!important;
}

.final_l span,
.final_r span,
.tournament>div>div>div>div:not(.tournament_result, .player_name, .player_no) span {
	position: absolute;
	font-size: 10px;
	line-height: 17px;
	white-space: nowrap;
	-webkit-transform: scale(.55, .75);
	-ms-transform: scale(.55, .75);
	transform: scale(.55, .75);
	z-index: 201;
	-webkit-print-color-adjust: exact;
}
.final_l span,
.tournament>div.tournament_left>div>div>div:not(.tournament_result, .player_name, .player_no) span {
	color: #000;
	font-weight: bold;
	text-align: left;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	padding-left: 23px;
	background-position: left center;
}
.final_r span,
.tournament>div.tournament_right>div>div>div:not(.tournament_result, .player_name, .player_no) span {
	color: #000;
	font-weight: bold;
	text-align: left;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	padding-left: 23px;
	background-position: left center;
}
.mark1 {
	background: url(../images/judgment/001.png) no-repeat;
	background-size: 23px 18px;
}
.mark2 {
	background: url(../images/judgment/002.png) no-repeat;
	background-size: 23px 18px;
}
.mark3 {
	background: url(../images/judgment/003.png) no-repeat;
	background-size: 23px 18px;
}
.mark4 {
	background: url(../images/judgment/004.png) no-repeat;
	background-size: 23px 18px;
}
.mark5 {
	background: url(../images/judgment/005.png) no-repeat;
	background-size: 23px 18px;
}
.mark6 {
	background: url(../images/judgment/006.png) no-repeat;
	background-size: 23px 18px;
}
.mark7 {
	background: url(../images/judgment/007.png) no-repeat;
	background-size: 23px 18px;
}
.mark8 {
	background: url(../images/judgment/008.png) no-repeat;
	background-size: 23px 18px;
}
.mark9 {
	background: url(../images/judgment/009.png) no-repeat;
	background-size: 23px 18px;
}
.mark10 {
	background: url(../images/judgment/010.png) no-repeat;
	background-size: 23px 18px;
}
.mark11 {
	background: url(../images/judgment/011.png) no-repeat;
	background-size: 23px 18px;
}
.mark12 {
	background: url(../images/judgment/012.png) no-repeat;
	background-size: 23px 18px;
}
.mark13 {
	background: url(../images/judgment/013.png) no-repeat;
	background-size: 23px 18px;
}
.mark14 {
	background: url(../images/judgment/014.png) no-repeat;
	background-size: 23px 18px;
}
.mark15 {
	background: url(../images/judgment/015.png) no-repeat;
	background-size: 23px 18px;
}
.line2 {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	line-height: 1!important;
}
.tournament>div.tournament_right>div>div>div:nth-child(2) span.line2,
.tournament>div>div>div>div:nth-child(2) span.line2 {
	top: -25px;
}
.tournament>div.tournament_right>div>div>div:nth-child(3) span.line2,
.tournament>div>div>div>div:nth-child(3) span.line2 {
	bottom: -25px;
}
.tournament>div>div>div>div.R2_l2:nth-child(2) span.line2 {
	top: -22px;
	left: -6px;
	right: auto;
}
.tournament>div>div>div>div.R4_l2:nth-child(2) span.line2,
.tournament>div>div>div>div.R1_l:nth-child(2) span.line2 {
	right: -6px;
}
.final_l,
.final_r,
.tournament>div>div>div>div:not(.tournament_result, .player_name, .player_no) {
	position: relative;
}
.tournament>div>div>div>div:nth-child(2) span {
	right: -14px;
	top: -17px;
}
.final_l span,
.tournament>div>div>div>div:nth-child(3) span {
	right: -14px;
	bottom: -17px;
}
.tournament>div.tournament_right>div>div>div:nth-child(2) span {
	left: -14px;
	right: auto;
	top: -17px;
}
.final_r span,
.tournament>div.tournament_right>div>div>div:nth-child(3) span {
	left: -14px;
	right: auto;
	bottom: -17px;
}
.final_l span {
	left: 5px;
	right: auto;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	bottom: -18px;
}
.final_r span {
	left: 5px;
	bottom: -18px;
}
.ranking_box {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 0;
	width: 180px;
}
.ranking_box dd,
.ranking_box dt {
	display: inline-block;
	font-size: 10px;
}
.ranking_box dt {
	font-size: 11px;
	margin-right: 5px;
	font-weight: bold;
	line-height: 1;
	width: 29px;
	text-align: center;
}
.ranking_box dd {
	line-height: 1.25;
	width: calc(100% - 34px);
	vertical-align: top;
}
.ranking_box li {
	border-bottom: 1px solid #bdc5ca;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* .ranking_box li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
} */
.content_ttl02 {
	display: none;
}
.markbox {
	position: absolute;
	left: 0; 
	top: 0;
	width: 23px;
	height: 18px;
}

.sec_ttl01 {
	text-align: center;
	font-size: 160%;
}
.sec_ttl01 i {
	color: #9e9e9e;
}
.sec_ttl02 {
	text-align: center;
	font-size: 120%;
	border-bottom: 1px dotted #000;
}
.sec_link {
	margin: -15px 0 10px;
	text-align: center;
	font-size: 120%;
}
.sec_link a {
	text-decoration: underline;
	color: #00457a;
}
.area_content_side_ad {
	margin: 0 8px;
}

a.btn_live {
	display: inline-block;
	padding: 3px 5px;
	font-size: 80%;
	border-radius: 5px;
	background: #fff;
}

.area_content_ad {
	padding: 15px 20px;
	width: 100%;
	background: #eceef0;
}
.area_content_ad_in {
	margin: 0 auto;
	width: 728px;
}

.sp_only {
	display: none;
}
.scroll_x {
	display: block;
	position: relative;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	height: 1490px;
}
.tournament_kojin .player_wrap > div.name,
#index-tournament-mo .player_wrap > div.name{
	font-size: 2rem;
}
.tournament_kojin .player_wrap > div.name span,
#index-tournament-mo .player_wrap > div.name span {
	font-size: 1.5rem;
}
.tournament_kojin .player_wrap > div.no,
#index-tournament-mo .player_wrap > div.no {
	font-size: 1.35rem;
}
.tournament_kojin .player_wrap > div.no,
#index-tournament-mo .player_wrap > div.no {
	font-size: 1.5rem;
	padding: 10px 0px;
}
.tournament_kojin .place,
#index-tournament-mo .place {
	font-size: 1.4rem;
}

/* 外人の名前用イレギュラー対応 */

/* 女子無差別 */
#index-tournament-fo .tournament_right .player_wrap .player:nth-child(8) .player_name,
#index-tournament-fo .tournament_left .player_wrap .player:nth-child(22) .player_name,
/* 男子811kg */
#index-tournament-m81 .tournament_right .player_wrap .player:nth-child(2) .player_name {
	font-size: 70%;
}

/* Responsive
---------------------------------------*/

@media screen and (min-width: 1220px) {
.area_header_sp_menu {
	display: none;
}
.footer {
	margin-bottom: 60px;
}

}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
.area_header_sp_menu {
	display: none;
}
.footer {
	margin-bottom: 60px;
}

}

@media screen and (min-width: 768px) and (max-width: 999px) {
.area_content_side {
	display: none;
}
.area_header_sp_menu {
	position: absolute;
	top: 15px;
	right: 40px;
}
.area_header_sp_menu a {
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	line-height: 1;
	font-size: 80%;
	color: #fff;
	border: 3px solid #2b2e31;
	background: #2b2e31;
}
.area_content_main_wrap {
	margin: 0 auto;
	width: 95%;
	padding: 0 0;
}
.area_title {
	background: #eaecee url(../images/common/mainimg2.jpg) no-repeat right top;
	background-size: 90%;
}
.footer {
	margin-bottom: 60px;
}

tbody td,
tbody th,
thead td,
thead th {
	font-size: 80%;
}

.area_title h2 {
	display: block;
	margin-bottom: 3px;
	line-height: 1.2;
}
}


@media screen and (min-width: 380px) and (max-width: 767px) {
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.pc_hide {
	display: block;
}
.area_content_side {
	display: none;
}
.area_header_sp_menu {
	position: absolute;
	top: 13px;
	right: 20px;
}
.area_header_sp_menu a {
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	line-height: 1;
	font-size: 80%;
	color: #fff;
	border: 3px solid #2b2e31;
	background: #2b2e31;
}

.logo img {
	width: 28px;
}
.logo h1 {
	margin: 5px 0 0 10px;
	font-size: 100%;
}
.area_topicpath {
	background: #2b2e31;
	font-size: 80%;
}

.area_content_main_wrap {
	margin: 0 auto;
	width: 95%;
	padding: 0 0;
}
.area_title {
	background: #eaecee url(../images/common/mainimg2.jpg) no-repeat right top;
	background-size: 90%;
}
.area_title h2 {
	display: block;
	margin-bottom: 3px;
	font-size: 200%;
	line-height: 1.2;
}
.area_title h3 {
	display: block;
	margin-bottom: 0;
	font-size: 90%;
	line-height: 1.3
}
.area_content_index_ttl h4 {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	font-size: 200%;
}
.game_kojin li,
.game_dantai li {
	width: 49%;
	margin-bottom: 5px;
}
.footer {
	margin-bottom: 50px;
}
.sp_hide {
	display: none;
}
.content_ttl01 {
	font-size: 140%;
}
tbody td,
tbody th,
thead td,
thead th {
	font-size: 60%;
}
.area_content_main_head {
	margin-bottom: 15px;
}

.area_content_index .game_dataselect li {
	width: 100%;

}

.game_nav.game_nav_col2 li,
.game_nav.game_nav_col3 li,
.game_nav.game_nav_col4 li,
.game_nav.game_nav_col5 li,
.game_nav.game_nav_col6 li,
.game_nav.game_nav_col7 li,
.game_nav.game_nav_col8 li,
.game_nav.game_nav_col9 li,
.game_nav.game_nav_col10 li {
	width: 48%;
}
.game_nav li span {
	font-size: 150%;
}
.game_nav li a {
	padding: 15px 10px;
	font-size: 80%;
}
.sec_ttl01 {
	font-size: 130%;
}
.sec_ttl02 {
	font-size: 110%;
}


.area_content_ad_in {
	width: 100%;
}


}


@media screen and (max-width: 380px) {
.pc_only {
	display: none;
}
.pc_hide {
	display: block;
}
.area_content_side {
	display: none;
}
.area_header_sp_menu {
	position: absolute;
	top: 7px;
	right: 10px;
}
.area_header_sp_menu a {
	display: inline-block;
	padding: 6px 8px;
	text-align: center;
	line-height: 1;
	font-size: 80%;
	color: #fff;
	border: 3px solid #2b2e31;
	background: #2b2e31;
}
.logo img {
	width: 20px;
}
.logo h1 {
	margin: 5px 0 0 8px;
	font-size: 80%;
}
.area_topicpath {
	background: #2b2e31;
	font-size: 70%;
}

.area_content_main_wrap {
	margin: 0 auto;
	width: 95%;
	padding: 0 0;
}
.area_title {
	background: #eaecee url(../images/common/mainimg2.jpg) no-repeat right top;
	background-size: 130%;
}
.area_title h2 {
	display: block;
	margin-bottom: 3px;
	font-size: 200%;
	line-height: 1.2;
}
.area_title h3 {
	display: block;
	margin-bottom: 0;
	font-size: 70%;
	line-height: 1.3;
}
.area_content_index_ttl h4 {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 140%;
}
.area_content_index_ttl p {
	font-size: 80%;
}

.game_kojin li,
.game_dantai li {
	width: 49%;
	margin-bottom: 5px;
}
.game_kojin a,
.game_dantai a {
	font-size: 100%;
}

.footer {
	margin-bottom: 50px;
}
.footer small {
	font-size: 50%;
}
.sp_hide {
	display: none;
}
.content_ttl01 {
	font-size: 120%;
	margin-bottom: 5px;
}
.area_content_main_head {
	margin-bottom: 15px;
}
.area_content_main_head div {
	width: 65%;
}
.area_content_main_head ul {
	width: 35%;
}
tbody td,
tbody th,
thead td,
thead th {
	font-size: 60%;
}
.result_modal_table img,
.result_table img {
	width: 18px;
}
.iwp_table {
	border-spacing: 1px; 
}
.iwp_table th,
.iwp_table td {
	font-size: 100%;
}
.area_content_index .game_dataselect li {
	width: 100%;

}

.game_nav.game_nav_col2 li,
.game_nav.game_nav_col3 li,
.game_nav.game_nav_col4 li,
.game_nav.game_nav_col5 li,
.game_nav.game_nav_col6 li,
.game_nav.game_nav_col7 li,
.game_nav.game_nav_col8 li,
.game_nav.game_nav_col9 li,
.game_nav.game_nav_col10 li {
	width: 48%;
}
.game_nav li span {
	font-size: 150%;
}
.game_nav li a {
	padding: 15px 10px;
	font-size: 80%;
}
.sec_ttl01 {
	font-size: 120%;
}
.sec_ttl02 {
	font-size: 100%;
}



}

.turnlist td a {
	padding: 5px;
	display: block;
	background: #fdffe5;
}



/* Print用
---------------------------------------*/
@media print {
.area_header,
.area_header_sp_menu,
.area_title,
.area_content_side,
.area_topicpath,
.area_content_main_head ul,
.footer,
.pagetop,
.sidebar_class,
.area_content_ad {
	display: none;
	overflow: visible;
}
.wrap {
	width: 100%;
}
.content_ttl01 {
	display: none;
}
.content_ttl02 {
	display: block;
	font-size: 140%;
	margin-bottom: 5px;
}
.tournament>div>div>div>div.R2_l2:nth-child(2) span.line2,
.tournament>div>div>div>div.R4_l2:nth-child(2) span.line2,
.tournament>div>div>div>div.R1_l:nth-child(2) span.line2 {
	right: -14px;
	left: auto;
}
.area_content_main_wrap {
	padding: 0;
}
.area_content_main_head {
	margin-bottom: 0;
}

.area_content_main {
	padding: 0;
}
.area_content_main h5.c_navy {
	display: none;
}
.player_wrap {
	width: 170px;	
}
footer,
.area_content_side,
.tournament_round,
.tournament_result {
	display: none!important;
}

.tournament {
	position: absolute;
	left: 50%!important;
	top: 0;
	-webkit-transform: translate(-50%,0)!important;
	-ms-transform: translate(-50%,0)!important;
	transform: translate(-50%,0)!important;
}
.final_result {
	background: white!important;
}
.scroll_x {
	height: 1430px!important;
}
.player_no {
	-webkit-print-color-adjust: exact;
}

_::-webkit-full-page-media, _:future, :root .scroll_x {
	overflow: inherit!important;
}

.pagebreak {
	break-after: page;
}
thead th {
	color: #333;
}

/* .cover {
	overflow-x: hidden!important;
} */

.block_wrap {
	width: 100%!important;
	min-width: 1000px!important;
}


}
