@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*-------------------------------------------------------
    common
-------------------------------------------------------*/
html {
    font-family: "Noto Sans Japanese", sans-serif;
    -webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.8;
	font-size: 16px;
	color: #333;
	background-color: #DBD9D9;
	height: 100vh;
    min-height: 100vh;
    position: relative;
}
img {
    width: 100%;
}
ul {
    padding: 0;
    list-style: none;
}
h1, section {
    width: 100%;
    margin: 0 auto;
}
a.off {
    pointer-events: none;
}

/*-------------------------------------------------------
    header
-------------------------------------------------------*/
header {
    width: 100%;
    background-color: #000;
}
#gnavi {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: url(../images/gnavi_bg.png) repeat-x;
    background-size: 100% 100%;
	background-color: #DBD9D9;
}
#gnavi_upper {
    position: relative;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    max-width: 1000px;
}
#gnavi_upper:after {
    clear: both;
    content: '';
    display: block;
}
#lang_select{
  /*display:none;*/
  position: relative;
  float: right;
  background: url(../images/lang_bg.png) no-repeat;
  margin-bottom: 1px;
  width: 378px;
}
#lang_select2{
  position: relative;
  background: #C20000;
  margin-bottom: 1px;
  padding:3px 6px 0 0;
  text-align:right;
}
#lang_select2 li{
  padding:0 !important;
}
#lang_select br,#lang_select2 br  {
    display: none;
}
#lang_select ul,#lang_select2 ul {
    margin: 0;
    padding: 4px 0 0 4px;
    letter-spacing: -.4em;
}
#lang_select li,#lang_select2 li {
    display: inline-block;
    margin-right: 3px;
    padding: 0;
    letter-spacing: normal;
}
#lang_select li a,#lang_select2 li a {
    display: block;
    margin: 0;
    padding: 0;
}
#lang_select li a:hover img,#lang_select li a.on img,#lang_select2 li a:hover img,
#lang_select2 li a.on img {
    display: block;
}
#lang_select li a.ja,#lang_select2 li a.ja {background: url(../images/lang_ja_off.png) left bottom no-repeat;}
#lang_select li a.zh-cn,#lang_select2 li a.zh-cn {background: url(../images/lang_zh_cn_off.png) left bottom no-repeat;}
#lang_select li a.zh-tw,#lang_select2 li a.zh-tw {background: url(../images/lang_zh_tw_off.png) left bottom no-repeat;}
#lang_select li a.ko,#lang_select2 li a.ko {background: url(../images/lang_ko_off.png) left bottom no-repeat;}
#lang_select li a.en,#lang_select2 li a.en {background: url(../images/lang_en_off.png) left bottom no-repeat;}
#gnavi_sp, #gnavi_sp_close {
    display: none;
}

/*-------------------------------------------------------
    archive
-------------------------------------------------------*/
.previousData h3,.previousData h4,.previousData h5,.previousData div,.previousData ul,.previousData ol,.previousData li,.previousData
dl,.previousData dt,.previousData dd,.previousData table,.previousData th,.previousData td,.previousData blockquote,.previousData pre,.previousData
header,.previousData footer,.previousData article,.previousData section,.previousData nav,.previousData aside,.previousData main,.previousData figure {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.previousData article {
    width: 90%;
    margin: 0 auto;
}
#preNavi {
    font-size:0.8rem;
    font-weight:bold;
    width: 100%;
    margin: 0;
}
#preNavi ul {
    list-style: none;
    margin: 0;
}
#preNavi li {
    display: inline-block;
    padding: 12px;
}
#preNavi li a {
    color: #333;
}
#preNavi a:hover {
	color: #B30303;
	transition: none;
	opacity: 1;
}
.previousData h3 {
	margin: 1em 0;
	padding: 10px 10px 10px 80px;
	color: #F9EE29;
	background: url(../images/bg_stone.png) no-repeat 15px 12px #181818;
	background-size: 46px 36px;
	font-size: 1.3rem;
}
.previousData h4 {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, serif;
    font-weight: bold;
    width: 100%;
}
.previousData .list {
	padding: 12px;
	background: #FFF;
	font-size: 87.5%;
}
.previousData .list dl {
	border-bottom: 1px solid #000;
	display: flex;
}
.previousData .list dl.last {border-bottom: none;}
.previousData .list dt,.previousData .list dd {
	padding: 12px 20px 10px 20px;
	box-sizing: border-box;
}
.previousData .list dt {
	border-right: 1px solid #000;
	width: 25%;
	background: #E5E5E5;
}
.previousData .list dd {width: 75%;}

