@charset "UTF-8";

html {
  overflow-x: hidden;
  width: 100vw;
}
body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  color: #FFF;
  text-align: center;
  overflow-x: hidden;
  width: 100vw;
}
figure > img {
  max-width: 100%;
}


/**  HEADER  **/
body > header {
  position: relative;
}
body > header > .headvisual {
  display: block;
  margin: 0;
  font-size: 0;
}
body > header > nav {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
}
body > header > nav .container {
  width: 1000px;
  margin: auto;
}
body > header > nav {
  letter-spacing: -.40em;
}
body > header > nav a, body > header > nav > .container > span.disabled {
  display: inline-block;
  letter-spacing: normal;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  background: rgba(34, 34, 34, 0.8);
  padding: 0 65px;
  margin-right: 2px;
}
body > header > nav > .container > span.disabled {
  color: rgba(255, 255, 255, 0.2);
}
body > header > nav a:nth-last-child(1) { margin-right: 0; }
body > header > nav a:hover {
  background: #444444;
}

body > header > .sp_menu {
  position: absolute;
  display: none;
  top: 5px;
  right: 5px;
  width: 94px;
  height: 35px;
  color: #FFF;
  text-decoration: none;
  line-height: 35px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  z-index: 9999;
}
body > header > .sp_menu::after {
  content: "menu";
  display: inline;
  margin-left: 34px;
}
body > header > .sp_menu.close::after {
  content: "close";
  display: inline;
  margin-left: 34px;
}
#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px 0 10px;
  border-radius: 50%;
  background: #fff;
}
#panel-btn:hover{
  background: #fafafa;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 17px;
  left: 17px;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #FFF;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #FFF;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
a.close #panel-btn-icon{
  background: transparent;
}
a.close #panel-btn-icon:before, a.close #panel-btn-icon:after{
  margin-top: 0;
}
a.close #panel-btn-icon:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
a.close #panel-btn-icon:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media screen and (max-width:1000px){
  body > header > .sp_menu {
    display: inline-block;
  }
  body > header > nav {
    top: 0;
    left: auto;
    right: -300px;
    bottom: auto;
    width: 250px;
    height: 100vh;
    background: #000;
    box-shadow: -5px 0px 20px #ffffff8c;
    z-index: 999;
  }
  body > header > nav.open { right: 0; transition: .2s; }
  body > header > nav .container{
    width: 100%;
    margin-top: 48px;
  }
  body > header > nav .container > span.disabled, body > header > nav .container a {
    padding: 0;
    width: 100%;
    margin: 0 0 2px 0;
  }
}



body > .main-contents {
  text-align: left;
}
body > .main-contents > .container {
  width: 1000px;
  margin: auto;
}

body > .main-contents > .container > h1::before, body > .main-contents > .container > h2::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 59px;
  margin-right: 10px;
  background: url(../img/h_icon.png) no-repeat;
  vertical-align: top;
}
body > .main-contents > .container > h1::after, body > .main-contents > .container > h2::after {
  content: "";
  display: block;
  background: url(../img/line.png) no-repeat;
  width: 100%;
  height: 1px;
  margin-top: 10px;

}
body > .main-contents > .container > h1, body > .main-contents > .container > h2 {
  font-size: 22px;
  line-height: 59px;
}
body > .main-contents > .container > h1 > span, body > .main-contents > .container > h2 > span {
  display: inline-block;
  max-width: calc(100% - 52px);
  line-height: 1.4;
}


body > .main-contents > .container > .block {
  padding-left: 40px;
  margin-bottom: 40px;
}
body > .main-contents > .container > .block > p {
  display: inline-block;
  width: calc(100% - 370px);
  vertical-align: top;
}
body > .main-contents > .container > .block > figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}


body > .main-contents > .container > section > article {
  padding-left: 40px;
  margin-bottom: 30px;
}
body > .main-contents > .container > section > article > .body {
  display: inline-block;
  width: calc(100% - 250px);
  margin-right: 10px;
  vertical-align: top;
}
body > .main-contents > .container > section > article > .body > h4 {
  border-bottom: 1px dotted #FFFFFF;
  padding-bottom: 10px;
}
body > .main-contents > .container > section > article > .body > .attention {
  font-weight: bold;
}
body > .main-contents > .container > section > article > .body > .note {
  background: #222222;
  padding: 10px 10px 10px 30px;
}
body > .main-contents > .container > section > article > figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

