@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* 全体ヘッダ */
#siteHeader {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #272727;
  z-index: 9999;
  top: 0;
  left: 0;
  position: fixed;
  font-size: 12px;
  font-family: 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-align: left;
  vertical-align: baseline;
}
#siteHeader #siteHeaderInner {
  width: 960px;
  height: 30px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
}
#siteHeader #navi {
  height: 30px;
  position: absolute;
  left: 0;
  display: block;
}
#siteHeader #navi li {
  height: 30px;
  float: left;
}
#siteHeader #navi li a {
  padding: 7px 10px 0;
  display: block;
  height: 23px;
  color: #FFF;
  background: url(../../img/pc/site_head_divider.gif) left center no-repeat;
  text-decoration: none;
  line-height: 1.5;
}
#siteHeader #navi li:nth-child(1) a {
  background: none;
}
#siteHeader #navi li:hover a {
  background: #474747;
  text-decoration: none;
}
#siteHeader #sns {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  height: 30px;
}
#siteHeader #sns li {
  width: 110px !important;
  float: left;
}

#siteFooter {
  margin: 20px auto 0;
  padding: 30px 0 25px;
  background: url(../../img/pc/bg_footer.png) no-repeat center top;
  width: 960px;
  height: 18px;
  font-size: 12px;
  color: #000;
  display: block;
}
#siteFooter a {
  color: #000;
  text-decoration: none;
}
#siteFooter a:hover {
  text-decoration: underline;
}
#siteFooter #copyright {
  float: right;
  color: #000;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

body {
  position: relative;
  background: white url(../../img/pc/bg_second.png) repeat-x center 30px;
  font-family: 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

header, footer, section, img {
  display: block;
}

.contents div, .contents p, .contents th, .contents td, .contents li {
  font-size: 13px;
  color: #000;
  line-height: 1.7;
}

header.global {
  margin: 30px auto 0;
  width: 960px;
}

nav.global,
.wrapper.contents {
  margin: 0 auto;
  width: 960px;
}

.wrapper.contents {
  padding-bottom: 10px;
}

nav.global {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  margin-bottom: 20px;
}
nav.global li {
  float: left;
  width: 160px;
}
nav.global li a, nav.global li span {
  display: block;
  width: 160px;
  height: 42px;
  text-indent: -9999px;
}
nav.global li a.n01 {
  background-image: url(../../img/pc/nav_global_01.png);
}
nav.global li a.n02 {
  background-image: url(../../img/pc/nav_global_02.png);
}
nav.global li a.n03 {
  background-image: url(../../img/pc/nav_global_03.png);
}
nav.global li a.n04 {
  background-image: url(../../img/pc/nav_global_04.png);
}
nav.global li a.n05 {
  background-image: url(../../img/pc/nav_global_05.png);
}
nav.global li a.n06 {
  background-image: url(../../img/pc/nav_global_06.png);
}
nav.global li span.n04 {
  background-image: url(../../img/pc/nav_global_04_cs.png);
}
nav.global li.active a {
  background-position: 0px -42px;
}

.layout.main {
  float: left;
  width: 700px;
}
.layout.main main > header {
  margin-bottom: 15px;
}
.layout.main main > section {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
}

.layout.side {
  float: right;
  width: 240px;
}
.layout.side section {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  margin-bottom: 15px;
}
.layout.side .documentary {
  background: #fff;
}
.layout.side .documentary .unit {
  padding: 16px 10px 10px;
  border-bottom: 1px solid #d9d9d9;
  background: url(../../img/pc/bg_documentary.png) repeat-x;
}
.layout.side .documentary .unit .thumbnail {
  text-align: center;
}
.layout.side .documentary .unit .thumbnail img {
  display: inline;
}
.layout.side .documentary .unit .title {
  margin-top: 5px;
  padding-left: 15px;
  background: url(../../img/pc/ico_arrow.png) no-repeat 0 4px;
  line-height: 1.4;
}
.layout.side .documentary .unit .title a {
  color: #000;
  text-decoration: none;
  line-height: 1.4;
}
.layout.side .documentary .unit .title a:hover {
  text-decoration: underline;
}
.layout.side .documentary .unit .date {
  padding-left: 15px;
  font-size: 12px;
  color: #6f6f6f;
}
.layout.side .documentary .wrapper.list {
  padding: 4px;
  background: url(../../img/pc/bg_documentary.png) repeat-x;
}
.layout.side .documentary .wrapper.list .list {
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  line-height: 1.4;
}
.layout.side .documentary .wrapper.list .list .description {
  margin-bottom: 5px;
  line-height: 1.4;
}
.layout.side .documentary .wrapper.list .list .link a {
  display: inline-block;
  padding-top: 2px;
  padding-left: 18px;
  background: url(../../img/pc/ico_organizer.png) no-repeat left center;
  background-size: 13px 13px;
  min-height: 13px;
  line-height: 13px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.layout.side .documentary .wrapper.list .list .link a:hover {
  text-decoration: underline;
}
.layout.side .cooperators {
  position: relative;
  margin-bottom: 48px;
}
.layout.side .cooperators ul {
  padding: 10px 10px 0;
  background: #fff;
}
.layout.side .cooperators ul li {
  padding-bottom: 10px;
}
.layout.side .cooperators .notice {
  position: absolute;
  bottom: -33px;
}
.layout.side .banners li {
  margin-bottom: 15px;
}

#bannerArea {
  *zoom: 1;
  margin: 0 auto 30px;
  width: 960px;
}
#bannerArea:after {
  content: "";
  display: table;
  clear: both;
}
#bannerArea .mainBlockL {
  float: left;
}
#bannerArea .mainBlockR {
  float: right;
}