.previousData #player .player_info {
	margin: 50px 0 0 0;
	padding: 10px 30px 30px 30px;
	box-sizing: border-box;
	color: #FFF;
	background: #181818;
}
.previousData #player .list {
	border: none;
	display: flex;
    display: -webkit-flex;
	widows: 100%;
	background: none;
}
.previousData #player .l {
	margin: 0 5% 0 0;
	width: 25%;
	max-width: 240px;
}
.previousData #player .r {width: 75%;}

.previousData #player h4 {
	margin: 0 0 5px 0;
	font-size: 30px;
}
.previousData #player h4 a {color: #FFF;}
.previousData #player h4 a:hover {opacity: 1;}
.previousData #player h5 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FFF;
	font-size: 18px;
}
.previousData #player h6 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FFF;
}
.previousData #player p.last {margin: 0;}
.previousData #player img {
	max-width: 100%;
	vertical-align: bottom;
}

/*-------------------------------------------------------
対戦表・スケジュール
-------------------------------------------------------*/
/* 表 */

.previousData #tournament table {
	margin: 0 0 20px 0;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	background: #FFF;
	font-size: 87.5%;
	text-align: center;
	letter-spacing: 0;
	white-space: nowrap;
}
.previousData #tournament table th,.previousData #tournament table td {
	padding: 10px 10px 8px 10px;
	border: 1px solid #000;
}
.previousData #tournament table th {
	background: #E5E5E5;
	font-weight: normal;
}
.previousData #tournament table td.circle {line-height: 1.5;}
.previousData #tournament table td:empty {background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x2%3D%22100%25%22%20y2%3D%22100%25%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.7%22%2F%3E%3C%2Fsvg%3E");}

.previousData #tournament table br {display: none;}
.previousData #tournament table br.br_on {display: inherit;}
.previousData #tournament table .w17 {
	width: 17%;
	min-width: 110px;
}
.previousData #tournament table .w5 {
	width: 5%;
	min-width: 30px;
}


/* スケジュール */
.previousData #tournament table a {
	display: block;
	background: url(../img/ic_arrow_r.png) no-repeat right;
	background-size: 12px 17px;
}
.previousData #tournament table span {
	display: block;
	line-height: 1;
	font-size: 75%;
}






@media(min-width:787px){
  .sp{display:none;}
	.winner {
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin: 1em 0 0;
	    line-height: 1.2em;
	}
	.winnerGold {
			font-size:2rem;
	}
	.winnerSilver {
			font-size:1.7rem;
	}
	.winnerBronze {
			font-size:1.2rem;
	}



  #players .name.japan:before,#pair .name.japan:before,#players .name.korea:before,#pair .name.korea:before,#players .name.china:before,#pair .name.china:before {
      top: 5px;
      width: 56px;
      height: 37px;
  }
  #players .name.taiwan:before,#pair .name.taiwan:before {
      top: 6px;
      width: 40px;
      height: 40px;
      margin:0 9px;
  }
  #pair .name .e{
    display:inline-block;
    width:70px;
  }
  #pair .name .k,#pair .name .ai{
    padding-left:6px;
    width:250px;
    display:inline-block;
    font-size: 1.8rem
  }
  #logo img {
      float: left;
      max-width: 600px;
      margin:6px 12px 12px 6px;
  }
  #gnavi_lower {
      display: block;
      margin: 0 auto;
      padding: 0 0 6px 0;
      width: 100%;
      max-width: 970px;
      text-align: center;
  }
  #gnavi_lower ul {
      display: inline-block;
      margin: 0;
      letter-spacing: -.4em;
  }
  #gnavi_lower ul li {
      position: relative;
      display: table-cell;
      vertical-align:middle;
      padding: 0;
      letter-spacing: normal;
      background:url(../images/navi_line.gif);
      background-repeat:repeat-y;
      background-position:left;
      min-height:50px;
  }
  #gnavi_lower ul li a {
      color: #333;
      top:0;
      left:0;
      width:100%;
      height:100%;
  }
  #gnavi_lower ul li a:hover {
  	transition: none;
  	opacity: 1;
  }
  #gnavi_lower ul li a:hover:after {
      position: absolute;
      left: calc(50% - 5px);
      bottom: -4px;
      display: block;
      content: url(../images/gnavi_arrow.png);
      z-index: 2;
  }
  #gnavi_lower ul li a.now:after {
      position: absolute;
      left: calc(50% - 5px);
      bottom: -4px;
      display: block;
      content: url(../images/gnavi_arrow.png);
      z-index: 2;
  }
  #gnavi_lower ul li a img {
      display: block;
      padding:6px 10px 18px 10px;
  }
  #gnavi_lower ul li a span {
      display: none;
  }
  section{
    padding-bottom:24px !important;
  }
  #lang_select li,#lang_select2 li,#lang_select li a,#lang_select2 li a {
      width: 71px;
      height: 19px;
  }
  /*=======================================================
      大会概要
  =======================================================*/
  #competition h3 {
      /*display: block;
      margin: 2em auto 1em;
      line-height: 1em;*/
  }
}

