@media screen and (max-width: 960px) {
  .cfsp {
    zoom: 1; }
    .cfsp:before {
      content: "";
      display: table; }
    .cfsp:after {
      content: "";
      display: table;
      clear: both; } }
a:hover {
  text-decoration: underline; }

#wrapper .kv_area {
	width: 100%;
	background: url(/league/mens-east/tournament2017/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 .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%; }
      #wrapper .info_area .tournament_block .contents .detail {
        width: 1000px; }
        #wrapper .info_area .tournament_block .contents .detail a {
          font-size: 14px;
          font-size: 1.4rem;
          color: #2259bb; }
        @media screen and (max-width: 960px) {
          #wrapper .info_area .tournament_block .contents .detail {
            width: 100%;
            float: none; } }
        #wrapper .info_area .tournament_block .contents .detail dl {
          width: 100%;
          border-top: 1px solid  #ddd;
          padding: 5px 0; }
          @media screen and (max-width: 960px) {
            #wrapper .info_area .tournament_block .contents .detail dl {
              padding: 8px 0; } }
          #wrapper .info_area .tournament_block .contents .detail dl:last-child {
            border-bottom: 1px solid  #ddd; }
          #wrapper .info_area .tournament_block .contents .detail dl dt {
            width: 100px;
            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 .detail dl dt {
                width: 70px;
                font-size: 12px;
                font-size: 1.2rem;
                height: 22px;
                margin: 0;
                float: none; } }
            #wrapper .info_area .tournament_block .contents .detail 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 .detail 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 .detail dl dd {
            width: 728px;
            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 .detail dl dd {
                width: 100%;
                font-size: 12px;
                font-size: 1.2rem;
                padding-left: 15px; } }
  @media screen and (max-width: 960px) and (max-width: 960px) {
    #wrapper .info_area .tournament_block .contents .detail dl dd {
      padding-left: 0; } }

            #wrapper .info_area .tournament_block .contents .detail dl dd span {
              font-weight: bold;
              font-size: 14px;
              font-size: 1.4rem; }
        #wrapper .info_area .tournament_block .contents .detail .tornament dt {
          width: 225px;
          margin-bottom: 12px;
          float: none; }
          @media screen and (max-width: 960px) {
            #wrapper .info_area .tournament_block .contents .detail .tornament dt {
              width: 175px; } }
        #wrapper .info_area .tournament_block .contents .detail .tornament dd {
          float: none;
          padding: 0 0 10px;
          width: 100%; }
        #wrapper .info_area .tournament_block .contents .detail .report {
          border-bottom: 1px solid  #ddd;
          margin-bottom: 20px; }
          #wrapper .info_area .tournament_block .contents .detail .report dt {
            width: 100px;
            margin-bottom: 12px;
            float: none; }
          #wrapper .info_area .tournament_block .contents .detail .report dd {
            float: none;
            width: 100%; }
            #wrapper .info_area .tournament_block .contents .detail .report dd .news li {
              background: url(/league/mens-east/tournament2017/detail/img/icn_arw.gif) no-repeat left 5px;
              padding-left: 13px;
              font-size: 14px;
              font-weight: bold;
              margin-bottom: 10px; }
              @media screen and (max-width: 960px) {
                #wrapper .info_area .tournament_block .contents .detail .report dd .news li {
                  font-size: 12px; } }
              #wrapper .info_area .tournament_block .contents .detail .report dd .news li a {
                font-weight: bold;
                color: #2259b2; }
                @media screen and (max-width: 960px) {
                  #wrapper .info_area .tournament_block .contents .detail .report dd .news li a {
                    font-size: 12px;
                    display: block; } }
                #wrapper .info_area .tournament_block .contents .detail .report dd .news li a span {
                  font-weight: normal;
                  color: #2259b2;
                  font-size: 14px; }
                  @media screen and (max-width: 960px) {
                    #wrapper .info_area .tournament_block .contents .detail .report dd .news li a span {
                      font-size: 12px; } }
      #wrapper .info_area .tournament_block .contents ul.btn li {
        float: left;
        margin: 0 20px 0 0; }
        @media screen and (max-width: 960px) {
          #wrapper .info_area .tournament_block .contents ul.btn li {
            float: none;
            text-align: center;
            margin: 0 0 15px; } }
      #wrapper .info_area .tournament_block .contents .lastLine {
        border-bottom: 1px solid  #ddd; }
      #wrapper .info_area .tournament_block .contents ul.pic {
        margin-top: 30px; }
        #wrapper .info_area .tournament_block .contents ul.pic li {
          width: 320px;
          float: left;
          margin: 0 20px 0 0; }
          #wrapper .info_area .tournament_block .contents ul.pic li:last-child {
            margin-right: 0; }
          @media screen and (max-width: 960px) {
            #wrapper .info_area .tournament_block .contents ul.pic li {
              width: 100%;
              float: none;
              text-align: center;
              margin: 0 0 20px; } }
          #wrapper .info_area .tournament_block .contents ul.pic li p {
            font-size: 13px;
            margin-top: 6px;
            text-align: left;
            line-height: 1.5; }
            @media screen and (max-width: 960px) {
              #wrapper .info_area .tournament_block .contents ul.pic li p {
                font-size: 12px; } }
  #wrapper .info_area .point {
    margin-bottom: 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      #wrapper .info_area .point {
        display: block !important;
        width: 100%; } }
    #wrapper .info_area .point .board {
      width: 700px;
      background: url(/league/mens-east/tournament2017/detail/img/bg_shaded.gif) repeat left top;
      color: #ffffff;
      padding: 20px 20px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .point .board {
          display: block !important;
          width: 100%;
          padding: 2%;
          margin-bottom: 15px; } }
      #wrapper .info_area .point .board table {
        border-collapse: separate;
        border-spacing: 5px; }
        #wrapper .info_area .point .board table th {
          font-size: 16px; }
          @media screen and (max-width: 960px) {
            #wrapper .info_area .point .board table th {
              font-size: 14px; } }
        #wrapper .info_area .point .board table td {
          font-size: 16px;
          padding: 5px 0;
          background-color: #000000;}
          @media screen and (max-width: 960px) {
            #wrapper .info_area .point .board table td {
              font-size: 14px; } }
    #wrapper .info_area .point .first .ttl,
    #wrapper .info_area .point .after .ttl {
      width: 100px;
      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 .point .first .ttl,
        #wrapper .info_area .point .after .ttl {
          width: 70px;
          font-size: 12px;
          font-size: 1.2rem;
          height: 22px;
          margin: 0;
          float: none; } }
      #wrapper .info_area .point .first .ttl:after,
      #wrapper .info_area .point .after .ttl: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 .point .first .ttl:after,
          #wrapper .info_area .point .after .ttl: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 .point .first .flag,
    #wrapper .info_area .point .after .flag {
      padding: 15px 0; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .point .first .flag,
        #wrapper .info_area .point .after .flag {
          padding: 12px 30%; } }
      #wrapper .info_area .point .first .flag .ttl,
      #wrapper .info_area .point .after .flag .ttl {
        width: 100px;
        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 .point .first .flag .ttl,
          #wrapper .info_area .point .after .flag .ttl {
            width: 70px;
            font-size: 12px;
            font-size: 1.2rem;
            height: 22px;
            margin: 0;
            float: none; } }
        #wrapper .info_area .point .first .flag .ttl:after,
        #wrapper .info_area .point .after .flag .ttl: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 .point .first .flag .ttl:after,
            #wrapper .info_area .point .after .flag .ttl: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 .point .first .country,
    #wrapper .info_area .point .after .country {
      font-size: 13px;
      padding-bottom: 11px; }
    #wrapper .info_area .point .first {
      width: 190px;
      background-color: #eeeeee;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .point .first {
          width: 48%;
          float: left; } }
    #wrapper .info_area .point .after {
      width: 190px;
      background-color: #eeeeee;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .point .after {
          width: 48%;
          float: right; } }
  #wrapper .info_area .battery {
	  width: 900px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      #wrapper .info_area .battery {
        display: block !important;
        width: 100%; } }
    #wrapper .info_area .battery .first .ttl,
    #wrapper .info_area .battery .after .ttl {
      width: 120px;
      margin-right: 30px;
      height: 29px;
      position: relative;
      background: #e7211a;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      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 .battery .first .ttl,
        #wrapper .info_area .battery .after .ttl {
          width: 120px;
          font-size: 12px;
          font-size: 1.2rem;
          height: 22px;
          margin: 0; } }
      #wrapper .info_area .battery .first .ttl:after,
      #wrapper .info_area .battery .after .ttl: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 .battery .first .ttl:after,
          #wrapper .info_area .battery .after .ttl: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 .battery .first .player,
    #wrapper .info_area .battery .after .player {
      font-size: 14px;
      text-align: left;
      margin: 10px 0 20px;
      line-height: 1.5; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .battery .first .player,
        #wrapper .info_area .battery .after .player {
          font-size: 12px; } }
    #wrapper .info_area .battery .first {
      width: 440px;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .battery .first {
          width: 48%;
          float: left; } }
    #wrapper .info_area .battery .after {
      width: 440px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .battery .after {
          width: 48%;
          float: right; } }
  #wrapper .info_area .result {
    margin-bottom: 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      #wrapper .info_area .result {
        display: block !important;
        width: 100%; } }
    #wrapper .info_area .result .round {
      width: 100px;
      background-color: #000000;
      color: #ffffff;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      -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 .result .round {
          display: block !important;
          width: 100%;
          padding: 8px 5%;
          margin-bottom: 15px;
          font-size: 14px; } }
    #wrapper .info_area .result .first,
    #wrapper .info_area .result .after {
      -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; }
      #wrapper .info_area .result .first .player,
      #wrapper .info_area .result .after .player {
        font-size: 14px;
        text-align: left;
        padding: 10px;
        line-height: 1.5; }
        @media screen and (max-width: 960px) {
          #wrapper .info_area .result .first .player,
          #wrapper .info_area .result .after .player {
            font-size: 12px; } }
    #wrapper .info_area .result .first {
      background-color: #eeeeee;
      width: 440px;
      -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: space-around;
      justify-content: -webkit- space-around;
      justify-content: space-around;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .result .first {
          width: 48%;
          float: left; } }
      #wrapper .info_area .result .first .player {
        width: 90%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
      #wrapper .info_area .result .first .score {
        width: 10%;
        color: #e7211a;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
        @media screen and (max-width: 960px) {
          #wrapper .info_area .result .first .score {
            font-size: 14px; } }
    #wrapper .info_area .result .after {
      background-color: #eeeeee;
      width: 440px;
      -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: space-around;
      justify-content: -webkit- space-around;
      justify-content: space-around;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
      @media screen and (max-width: 960px) {
        #wrapper .info_area .result .after {
          width: 48%;
          float: right; } }
      #wrapper .info_area .result .after .player {
        width: 90%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
      #wrapper .info_area .result .after .score {
        width: 10%;
        color: #e7211a;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
        @media screen and (max-width: 960px) {
          #wrapper .info_area .result .after .score {
            font-size: 14px; } }

/*# sourceMappingURL=layout.css.map */
#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 .board table tr td{
  width:7%;
  vertical-align: middle;
}
#wrapper .board table tr td.name{
  width:30%;
  padding:5px!important;
  text-align:left;
}