#topBannerArea {
  margin: 0 auto 30px;
  width: 728px;
}

#pagetop {
  margin: 0 auto;
  width: 960px;
  text-align: right;
}
#pagetop img {
  display: inline;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
}

/* index */
.index {
  background: url(../../img/pc/bg_top.png) repeat-x center 30px;
}
.index .layout.main main > section {
  margin-bottom: 30px;
  background: url(../../img/pc/bg_top_block.png) repeat-y;
}
.index .layout.main main > section > header h1 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
}
.index .layout.main .news h1 {
  margin-bottom: 10px;
}
.index .layout.main .news dl {
  padding: 0 20px 8px;
}
.index .layout.main .news dt, .index .layout.main .news dd {
  padding-top: 7px;
  padding-bottom: 7px;
}
.index .layout.main .news dt {
  float: left;
  padding-left: 14px;
  background: url(../../img/pc/ico_arrow.png) no-repeat 0 13px;
  width: 160px;
}
.index .layout.main .news dd {
  padding-left: 174px;
  border-top: 1px solid #d9d9d9;
  width: 486px;
}
.index .layout.main .news dl > dt:first-child + dd {
  border-top: none;
}
.index .layout.main .about {
  padding-bottom: 18px;
}
.index .layout.main .about h1 {
  margin-bottom: 18px;
}
.index .layout.main .about .description {
  margin-right: 10px;
  padding-left: 20px;
  float: left;
  width: 410px;
}
.index .layout.main .about .movie {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  float: left;
  width: 240px;
}
.index .layout.main .about .movie h1 {
  margin: 0;
}
.index .layout.main .about .movie .embed {
  border: 1px solid #5d352f;
  line-height: 0;
}
.index .layout.main .schedule {
  padding-bottom: 12px;
}
.index .layout.main .schedule h1 {
  margin-bottom: 12px;
}
.index .layout.main .schedule ul {
  margin: 0 20px;
}
.index .layout.main .rule {
  padding-bottom: 20px;
}
.index .layout.main .rule .description {
  margin: 15px 20px;
}
.index .layout.main .rule table {
  margin: 0 20px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  width: 659px;
}
.index .layout.main .rule table th, .index .layout.main .rule table td {
  padding: 5px 12px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
}
.index .layout.main .rule table th {
  background: rgba(247, 247, 247, 0.75);
  width: 153px;
}
.index .layout.main .rule table td {
  background: rgba(255, 255, 255, 0.75);
}
.index .layout.main .rule table td p {
  margin-top: 7px;
}
.index .layout.main .rule table td p:first-child {
  margin: 0;
}
.index .layout.main .organizer ul {
  padding: 20px;
}
.index .layout.main .organizer ul li:first-child {
  float: left;
}
.index .layout.main .organizer ul li {
  float: right;
  width: 320px;
  text-align: center;
}
.index .layout.main .organizer ul li .button {
  margin-bottom: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
}
.index .layout.main .organizer ul li a {
  display: inline-block;
  padding-top: 2px;
  padding-left: 22px;
  background: url(../../img/pc/ico_organizer.png) no-repeat left center;
  min-height: 15px;
  line-height: 17px;
  color: #000;
}