@media (min-width: 970px){
  #gnavi_lower ul li a img {
      display: block;
      padding:6px 18px 18px 18px;
  }
  .bannerList ul li{
    margin-left:4px;
  }
  #players .photo,#pair .photo {
      display: inline-block;
      width: 160px;
      height: 100%;
      margin-right: 1em;
      vertical-align: top;
  }
}





/*tablet&mobile*/
@media (max-width: 787px){
  .pc{
    display:none;
  }
	.winner {
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin: 1em 0 0;
	    line-height: 1.2em;
	}
	.winnerGold {
			font-size:1.2rem;
	}
	.winnerSilver {
			font-size:1.1rem;
	}
	.winnerBronze {
	}

  #players .name,#pair .name {
    padding-bottom:12px;
  }
  #players .name.japan:before,#pair .name.japan:before,#players .name.korea:before,#pair .name.korea:before,#players .name.china:before,#pair .name.china:before {
    top: 2px;
    width: 30px;
    height: 20px;
  }
  #players .name.taiwan:before,#pair .name.taiwan:before {
    top: 6px;
    width: 25px;
    height: 25px;
    margin:0 3px;
  }
  #pair .name .e{
    display:inline-block;
    width:70px;
  }
  #pair .name .k{
    padding-left:6px;
    width:130px;
    display:inline-block;
    font-size: 1.2rem
  }
  #pair .name .ai{
    padding-left:6px;
    width:110px;
    display:inline-block;
    font-size: 1.2rem
  }
  #gnavi {
      height: 50px;
      text-align: center;
  }
  #logo {
    padding-left:12px;
    text-align: initial;
  }
  #logo img{
    max-height:35px;
    width:auto;
  }
  #gnavi_lower {
      position: fixed;
      display: none;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      max-height: 100vh;
      background-color: #C20000;
      z-index: 5;
      opacity: .9;
  }
  #gnavi_lower ul {
      width:100%;
      position: fixed;
      display: block;
      top: 40px;
  }
  #gnavi_lower ul li {
      width: 100%;
      height: auto;
      margin-bottom: 1em;
  }
  #gnavi_lower ul li:after {
      content: none;
  }
  #gnavi_lower ul li:first-child:before {
      content: none;
  }
  #gnavi_lower ul li a {
      font-weight: bold;
      color: #fff;
  }
  #gnavi_lower ul li a img {
      display: none;
  }
  #gnavi_lower ul li a span {
      display: inline-block;
      line-height: 1.2em;
      height: 1em;
  }
  #gnavi_lower ul li a span.bullet {
      display: inline-block;
      line-height: 1.2em;
  }
  #lang_select2 ul{
    text-align:center;
  }
  #lang_select{
    display: none;
    position: fixed;
    left: 0;
    bottom: 5px;
    margin: 0;
    width: 100%;
    background: none;
    z-index: 6;
  }
  #lang_select br {
      display: inline-block;
  }
  #lang_select ul {
      padding: 0 10px;
      text-align: center;
  }
  #lang_select li {
      margin: 0 3px 5px;
      line-height: 0;
			display:inline-block;
      width: 71px;
			height:19px;
  }
  #lang_select li a {
      margin: 0;
      padding: 0;
      font-size: 0;
  }
  #lang_select li img {
      display: block;
  }

  #gnavi_sp {
      display: block;
  }
  #gnavi_sp_btn {
      display: block;
      position: absolute;
      right: 10px;
      top:7px;
      bottom: 0;
      cursor: pointer;
  }
  #gnavi_sp_close {
      position: fixed;
      top: 10px;
      right: 10px;
      cursor: pointer;
      z-index: 6;
  }
  #preNavi li{
    padding-bottom:0;
  }
  #archive .bannerList ul{
    text-align:center;
  }
}