body > .main-contents > .container > section > table {
}
body > .main-contents > .container > section > table th {
  background: #333333;
  padding: 2px 9px;
}
body > .main-contents > .container > section > table td {
  background: #CCCCCC;
  color: #000000;
  width: 670px;
  padding: 10px;
}
body > .main-contents > .container > section > table td a {
  color: #000;
}
body > .main-contents > .container > section > table .month {
  display: block;
  font-size: 13px;
}
body > .main-contents > .container > section > table .day {
  display: block;
  font-size: 20px;
}

body > .main-contents > .container > .toplink {
  margin-top: 50px;
  text-align: right;
  font-size: 0;
}

body > footer {
  border-top: 1px solid #FFF;
}
body > footer > .container {
  width: 1000px;
  margin: auto;
  text-align: left;
  padding: 20px 0 0 0;
}
body > footer > .container > .logo {
  display: inline-block;
  float: right;
}


@media screen and (max-width:1000px){
  img{ max-width:100%; }

  body > .main-contents > .container {
    width: 100%;
  }
  body > .main-contents > .container > section > table td {
    width: auto;
  }
  body > footer > .container {
    width: 100%;
  }
}

@media screen and (max-width:640px){
  body > .main-contents > .container > .block {
    padding-left: 20px;
    padding-right: 20px;
  }
  body > .main-contents > .container > .block > p {
    width: auto;
  }
  body > .main-contents > .container > .block > figure {
    display: block;
    text-align: center;
  }
  body > .main-contents > .container > section > article {
    padding-left: 20px;
    padding-right: 20px;
  }
  body > .main-contents > .container > section > article > .body{
    width: auto;
  }
  body > .main-contents > .container > section > article > figure {
    display: block;
    text-align: center;
  }
}


.flag {
  content: "";
  display: inline-block;
  background: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}
.flag.Australia { background-image: url(../img/flag/Australia.jpg); }
.flag.Belgium { background-image: url(../img/flag/Belgium.jpg); }
.flag.France { background-image: url(../img/flag/France.jpg); }
.flag.Italy { background-image: url(../img/flag/Italy.jpg); }
.flag.JP { background-image: url(../img/flag/JP.jpg); }
.flag.Netherlands { background-image: url(../img/flag/Netherlands.jpg); }
.flag.UK { background-image: url(../img/flag/UK.jpg); }
.flag.USA { background-image: url(../img/flag/USA.jpg); }


/** Competitors **/
body.competitors > .main-contents > .container .article-list {
  letter-spacing: -.4em;
}
body.competitors > .main-contents > .container .article-list > p {
  letter-spacing: normal;
}
body.competitors > .main-contents > .container .article-list > p.note {
  font-size: 14px;
  color: #999;
  text-align: right;
}
body.competitors > .main-contents > .container article {
  display: inline-block;
  margin: 0 25px 25px 25px;
  letter-spacing: normal;
}
body.competitors > .main-contents > .container article figure {
  position: relative;
  width: 200px;
  margin: 0;
  cursor: pointer;
}
body.competitors > .main-contents > .container article figure::after {
  position: absolute;
  content: "";
  background: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 42px;
  height: 28px;
  top: 0;
  right: 0;
}
body.competitors > .main-contents > .container article.Australia figure::after { background-image: url(../img/flag/Australia.jpg); }
body.competitors > .main-contents > .container article.Belgium figure::after { background-image: url(../img/flag/Belgium.jpg); }
body.competitors > .main-contents > .container article.France figure::after { background-image: url(../img/flag/France.jpg); }
body.competitors > .main-contents > .container article.Italy figure::after { background-image: url(../img/flag/Italy.jpg); }
body.competitors > .main-contents > .container article.JP figure::after { background-image: url(../img/flag/JP.jpg); }
body.competitors > .main-contents > .container article.Netherlands figure::after { background-image: url(../img/flag/Netherlands.jpg); }
body.competitors > .main-contents > .container article.UK figure::after { background-image: url(../img/flag/UK.jpg); }
body.competitors > .main-contents > .container article.USA figure::after { background-image: url(../img/flag/USA.jpg); }