.index .layout.main main .match,
.match .layout.main main .match {
  position: relative;
  height: 531px;
}
.index .layout.main main .match > header,
.match .layout.main main .match > header {
  height: 271px;
  visibility: hidden;
}
.index .layout.main main .match .button,
.match .layout.main main .match .button {
  position: absolute;
  top: 217px;
  width: 700px;
  text-align: center;
}
.index .layout.main main .match .button img,
.match .layout.main main .match .button img {
  display: inline;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
}
.index .layout.main main .match section h2,
.match .layout.main main .match section h2 {
  margin-bottom: 8px;
  padding-left: 12px;
  background: url(../../img/pc/lm_match.png) no-repeat left center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 20px;
}
.index .layout.main main .match .wrapper.movie,
.match .layout.main main .match .wrapper.movie {
  margin: 0;
  padding: 10px 0 0;
  background: url(../../img/pc/bg_match_movie.png) no-repeat;
  width: 700px;
  height: 250px;
}
.index .layout.main main .match .movie,
.match .layout.main main .match .movie {
  margin-right: 25px;
  padding-left: 20px;
  float: left;
  width: 320px;
}
.index .layout.main main .match .movie .embed embed,
.match .layout.main main .match .movie .embed embed {
  display: block;
}
.index .layout.main main .match .live,
.match .layout.main main .match .live {
  float: left;
  width: 315px;
}
.index .layout.main main .match .live iframe,
.match .layout.main main .match .live iframe {
  border: 2px solid #ccc;
}
.index .layout.main main .match.n01,
.match .layout.main main .match.n01 {
  background: url(../../img/pc/bg_match_01.png) no-repeat;
}
.index .layout.main main .match.n02,
.match .layout.main main .match.n02 {
  background: url(../../img/pc/bg_match_02.png) no-repeat;
}
.index .layout.main main .match.n03,
.match .layout.main main .match.n03 {
  background: url(../../img/pc/bg_match_03.png) no-repeat;
}
.index .layout.main main .match.n04,
.match .layout.main main .match.n04 {
  background: url(../../img/pc/bg_match_04.png) no-repeat;
}
.index .layout.main main .match.n05,
.match .layout.main main .match.n05 {
  background: url(../../img/pc/bg_match_05.png) no-repeat;
}

.match h2, .player h2, .rule h2, .watch h2, .event h2, .howto h2 {
  padding-left: 20px;
  background: url(../../img/pc/bg_h2.png) repeat-x;
  height: 38px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 20px;
  line-height: 38px;
}

/* match */
.match .match {
  margin-bottom: 20px;
}

/* player */
.player .player {
  position: relative;
  border-top: 1px solid #d9d9d9;
  background: white url(../../img/pc/bg_player.png) repeat-x;
  min-height: 170px;
}
.player .player .name {
  margin-bottom: 12px;
  padding: 20px 20px 5px 0;
  background: url(../../img/pc/line_player_name.png) no-repeat left bottom;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 22px;
}
.player .player .description {
  padding: 0 20px 20px 0;
}
.player .human {
  margin-bottom: 35px;
}
.player .human .image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.player .human .name, .player .human .description {
  margin-left: 180px;
}
.player .computer .image {
  position: absolute;
  top: 50%;
  left: 0;
}
.player .computer .image img {
  margin-top: -22px;
}
.player .computer .name, .player .computer .description {
  margin-left: 220px;
}