/*-------------------------------------------------------
    main contents
-------------------------------------------------------*/
.contents {
    width: 100%;
    max-width: 1000px;
    /*min-height: calc(100% - 98px - 75px);*/
    margin: 0 auto ;
    padding: 2em 0;
}
div[class~="contents"][id~="archive"]{
    padding-bottom:0;
}
h2 {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, serif;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
    background-color: #C20000;
    color: #fff;
    padding: .5em 1em;
}
#pair h2 {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, serif;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
    background: url(../images/h2_pair.png);
    color: #fff;
    padding: .5em 1em;
    position:relative;
    padding-right:100px;
}
#pair h2.mark:after{
  content:url(../images/pairgo_logo.png);
  position:absolute;
  right:-60px;
  top:-70px;
  transform:scale(0.3);
}
h3 {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, serif;
    font-weight: bold;
    width: 100%;
}

.list {
}
.list-row {
  padding:12px !important;
    margin-bottom: 1px !important;
    background-color: #fff;
}
.list-title {
    display: table-cell;
    width: 10em;
    padding: .5em;
    text-align: center;
    vertical-align: top;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, serif;
    font-weight: bold;
    letter-spacing: .1em;
}
.list-text {
    display: table-cell;
    padding: .5em 2em;
    width: calc(100% - 11em);
}
.list-text span {
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
}

p {
    margin-left: 1em;
}

.contents .comming-soon {
    padding: 2em;
    background-color: #fff;
}

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: none;
    cursor: pointer;
    width: 64px;
    height: 64px;
}
#pagetop .bg {
    position: absolute;
    top: 13px;
    left: 12px;
    height: 35px;
    width: 40px;
    background-color: #fff;
    z-index: 10;
}
#pagetop svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
#pagetop svg g {

}
#pagetop svg path {
    color: #000;
}

@media (max-width: 970px){
    h2, h3 {
        /*width: calc(100% - 20px);*/
        margin-left: auto;
        margin-right: auto;
    }
    .list {
        /*width: calc(100% - 20px);*/
        margin: 0 auto;
    }
    .contents .comming-soon {
        /*width: calc(100% - 20px);*/
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 787px){
  h2,h3{
    width:100%;
    padding-bottom:12px;
  }
    .contents {
        min-height: calc(100% - 50px - 65px);
        padding: 12px;
    }

    .list-row {
        margin-bottom: 12px !important;
        padding:0 !important;
    }
    .list-title {
        display: block;
        width: 100%;
        text-align: left;
        color: #fff;
        background-color: #666;
        padding:0 6px !important;
    }
    .list-text {
        display: block;
        width: 100%;
        text-align: left;
        padding: .5em;
    }

    #pagetop {
        width: 48px;
        height: 48px;
    }
    #pagetop .bg {
        position: absolute;
        height: 25px;
        width: 30px;
    }
}

/*-------------------------------------------------------
    footer
-------------------------------------------------------*/
footer {
    display: block;
	color: #fff;
	background-color: #000;
	padding: 15px 0 5px;
	width: 100%;
	height: 75px;
}
#footer_logo {
    width: 100%;
    text-align: center;
}
#footer_logo img {
    display: block;
    max-width: 145px;
    margin: 0 auto;
}
#copyright {
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 787px){

    footer {
    	/*height: 65px;
      margin-top:24px;*/
    }
    #footer_logo img {
        max-width: 125px;
    }
    #copyright {
    	text-align: center;
    	font-size: 10px;
    }
}