body.competitors > .main-contents > .container article figure > figcaption {
  text-align: center;
}
body.competitors .article-message {
  display: none;
  position: relative;
  background: rgba(34, 34, 34, 0.80);
  padding: 40px;
  width: 80vw;
  box-sizing: border-box;
  max-width: 1000px;
}
body.competitors .article-message h3 {
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body.competitors .article-message h3 > .flag {
  width: 40px;
  height: 26px;
  vertical-align: top;
  margin-right: 15px;
}
body.competitors .article-message h3 > .name {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 18px
}
body.competitors .article-message h3 > .name > span {
  font-weight: bold;
}
body.competitors .article-message .body {
  font-size: 14px;
}
body.competitors .article-message .body > dl {
  margin: 25px 0 0 0;
}
body.competitors .article-message .body > dl dt {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  margin-bottom: 7px;
}
body.competitors .article-message .body > dl dd {
  margin: 0;
}
body.competitors .article-message .fancybox-close-small:after {
  color: #fff;
  border-radius: 0;
  background: #222;
}

@media screen and (max-width:1000px){
  body.competitors > .main-contents > .container .article-list {
    text-align: center;
  }
  body.competitors .article-message {
    padding: 20px 10px;
    width: 90vw;
  }
  body.competitors .article-message h3 {
    text-align: center;
  }
  body.competitors .article-message h3 > .flag {
    display: block;
    background-position: center;
    width: 100%;
    background-size: auto 100%;
    margin: 0 0 10px 0;
  }
}


/** Results **/
body.results h2 {
  margin: 30px 0 10px 0;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px dotted #939393;
}
body.results section {
  padding: 0 40px;
  margin-bottom: 40px;
}
body.results .round-table .battle-list {
  display: table;
  width:100%;
}
body.results .round-table .battle-row {
  display: table-row;
  letter-spacing: -.4em;
  margin-bottom: 1px;
}
body.results .round-table .battle-row > .user {
  display: table-cell;
  letter-spacing: normal;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 1px solid #000;
}
body.results .round-table .battle-row > .vs {
  display: table-cell;
  letter-spacing: normal;
  width: 40px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  background: #333333;
  color: #FFF;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
body.results .round-table .battle-row .flag {
  width: 32px;
  height: 21px;
  margin-right: 10px;
}
body.results .round-table .battle-list > .battle-row:nth-child(2n+1){
  background: #cccccc;
  color: #000000;
}
body.results .round-table .battle-list > .battle-row:nth-child(2n){
  background: #eeeeee;
  color: #000000;
}
body.results .round-table > .note {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width:640px){
  body.results .round-table .battle-row .user {
    font-size: 2.5vw;
  }
  body.results .round-table .battle-row .user .flag {
    display: block;
  }
  body.results .round-table .battle-row .user .user-result {
    display: block;
  }
}


body.results .round-results .flag {
  width: 32px;
  height: 21px;
  margin-right: 10px;
}

body.results .round-results table thead tr th {
  font-size: 14px;
  font-weight: normal;
  background: #777777;
  text-align: center;
}
body.results .round-results table thead tr th:nth-child(1) {
  background: #333333;
}
body.results .round-results table thead tr th:nth-child(2) {
  text-align: left;
}
body.results .round-results table tbody tr:nth-child(2n+1) td{
  background: #cccccc;
  color: #000000;
}
body.results .round-results table tbody tr:nth-child(2n) td{
  background: #eeeeee;
  color: #000000;
}
body.results .round-results table tbody tr td {
  text-align: center;
}
body.results .round-results table tbody tr td:nth-child(1) {
  font-weight: bold;
  background: #333333;
  color: #FFF;
}
body.results .round-results table tbody tr td:nth-child(2) {
  text-align: left;
}
body.results .round-results table tbody tr td:nth-child(3) { font-weight: bold; }
body.results .round-results table tbody tr td:nth-child(4) { font-weight: bold; }
body.results .round-results table tbody tr td:nth-child(5) { font-weight: bold; }
body.results .round-results table tbody tr td:nth-child(6) { font-weight: bold; }

@media screen and (max-width:640px){
  body.results .round-results table {
    width: 100%;
  }
  body.results .round-results table thead tr th {
    font-size: 2vw;
    padding: 2px 2px;
  }
  body.results .round-results table tbody tr td {
    font-size: 2vw;
    padding: 2px 2px;
  }
}

body.results .final-result {
  background: url(../img/results/tournament_bg.png) no-repeat;
  background-position: center;
}
body.results .final-result .tournament {
  position: relative;
  background: url(../img/results/tournament0.png) no-repeat;
  height: 650px;
  background-position: right center;
}
body.results .final-result .tournament .flag {
  width: 32px;
  height: 21px;
  margin-left: 10px;
  vertical-align: middle;
}
body.results .final-result .tournament .user-list {
  text-align: right;
  padding-top: 10px;
}
body.results .final-result .tournament .user {
  text-align: right;
  line-height: 104px;
  margin-right: calc(100% - 250px);
}
body.results .final-result .tournament .user > div {
  display: inline-block;
  line-height: 1;
}
body.results .final-result .tournament .user .user-result {
  display: block;
  text-align: center;
}
body.results .final-result .tournament > .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-repeat: no-repeat;
  background-position: right center;
}
body.results .final-result .tournament > .line.user01.win1 { background-image: url(../img/results/tournament1-1.png); }
body.results .final-result .tournament > .line.user01.win2 { background-image: url(../img/results/tournament1-2.png); }
body.results .final-result .tournament > .line.user01.win3 { background-image: url(../img/results/tournament1-3.png); }
body.results .final-result .tournament > .line.user02.win1 { background-image: url(../img/results/tournament2-1.png); }
body.results .final-result .tournament > .line.user02.win2 { background-image: url(../img/results/tournament2-2.png); }
body.results .final-result .tournament > .line.user02.win3 { background-image: url(../img/results/tournament2-3.png); }
body.results .final-result .tournament > .line.user03.win1 { background-image: url(../img/results/tournament3-1.png); }
body.results .final-result .tournament > .line.user03.win2 { background-image: url(../img/results/tournament3-2.png); }
body.results .final-result .tournament > .line.user03.win3 { background-image: url(../img/results/tournament3-3.png); }
body.results .final-result .tournament > .line.user04.win1 { background-image: url(../img/results/tournament4-1.png); }
body.results .final-result .tournament > .line.user04.win2 { background-image: url(../img/results/tournament4-2.png); }
body.results .final-result .tournament > .line.user04.win3 { background-image: url(../img/results/tournament4-3.png); }
body.results .final-result .tournament > .line.user05.win1 { background-image: url(../img/results/tournament5-1.png); }
body.results .final-result .tournament > .line.user05.win2 { background-image: url(../img/results/tournament5-2.png); }
body.results .final-result .tournament > .line.user05.win3 { background-image: url(../img/results/tournament5-3.png); }
body.results .final-result .tournament > .line.user06.win1 { background-image: url(../img/results/tournament6-1.png); }
body.results .final-result .tournament > .line.user06.win2 { background-image: url(../img/results/tournament6-2.png); }
body.results .final-result .tournament > .line.user06.win3 { background-image: url(../img/results/tournament6-3.png); }

body.results .final-result .tournament > .user-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-repeat: no-repeat;
  background-position: right center;
}
body.results .final-result .tournament > .user-result.bttle1-1.user1.win0 { background-image: url(../img/results/win/bttle1-1-1-0.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.win1 { background-image: url(../img/results/win/bttle1-1-1-1.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.win2 { background-image: url(../img/results/win/bttle1-1-1-2.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.win3 { background-image: url(../img/results/win/bttle1-1-1-3.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.win4 { background-image: url(../img/results/win/bttle1-1-1-4.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.win0 { background-image: url(../img/results/win/bttle1-1-2-0.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.win1 { background-image: url(../img/results/win/bttle1-1-2-1.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.win2 { background-image: url(../img/results/win/bttle1-1-2-2.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.win3 { background-image: url(../img/results/win/bttle1-1-2-3.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.win4 { background-image: url(../img/results/win/bttle1-1-2-4.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.win0 { background-image: url(../img/results/win/bttle1-2-1-0.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.win1 { background-image: url(../img/results/win/bttle1-2-1-1.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.win2 { background-image: url(../img/results/win/bttle1-2-1-2.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.win3 { background-image: url(../img/results/win/bttle1-2-1-3.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.win4 { background-image: url(../img/results/win/bttle1-2-1-4.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.win0 { background-image: url(../img/results/win/bttle1-2-2-0.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.win1 { background-image: url(../img/results/win/bttle1-2-2-1.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.win2 { background-image: url(../img/results/win/bttle1-2-2-2.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.win3 { background-image: url(../img/results/win/bttle1-2-2-3.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.win4 { background-image: url(../img/results/win/bttle1-2-2-4.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.win0 { background-image: url(../img/results/win/bttle2-1-1-0.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.win1 { background-image: url(../img/results/win/bttle2-1-1-1.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.win2 { background-image: url(../img/results/win/bttle2-1-1-2.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.win3 { background-image: url(../img/results/win/bttle2-1-1-3.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.win4 { background-image: url(../img/results/win/bttle2-1-1-4.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.win0 { background-image: url(../img/results/win/bttle2-1-2-0.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.win1 { background-image: url(../img/results/win/bttle2-1-2-1.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.win2 { background-image: url(../img/results/win/bttle2-1-2-2.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.win3 { background-image: url(../img/results/win/bttle2-1-2-3.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.win4 { background-image: url(../img/results/win/bttle2-1-2-4.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.win0 { background-image: url(../img/results/win/bttle2-2-1-0.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.win1 { background-image: url(../img/results/win/bttle2-2-1-1.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.win2 { background-image: url(../img/results/win/bttle2-2-1-2.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.win3 { background-image: url(../img/results/win/bttle2-2-1-3.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.win4 { background-image: url(../img/results/win/bttle2-2-1-4.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.win0 { background-image: url(../img/results/win/bttle2-2-2-0.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.win1 { background-image: url(../img/results/win/bttle2-2-2-1.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.win2 { background-image: url(../img/results/win/bttle2-2-2-2.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.win3 { background-image: url(../img/results/win/bttle2-2-2-3.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.win4 { background-image: url(../img/results/win/bttle2-2-2-4.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.win0 { background-image: url(../img/results/win/bttle3-1-1-0.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.win1 { background-image: url(../img/results/win/bttle3-1-1-1.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.win2 { background-image: url(../img/results/win/bttle3-1-1-2.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.win3 { background-image: url(../img/results/win/bttle3-1-1-3.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.win4 { background-image: url(../img/results/win/bttle3-1-1-4.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.win0 { background-image: url(../img/results/win/bttle3-1-2-0.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.win1 { background-image: url(../img/results/win/bttle3-1-2-1.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.win2 { background-image: url(../img/results/win/bttle3-1-2-2.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.win3 { background-image: url(../img/results/win/bttle3-1-2-3.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.win4 { background-image: url(../img/results/win/bttle3-1-2-4.png); }

body.results .final-result .tournament > .user-result.bttle1-1.user1.lose0 { background-image: url(../img/results/lose/bttle1-1-1-0.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.lose1 { background-image: url(../img/results/lose/bttle1-1-1-1.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.lose2 { background-image: url(../img/results/lose/bttle1-1-1-2.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.lose3 { background-image: url(../img/results/lose/bttle1-1-1-3.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user1.lose4 { background-image: url(../img/results/lose/bttle1-1-1-4.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.lose0 { background-image: url(../img/results/lose/bttle1-1-2-0.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.lose1 { background-image: url(../img/results/lose/bttle1-1-2-1.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.lose2 { background-image: url(../img/results/lose/bttle1-1-2-2.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.lose3 { background-image: url(../img/results/lose/bttle1-1-2-3.png); }
body.results .final-result .tournament > .user-result.bttle1-1.user2.lose4 { background-image: url(../img/results/lose/bttle1-1-2-4.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.lose0 { background-image: url(../img/results/lose/bttle1-2-1-0.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.lose1 { background-image: url(../img/results/lose/bttle1-2-1-1.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.lose2 { background-image: url(../img/results/lose/bttle1-2-1-2.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.lose3 { background-image: url(../img/results/lose/bttle1-2-1-3.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user1.lose4 { background-image: url(../img/results/lose/bttle1-2-1-4.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.lose0 { background-image: url(../img/results/lose/bttle1-2-2-0.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.lose1 { background-image: url(../img/results/lose/bttle1-2-2-1.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.lose2 { background-image: url(../img/results/lose/bttle1-2-2-2.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.lose3 { background-image: url(../img/results/lose/bttle1-2-2-3.png); }
body.results .final-result .tournament > .user-result.bttle1-2.user2.lose4 { background-image: url(../img/results/lose/bttle1-2-2-4.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.lose0 { background-image: url(../img/results/lose/bttle2-1-1-0.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.lose1 { background-image: url(../img/results/lose/bttle2-1-1-1.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.lose2 { background-image: url(../img/results/lose/bttle2-1-1-2.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.lose3 { background-image: url(../img/results/lose/bttle2-1-1-3.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user1.lose4 { background-image: url(../img/results/lose/bttle2-1-1-4.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.lose0 { background-image: url(../img/results/lose/bttle2-1-2-0.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.lose1 { background-image: url(../img/results/lose/bttle2-1-2-1.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.lose2 { background-image: url(../img/results/lose/bttle2-1-2-2.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.lose3 { background-image: url(../img/results/lose/bttle2-1-2-3.png); }
body.results .final-result .tournament > .user-result.bttle2-1.user2.lose4 { background-image: url(../img/results/lose/bttle2-1-2-4.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.lose0 { background-image: url(../img/results/lose/bttle2-2-1-0.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.lose1 { background-image: url(../img/results/lose/bttle2-2-1-1.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.lose2 { background-image: url(../img/results/lose/bttle2-2-1-2.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.lose3 { background-image: url(../img/results/lose/bttle2-2-1-3.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user1.lose4 { background-image: url(../img/results/lose/bttle2-2-1-4.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.lose0 { background-image: url(../img/results/lose/bttle2-2-2-0.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.lose1 { background-image: url(../img/results/lose/bttle2-2-2-1.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.lose2 { background-image: url(../img/results/lose/bttle2-2-2-2.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.lose3 { background-image: url(../img/results/lose/bttle2-2-2-3.png); }
body.results .final-result .tournament > .user-result.bttle2-2.user2.lose4 { background-image: url(../img/results/lose/bttle2-2-2-4.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.lose0 { background-image: url(../img/results/lose/bttle3-1-1-0.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.lose1 { background-image: url(../img/results/lose/bttle3-1-1-1.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.lose2 { background-image: url(../img/results/lose/bttle3-1-1-2.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.lose3 { background-image: url(../img/results/lose/bttle3-1-1-3.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user1.lose4 { background-image: url(../img/results/lose/bttle3-1-1-4.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.lose0 { background-image: url(../img/results/lose/bttle3-1-2-0.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.lose1 { background-image: url(../img/results/lose/bttle3-1-2-1.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.lose2 { background-image: url(../img/results/lose/bttle3-1-2-2.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.lose3 { background-image: url(../img/results/lose/bttle3-1-2-3.png); }
body.results .final-result .tournament > .user-result.bttle3-1.user2.lose4 { background-image: url(../img/results/lose/bttle3-1-2-4.png); }

body.results .final-result p.note {
  font-size: 14px;
  text-align: right;
  margin: 0;
}

@media screen and (max-width:1000px){
  body.results .final-result .tournament .flag {
    width: 5vw;
    height: 3vw;
  }
  body.results .final-result .tournament {
    background-size: auto 80%;
    height: auto;
  }
  body.results .final-result .tournament .user-list {
    padding: 2.4vw 0 0 0;
  }
  body.results .final-result .tournament .user {
    line-height: 9vw;
    margin-right: 58vw;
    white-space: nowrap;
  }
  body.results .final-result .tournament > .line {
    background-size: auto 80%;
  }
  body.results .final-result .tournament > .user-result {
    background-size: auto 80%;
  }
}
@media screen and (max-width:800px){
  body.results .final-result {
    background-size: 20%
  }
  body.results .final-result .tournament {
    background-size: 60% 88%;
  }
  body.results .final-result .tournament .user-list {
    padding: 0vw 0 1vw 0;
  }
  body.results .final-result .tournament .user {
    margin-right: 53vw;
  }
  body.results .final-result .tournament .user > div > span {
    white-space: normal;
    line-height: 3vw;
    display: inline-block;
    vertical-align: middle;
    font-size: 2vw;
  }
  body.results .final-result .tournament > .line {
    background-size: 60% 88%;
  }
  body.results .final-result .tournament > .user-result {
    background-size: 60% 88%;
  }
}


body.photographs article {
  text-align: center;
}