.rule .table {
  margin-bottom: 45px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
}
.rule .table th, .rule .table td {
  padding: 18px;
  border-top: 1px solid #d9d9d9;
  vertical-align: top;
}
.rule .table tr:first-child th,
.rule .table tr:first-child td {
  border-top: none;
}
.rule .table th {
  background: rgba(247, 247, 247, 0.75);
  width: 153px;
}
.rule .table td {
  background: rgba(255, 255, 255, 0.75);
}
.rule .table td p {
  margin-top: 7px;
}
.rule .table td p:first-child {
  margin: 0;
}

.watch .watch,
.watch .event,
.event .watch,
.event .event {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  margin-bottom: 20px;
}
.watch .watch .cf,
.watch .event .cf,
.event .watch .cf,
.event .event .cf {
  padding: 20px 0 15px 19px;
  border-top: 1px solid #d9d9d9;
  background: #fff;
}
.watch .watch .image,
.watch .event .image,
.event .watch .image,
.event .event .image {
  margin-right: 16px;
  border: 2px solid #333;
  float: left;
}

.watch .watch .image {
  border: 2px solid #ccc;
  width: 206px;
}
.watch .watch .info {
  float: left;
  width: 434px;
}
.watch .watch .info .name {
  margin-bottom: 5px;
  padding-bottom: 6px;
  background: url(../../img/pc/line_watch.png) no-repeat left bottom;
}
.watch .watch .info .name strong {
  font-weight: bold;
  font-size: 16px;
}
.watch .watch .info .button {
  margin-top: 15px;
  text-align: right;
}
.watch .watch .info .button img {
  display: inline;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
}

.event .event .image {
  width: 134px;
}
.event .event .text strong {
  font-weight: bold;
}
.event .event .info {
  float: left;
  width: 509px;
}
.event .event .info .text {
  float: none;
  width: auto;
}
.event .event .info .button {
  margin-top: 15px;
  text-align: right;
}
.event .event .info .button img {
  display: inline;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
}
.event .event.embed .text {
  margin-right: 12px;
  float: left;
  width: 205px;
}
.event .event.embed .embed {
  border: 1px solid #ccc;
  float: left;
  width: 290px;
}
.event .event.embed .embed iframe {
  display: block;
}

.howto .main main > section.step {
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}
.howto .main section {
  margin-bottom: 5px;
  padding-bottom: 54px;
  background: url(../../img/pc/bg_arrow.png) no-repeat center bottom;
}
.howto .main section h2 {
  border-bottom: 1px solid #d9d9d9;
}
.howto .main .cf {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px 6px;
  background: white url(../../img/pc/bg_howto.png) repeat-x;
}
.howto .main .text {
  padding: 20px;
  float: left;
  width: 390px;
}
.howto .main .text a {
  padding-left: 18px;
  background: url(../../img/pc/ico_arrow.png) no-repeat 2px 3px;
  color: #000;
}
.howto .main .image,
.howto .main .button {
  padding: 20px 0;
  float: left;
  width: 250px;
}
.howto .main .button img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
}
.howto .main .step.n03 {
  margin: 0 0 30px;
  padding: 0;
  background: none;
}
.howto .main .premium {
  margin: 0 0 45px;
  padding: 15px 0 20px 20px;
  background: url(../../img/pc/bg_premium.png) repeat-y;
}
.howto .main .premium h3 {
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 20px;
}
.howto .main .premium .cf {
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.howto .main .premium .cf .text {
  margin-right: 20px;
  padding: 0;
  width: 335px;
}
.howto .main .premium .cf .text strong {
  font-weight: bold;
}
.howto .main .premium .cf .button {
  padding: 0;
  width: 305px;
}

.banner {
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.54) 0 0 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.54) 0 0 6px;
  box-shadow: rgba(0, 0, 0, 0.54) 0 0 6px;
}