/*=======================================================
    TOPページ
=======================================================*/
h1 {
    padding: 0;
    /*background: url(../images/top_bg.gif) repeat-y;
    background-position: center;*/
    background:#070707;
}
h1 img {
    display: block;
    max-width: 1022px;
    margin: 0 auto;
    padding: 0;
}

#news_area {
    width: 100%;
    max-width: 970px;
    margin: 15px auto 10px;
    padding: 0;
    text-align: center;
}
#info {
    display: inline-block;
    width: calc(100% - 348px);
    max-width: 580px;
    margin: 0 10px;
    vertical-align: top;
    text-align: left;
}
#info_title {
    display: block;
    margin: 0;
    height: 21px;
    width: 100%;
    background: url(../images/news_title_bg.png) left bottom repeat-x;
}
#info_title:after {
    clear: both;
    content: '';
    display: block;
}
#info_title span {
    float: left;
    height: 21px;
}
#info_title span img {
    height: 18px;
    width: 149px;
    margin-bottom: 3px;
}
#info_title a {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 18px;
    max-width: 97px;
}
#info_title a img {
    height: 18px;
    display: block;
}
#info_list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#info_list li {
    display: block;
    margin-top: 0;
    margin-bottom: 2px;
    background-color: #eaeaea;
    padding: 2.7px 10px;
}
#info_list li:nth-child(n+8) {
    display: none;
}
#info_list .info_date {
/*     font-family: 'Varela Round', sans-serif; */
    font-weight: bold;
    font-size: 12px;
}
#info_list li.info_type_topics .info_date:before {
    position: relative;
    content: url(../images/news_type_topic.png);
    top: 3px;
    margin-right: 8px;
}
#info_list li.info_type_news .info_date:before {
    position: relative;
    content: url(../images/news_type_news.png);
    top: 3px;
    margin-right: 8px;
}
#info_list li .info_text {
    font-size: 14px;
    font-weight: bold;
    color: #0067ff;
}
#info_list li.info_type_topics .info_text:before {
    position: relative;
    content: url(../images/news_ishi_black.png);
    top: 3px;
    margin-left: 8px;
    margin-right: 5px;
}
#info_list li.info_type_news .info_text:before {
    position: relative;
    content: url(../images/news_ishi_white.png);
    top: 3px;
    margin-left: 8px;
    margin-right: 5px;
}
#info_list a {
    color: #0067ff;
    text-decoration: none;
}
#info_list a:hover {
    color: #3284ff;
    text-decoration: underline;
}

#backnumber {
    display: inline-block;
    max-width: 348px;
    margin: 0;
}
#backnumber a:first-child {
    display: block;
    margin-bottom: 10px;
}
#backnumber a img {
    display: block;
    margin: 0;
    width:100%;
}
#backnumber a img:hover {
    opacity: 0.7;
}

/* SNS */
#sns_view {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
#sns_square {
	display: flex;
    display: -webkit-flex;
	width: 100%;
	padding-left: 10px;
}
#sns_square li {
	width: 50%;
	max-width: 480px;
	max-height: 335px;
	text-align: left;
}
#sns_square li:first-child {margin: 0 12px 0 0;}
#bg_twitter {
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}
#bg_twitter #tit_twi {
	/*background: url(../images/logo_twitter.png) no-repeat 10px 10px #6e6e6e;
	background-size: 24px;*/
}
#bg_twitter #tit_twi a {
    display: block;
	padding: 5px 0 5px 40px;
	height: 100%;
	color: #FFF;
	font-weight: bold;
    text-decoration: none;
}
#bg_twitter #tit_twi a span {
    font-size: 70%;
}
/* corpolete banner */
#banner_area {
    width: 100%;
    margin: 0 auto;
    padding:24px;
    background:#fff;
    text-align:center;
}
#banner_area img{
  display: inline-block;
  margin:6px 12px;
}
#banner_area a,
#banner_area span.nolink {
    margin: 0;
    padding: 0;
}
@media (min-width: 401px){
  /* corpolete banner */
  #banner_area img,
  #banner_area span.nolink img {d
      width: 100%;
      max-width: 185px;
  }
  #banner_area a:hover img {
      opacity: 0.7;
  }
}
@media (max-width: 970px){
    #news_area {
        /*width: calc(100% - 20px);*/
    }
    #info {
        width: calc(100% * 0.56);
    }
    #backnumber {
        width: calc(100% * 0.4);
    }
    #banner_area {
        /*width: calc(100% - 40px);*/
    }
    #players .photo{
      text-align:center;
    }
    #players .photo img,#pair .photo img{
      width:160px;
      margin:auto;
    }
}
@media (max-width: 787px){
  #banner_area {
      width: 100%;
      padding: 24px 10px 0;
  }
  .previousData #tournament div{
    overflow-x:scroll;
  }
  #backnumber a:first-child {
      margin-bottom: 0;
  }
}
@media (max-width: 600px){
    #info {
        width: 100%;
        margin: 0 0 10px;
    }
    #backnumber {
        width: 100%;
        padding: 0;
    }

    /* SNS */
    #sns_view {
    	padding: 0 10px;
    }
    #sns_square {
    	display: block;
    	width: 100%;
    	padding: 0;
    }
    #sns_square li {
        display: block;
    	margin-bottom: 10px;
    	width: 100%;
    	max-width: 500px;
    	/*height: 325px;*/
    	max-width: none;
    }
    #pagePlugin {
        text-align: center;
    }

}
@media (max-width: 400px){
  h2{
    font-size:1.2rem;
    line-height:120%;
  }
  h3{
    margin:0;
  }
  #banner_area img{
    width:40%;
    display:inline-block;
  }
  #banner_area a,
  #banner_area span.nolink {
      /*width: calc(50% - 10px);*/
  }
  #pagePlugin{
    clear:both;
  }
  #bg_twitter{
    margin-top:12px !important;
    clear:both;
  }
  /*=======================================================
      大会概要
  =======================================================*/
  #competition h3 {
      display: block;
      margin: 0;
      /*line-height: 1em;*/
  }

  #lang_select2 ul{

  }
  #lang_select2 li{
    margin:0;
    padding:0;
    width:19%;
  }
  #lang_select2 li a img{
    width:100%;
  }
  #preNavi li{
    padding-bottom:0;
  }
}



/*=======================================================
    出場棋士
=======================================================*/
#players .player,#pair .player {
    width: 100%;
    background-color: #efefef;
    margin-bottom: 2em;
    padding: 1em;
}
#players .prof,#pair .prof {
    display: inline-block;
    width: calc(100% - 160px - 2em);
}
#players .name,#pair .name {
    display: block;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
}
#players .name.japan:before,#pair .name.japan:before {
    text-align:center;
    display: inline-block;
    content: ' ';
    background: url(../images/icon_japan.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}
#players .name.korea:before,#pair .name.korea:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_korea.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}
#players .name.china:before,#pair .name.china:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_china.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}
#players .name.taiwan:before,#pair .name.taiwan:before {
    display: inline-block;
    content: ' ';
    background: url(../images/icon_taiwan.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
#players .name .k,#players .name .ai{
    font-size: 200%;
}
#players .name .y,
#players .name .e,
#pair .name .y,
#pair .name .e {
    margin-left: .5em;
}
#players .birth,
#players .dan-i,
#pair .birth,
#pair .dan-i {
    font-size: 90%;
}
#players .main-results,#pair .main-results {
    font-size: 90%;
    margin-top: 1em;
}
#players .comment,#pair .comment {
    font-size: 90%;
    margin-top: 1em;
}
#players .comment:before,#pair .comment:before {
    content: 'Comment';
    display: block;
    width: 100%;
    border-bottom: 1px solid;
}
#players .comment p.orign,#pair .comment p.orign {
    margin-left: 0;
}

@media (max-width: 970px){
    #players .player,#pair .player {
        /*width: calc(100% - 20px);*/
        margin-left: auto;
        margin-right: auto;
    }
    #players .prof,#pair .prof {
        width: 100%;
    }
}

/*=======================================================
    ニュース＆トピックス
=======================================================*/
#news_and_topics li {
    display: block;
    margin-top: 0;
    margin-bottom: 1px;
    background-color: #efefef;
    font-size: 16px;
    padding: .5em 10px;
}
#news_and_topics li .info_date {
    font-weight: normal;
}
#news_and_topics li.info_type_topics .info_date:before {
    position: relative;
    content: url(../images/news_type_topic.png);
    top: 2px;
    margin-right: 8px;
}
#news_and_topics li.info_type_news .info_date:before {
    position: relative;
    content: url(../images/news_type_news.png);
    top: 2px;
    margin-right: 8px;
}
#news_and_topics li.info_type_topics .info_text:before {
    position: relative;
    content: url(../images/news_ishi_black.png);
    top: 0;
    margin-left: 8px;
    margin-right: 5px;
}
#news_and_topics li.info_type_news .info_text:before {
    position: relative;
    content: url(../images/news_ishi_white.png);
    top: 0;
    margin-left: 8px;
    margin-right: 5px;
}
#news_and_topics #info_list li:nth-child(n+4) {
    display: block;
}

/* 記事ページ */
h3 a {
    color: #F9EE29;
    text-decoration: none;
}
#news_and_topics .news {
    display: block;
    margin-top: 0;
    margin-bottom: 1px;
    background-color: #fff;
    padding: 24px;
}
#news_and_topics .news .title {
    font-size: 150%;
    font-weight: bold;
}
#news_and_topics p{
  margin:0;
}
#news_and_topics .news .date {
    color: #999;
    font-weight: bold;
    margin-bottom: 1em;
}
#news_and_topics .news .text .h {
    margin: 1em 1em 0.5em;
    border-bottom: 1px dotted #999;
}
#news_and_topics .news .text .h .n {
    font-size: 1.3em;
    font-weight: bold;
}
#news_and_topics .news .text .players_comment {
    position: relative;
    margin-bottom: 2em;
}
#news_and_topics .news .text .players_comment:after {
    clear: both;
    content: '';
    display: block;
}
#news_and_topics .news .text .players_comment .players-photo {
    float: right;
    display: block;
    width: 180px;
    margin: 0 1em;
    border: 1px solid #999;
}
#news_and_topics .news .text .players_comment p {
    margin: 0 0 0 1em;
}
#news_and_topics .news .text .players_comment .trans {
    display: block;
    padding: 0.6em 1em;
}
#news_and_topics .news .text .players_comment .d2 {
    font-size: 0.8em;
}
#news_and_topics .to-list {
    margin: 2em auto;
    padding: 1em 2em;
    background-color: #666;
    border-radius: 10px;
    width: 10em;
    text-align: center;
}
#news_and_topics .to-list a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#news_and_topics .news .text .photo_list {
}
#news_and_topics .news .text .photo_list .news_photo {
    display: inline-block;
    width: calc((100% - 30px) / 2);
    margin: 5px 5px 10px;
    vertical-align: top;
}
#news_and_topics .news .text .photo_list .news_photo figcaption {
    width: 100%;
    text-align: center;
    font-size: 90%;
    line-height: 1.3em;
    margin-top: 3px;
}

@media (max-width: 970px){
    #news_and_topics li {
        /*width: calc(100% - 20px);*/
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 787px){
    #news_and_topics li .info_date {
        display: block;
        width: 100%;
    }
    #news_and_topics li .info_text {
        display: block;
        width: 100%;
    }
    #news_and_topics .news .text .photo_list .news_photo {
        display: inline-block;
        /*width: calc(100% - 20px);*/
        margin: 5px 5px 10px;
    }
}

/*=======================================================
    過去の大会
=======================================================*/
/*#archive img{
  width:initial;
}*/
.bannerList ul li{
  display:inline-block;
}
#archive table{
  border-collapse:collapse;
  width:100%;
  font-size:0.9rem;
  color:#333;
  margin-bottom:24px;
}
#archive th,#archive td{
  border:1px solid #000;
  padding:6px;
}
#archive th{
  width:30%;
  background:#ccc;
}
#archive td{
  width:70%;
  background:#fff;
}

/*=======================================================
    対戦表・スケジュール
=======================================================*/
#tournament .tournament-table {
    width: 100%;
    text-align: center;
    background-color: #fff;
}
#tournament .tournament-table img {
    width: 100%;
    max-width: 613px;
    margin: 0 auto;
}
#tournament .tournament-table .note {
    width: 100%;
    max-width: 613px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6em;
    font-size: 90%;
}

#tournament .tournament-table .note .second {
    display: block;
    font-weight: bold;
    color: #999;
    font-size: 200%;
    margin: .7em 0 1em;
    width: 100%;
    text-align: center;
}
#tournament .tournament-table .note .third {
    color: #C47222;
}
#schedule .list-title {
    display: table-cell;
    width: 13em;
    padding: .5em 1em;
    text-align: left;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
}

@media (max-width: 787px){
  #tournament .tournament-table{
    padding:12px;
  }
    #schedule .list-title {
        display: block;
        width: 100%;
        text-align: left;
        color: #fff;
        background-color: #666;
    }
}

/*=======================================================
    大盤解説会
=======================================================*/
#commentator .list {
    display: block;
    width: 100%;
}
#commentator .commentator-photo {
    display: inline-block;
    width: calc(100% / 6 - 5px);
    max-width: 200px;
    margin: 0;
    padding: 5px;
}
.list-text .commentator-photo{
  display: inline-block;
  width: calc(100% / 2 - 5px);
  max-width: 200px;
  margin: 0;
  padding: 5px;
}
.list-text .commentator-photo span{
  display: block;
  text-align:center;
}
#commentator .commentator-photo img {
    border: 1px solid #efefef;
}
#commentator .commentator-photo span {
    display: block;
    width: 100%;
    text-align: center;
}
@media (max-width: 787px){
    #commentation .list-text .t {
        display: block;
    }
    #commentator .commentator-photo {
    width: calc(100% / 2 - 5px);
    }
}

/*=======================================================
    ライブ中継・特設ページ
=======================================================*/
/*#live h2 {
    margin-bottom: 0;
}*/
h4.livearchive {
    position: relative;
    margin: 0.6em 0;
    font-size: 2em;
    letter-spacing: 1px;
    font-family: "Noto Sans Japanese", sans-serif;*/
}
h4.livearchive img {
    position: relative;
    top: 8px;
    display: inline;
    width: 80px;
    margin-right: 10px;
}
#live .list-logo,.livearchive .list-logo {
    display: block;
    padding: 1em 2em 0;
    width: auto;
}
#live .list-logo img,.livearchive .list-logo img {
    width: auto;
    max-width: 100%;
}
#live .list-text,.livearchive .list-text {
    display: block;
    width: 100%;
}
#live .list-text .d,.livearchive .list-text .d {
    width: 100%;
    font-weight: bold;
    color: #fd0000;
    white-space: normal !important;
}
#live .list-text a,.livearchive .list-text a {
    word-break: break-all;
}
#live .list-text a:after,.livearchive .list-text a:after {
	content: "\A" ;
	white-space: pre ;
}
#live iframe,.livearchive iframe{
  width:560px;
  height:315px;

}

@media (max-width: 787px){
    .livearchive iframe {
        width: 100%;
        min-height:180px;
    }
    .livearchive .list-logo {
        padding-left: 10px;
    }
    .livearchive .list-text a {
        display: block;
    }
    .livearchive .list-text a:after {
    	content: none;
    }
}

/*=======================================================
    AI
=======================================================*/
.previousData #ai .list {
    margin-bottom: 1em;
}
.previousData #ai .list-row {
    padding: 1em;
}
.previousData #ai span.h {
    display: block;
    font-size: 46px;
    font-weight: bold;
}
.previousData #ai div.h {
    margin: 0 1em;
    border-bottom: 1px dotted #999;
}
.previousData #ai div.h .n {
    font-size: 1.3em;
    font-weight: bold;
}
@media (max-width: 750px){
    .previousData #ai span.h {
        font-size: calc(100vw * 0.06);
    }
}

/*=======================================================
    WGC出場棋士紹介動画
=======================================================*/
#video h2 {
    font-family: "Noto Sans Japanese", sans-serif;
}
#video .news {
    display: block;
    margin-top: 0;
    margin-bottom: 1px;
    background-color: #fff;
    padding: .5em 10px;
}
#video .news .text video {
    width: 100%;
}
#news_and_topics .news .text video {
    width: 100%;
}
