/*===========================================
contents.css
===========================================*/

@charset 'utf-8';

/* var */

/* extend */

.gridBlock a.listBox,
.timeList li a,
.moreLink a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gridBlock a.listBox:hover {
  opacity: 0.7;
  text-decoration: none;
}

.moreLink a::before,
#gameResult .matchResultArea .map::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: #666 3px solid;
  border-right: #666 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 20px 0 0;
  vertical-align: 2px;
}

#gameBox #latestGame h2,
#scheduleBox h2,
.statsTable caption {
  font-size:1.8rem;
  font-weight: bold;
  padding: 27px 0px 20px 27px;
  line-height: 1.3;
}

/*--------------------------------------------------
general settings
--------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  font-style: normal;
}

iframe {
  vertical-align: top;
}

@font-face {
  font-family: 'FuturaBdCnBT';
  src: url('../fonts/futura-bold-condensed-italic-bt.ttf') format('truetype'), url('../fonts/futura-bold-condensed-italic-bt.woff') format('woff'), url('../fonts/futura-bold-condensed-italic-bt.eot') format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/* pageHeading
-------------------------------*/

.pageHeading {
  position: relative;
  height: 100px;
  overflow: hidden;
  background: url(../images/bg_header.jpg) 0 50% no-repeat;
}

.pageHeading::after {
  content: '';
  display: block;
  position: absolute;
  top: 17%;
  right: 2%;
  width: 108px;
  height: 66px;
  background: url(../images/logo_arrows.svg) 0 0 no-repeat / cover;
}

.pageHeading h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 28px 150px 28px 30px;
  line-height: 1.2;
  vertical-align: top;
}

.pageHeading h1.top {
  font-size: 1.8rem;
}

.pageHeading h1.top span {
  display: block;
  color: #fdd000;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.pageHeading h1.top br {
  display: none;
}

.pageHeading h1.prof {
  display: inline-block;
  padding: 13px 150px 0 68px;
  font-size: 4.2rem;
}

.pageHeading h1.prof span {
  display: block;
  font-size: 1.8rem;
  color: #fdd000;
  font-weight: normal;
  margin-top: 5px;
  text-transform: uppercase;
}

.pageHeading i {
  font-family: 'FuturaBdCnBT',Helvetica,Arial,sans-serif;
  font-size: 14rem;
  font-style: italic;
  line-height: 0.7;
  color: #fff;
  padding-left: 26px;
  vertical-align: top;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .pageHeading {
    margin-top: 0;
    height: 20vw;
    background-size: 200%;
    background-position: 48% 40%;
    display: table;
    width: 100%;
  }

  .pageHeading::after {
    top: 17%;
    right: 2%;
    width: 68px;
    height: 42px;
  }

  .pageHeading h1 {
    font-size: 2.0rem;
    padding: 0 75px 0 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .pageHeading h1.top {
    font-size: 1.4rem;
  }

  .pageHeading h1.top span {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }

  .pageHeading h1.top br {
    display: inline;
  }

  .pageHeading h1.prof {
    display: table-cell;
    padding: 0 75px 0 13px;
    font-size: 2.4rem;
  }

  .pageHeading h1.prof[data-type="long"] {
    font-size: 1.8rem;
  }

  .pageHeading h1.prof span {
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .pageHeading i {
    font-size: 11.5rem;
    padding-left: 5px;
  }
}

/* wrapBlock
-------------------------------*/

[class*="wrapBlock"],
#gameResult .gameSituation,
#gameResult .gameEnd {
  padding: 30px;
}

[class*="wrapBlock"] h2,
#gameResult .gameSituation h2,
#gameResult .gameSituation h3,
#gameResult .gameEnd h2,
#gameResult .gameEnd h3 {
  margin: 40px 0 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}

[class*="wrapBlock"] h2:nth-of-type(1),
#gameResult .gameSituation h2:nth-of-type(1),
#gameResult .gameEnd h2:nth-of-type(1) {
  margin-top: 0;
}

[class*="wrapBlock"] h2.notFirst,
#gameResult .gameSituation h2.notFirst,
#gameResult .gameEnd h2.notFirst {
  margin: 40px 0 16px;
}

[class*="wrapBlock"] [class*="lump"],
#gameResult .gameSituation [class*="lump"],
#gameResult .gameEnd [class*="lump"] {
  margin-bottom: 0;
}

[class*="wrapBlock"] .iconLink a,
#gameResult .gameSituation .iconLink a,
#gameResult .gameEnd .iconLink a {
  color: #333;
}

.wrapBlockA {
  background-color: #01359a;
  color: #fff;
}

.wrapBlockB {
  background-color: #eef4f9;
}

.wrapBlockC {
  background-color: #fdd000;
}

.wrapBlockD {
  background-color: #ea5404;
  color: #fff;
}

.wrapBlockE {
  background-color: #000;
  color: #fff;
}

.wrapBlockF {
  background-color: #eee;
}

@media (max-width: 767px) {
  [class*="wrapBlock"],
  #gameResult .gameSituation,
  #gameResult .gameEnd {
    padding: 15px;
  }

  [class*="wrapBlock"].noPad,
  #gameResult .gameSituation.noPad,
  #gameResult .gameEnd.noPad {
    padding: 0;
  }

  [class*="wrapBlock"] h2,
  #gameResult .gameSituation h2,
  #gameResult .gameSituation h3,
  #gameResult .gameEnd h2,
  #gameResult .gameEnd h3 {
    margin: 30px 0 10px;
    font-size: 1.8rem;
  }

  [class*="wrapBlock"] h2:nth-of-type(1),
  #gameResult .gameSituation h2:nth-of-type(1),
  #gameResult .gameEnd h2:nth-of-type(1) {
    margin-top: 0;
  }

  [class*="wrapBlock"] h2.notFirst,
  #gameResult .gameSituation h2.notFirst,
  #gameResult .gameEnd h2.notFirst {
    margin-top: 30px;
  }

  [class*="wrapBlock"] [class*="lump"],
  #gameResult .gameSituation [class*="lump"],
  #gameResult .gameEnd [class*="lump"] {
    margin-bottom: 20px;
  }

  [class*="wrapBlock"] [class*="lump"]:last-child,
  #gameResult .gameSituation [class*="lump"]:last-child,
  #gameResult .gameEnd [class*="lump"]:last-child {
    margin-bottom: 0;
  }
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

.topicsBlock .label span,
.timeList li .category,
.article .articleHeader .category {
  display: inline-block;
  background-color: #999;
  color: #fff;
  margin: 0 10px 5px 0;
  padding: 2px 10px;
  line-height: 1.2;
  font-size: 1.2rem;
  text-align: center;
}

/*-------------------------------------------
TOPICS
-------------------------------------------*/

#toray-arrows {
  /*width:1080px;*/
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .gridBlock {
    margin: 0 !important;
  }
}

.topicsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eff4fa;
}

.topicsBlock a {
  display: block;
  width: 25%;
  padding: 0 15px 21px 30px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topicsBlock a:hover {
  background-color: #fdd000;
  text-decoration: none;
}

.topicsBlock .thumb {
  margin: 0 -15px 21px -30px;
}

.topicsBlock .thumb img {
  width: 100%;
}

.topicsBlock .label {
  margin-bottom: 10px;
  line-height: 1;
}

.topicsBlock .label span.category {
  width: 120px;
}

.topicsBlock .label span.new {
  background-color: #ea5404;
}

.topicsBlock .ttl {
  font-weight: bold;
}

.timeList {
  margin-top: 50px;
}

.timeList li {
  overflow: hidden;
  padding: 15px 30px;
}

.timeList li:nth-of-type(odd) {
  background-color: #eef4f9;
}

.timeList li .time {
  float: left;
  width: 23%;
}

.timeList li .category {
  margin: 0 20px;
  width: 120px;
}

.timeList li a {
  display: block;
  float: left;
  width: 77%;
  padding: 0 5px;
  text-align: left;
  color: #014099;
}

.timeList li a:hover {
  background-color: #fdd000;
  text-decoration: none;
}

.article {
  background-color: #eee;
  padding: 30px;
}

.article .articleHeader {
  margin-bottom: 30px;
}

.article .articleHeader .category {
  margin: 0 0 0 20px;
  width: 120px;
}

.article .articleHeader h2 {
  font-size: 3.2rem;
  font-weight: bold;
}

.article .articleBody p {
  margin: 0 0 1.5em;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.article .articleBody .caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.article .img1col {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.article .img1col img {
  display: block;
  margin: 0 auto;
}

.article .img2col {
  width: 800px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  padding: 10px 0;
}

.article .img2col p {
  display: inline-block;
  width: 390px;
  vertical-align: top;
  text-align: center;
}

.article .img2col p:nth-of-type(1) {
  margin-right: 20px;
}

.article .img2col p img {
  display: block;
  margin: 0 auto;
}

.article .img2col p .caption {
  display: block;
  margin-top: 10px;
}

.article .related {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  #toray-arrows {
    width: auto;
  }

  .topicsBlock {
    display: block;
  }

  .topicsBlock a {
    width: auto;
    padding: 0 15px 15px 15px;
  }

  .topicsBlock .thumb {
    margin: 0 -15px 15px -15px;
  }

  .topicsBlock .label {
    margin-bottom: 5px;
  }

  .timeList {
    margin-top: 40px;
  }

  .timeList li {
    padding: 15px;
  }

  .timeList li .time {
    float: none;
    width: auto;
  }

  .timeList li .category {
    margin: 0 0 0 15px;
  }

  .timeList li a {
    float: none;
    width: auto;
  }

  .article {
    padding: 15px;
  }

  .article .articleHeader {
    margin-bottom: 15px;
  }

  .article .articleHeader h2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .article .articleBody .img2col {
    width: 100%;
    padding: 0;
  }

  .article .articleBody .img2col p {
    display: block;
    margin: 0 auto 25px;
    padding: 0;
    white-space: inherit;
    width: 100%;
  }

  .article .articleBody .img2col p img {
    width: 100%;
  }
}

/*-------------------------------------------
TOP game
-------------------------------------------*/

.moreLink {
  text-align: center;
}

.moreLink a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 27px 0;
  font-size: 1.8rem;
}

.moreLink a::before {
  border-color: #333;
}

#gameBox {
  position: relative;
  min-height: 540px;
  background: #014099 url(../images/bg_gamebox.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

#gameBox #latestGame {
  position: relative;
  min-height: 540px;
}

#gameBox #latestGame h3 {
  display: block;
  vertical-align: center;
  text-align: center;
  margin: 0;
  padding:30px 0 0;
}

#gameBox #latestGame h3.tC{
  font-size:1.4rem;
}

#gameBox #latestGame h3 a {
  color: #fff;
}

#gameBox #latestGame h3 img {
  margin-right: 10px;
  vertical-align: middle;
}

#gameBox #latestGame .gameInner {
  padding: 5px 0 0 0;
  line-height: 1.3;
}

#gameBox #latestGame .team {
  margin: 20px 0 40px;
  text-align: center;
}

#gameBox #latestGame .team span {
  display: block;
}

#gameBox #latestGame .team span:nth-of-type(1) {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

#gameBox #latestGame .team span:nth-of-type(2) {
  font-weight: bold;
}

#gameBox #latestGame .scoreSet {
  text-align: center;
  line-height: 1;
}

#gameBox #latestGame .scoreSet .logo {
  padding-right: 30px;
}

#gameBox #latestGame .scoreSet .logo2 {
  padding-left: 30px;
}

#gameBox #latestGame .scoreSet img {
  vertical-align: middle;
  width: 155px;
}

#gameBox #latestGame .scoreSet .vs {
  padding: 10px 30px;
  vertical-align: -4px;
}

#gameBox #latestGame .scoreSet .score {
  font-family: 'FuturaBdCnBT', Helvetica, Arial, sans-serif;
  font-size: 8rem;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
}

/*#gameBox #latestGame .scoreSet .score:nth-of-type(1) {
  color: #ea5404;
}*/

#gameBox #latestGame .moreLink {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#gameBox #latestGame .moreLink a {
  color: #fff;
  background-color: #ea5504;
}

#gameBox #latestGame .moreLink a:hover {
  background-color: #f06e28;
}

#gameBox #latestGame .moreLink a::before {
  border-color: #fff;
}

#gameBox #nextGame {
  width: 100%;
  visibility: hidden;
}

#gameBox #nextGame .nextHead {
  padding: 3px 10px;
  overflow: hidden;
  zoom: 1;
}

#gameBox #nextGame .nextHead span {
  display: block;
  float: left;
}

#gameBox #nextGame .nextHead a {
  display: block;
  float: right;
  color: #014099;
}

#gameBox #nextGame dl {
  padding: 5px 10px;
  border-top: #fff 1px solid;
  line-height: 1;
  overflow: hidden;
  zoom: 1;
}

#gameBox #nextGame dl dt {
  float: left;
  width: 80px;
  font-weight: bold;
  letter-spacing: 0;
}

#gameBox #nextGame dl dt .month {
  display: block;
  font-size: 11px;
}

#gameBox #nextGame dl dt .day {
  font-size: 18px;
}

#gameBox #nextGame dl dd {
  margin-left: 80px;
  padding-left: 10px;
  border-left: #8d867e 1px solid;
  font-weight: bold;
}

#gameBox #nextGame dl dd span {
  display: block;
  font-size: 15px;
}

@media screen and (max-width: 539px) {
  #gameBox,
  #gameBox #latestGame {
    min-height: 85vw;
  }

  #gameBox #latestGame h2 {
    padding: 15px;
  }

  #gameBox #latestGame h3{
    padding: 0;
  }

  #gameBox #latestGame .team {
    margin: 0 0 20px;
  }

  #gameBox #latestGame .moreLink a {
    padding: 17px 0;
    font-size: 100%;
  }

  #gameBox #latestGame .scoreSet .logo {
    padding-right: 10px;
    width: 80px;
  }

  #gameBox #latestGame .scoreSet .logo2 {
    padding-left: 10px;
    width: 80px;
  }

  #gameBox #latestGame .scoreSet .score {
    width: 30px;
  }
}

@media screen and (max-width: 350px) {
  #gameBox #latestGame .team {
    margin-bottom: 10px;
  }

  #gameBox #latestGame .scoreSet .score {
    font-size: 5rem;
  }
}

/*-------------------------------------------
TOP schedule
-------------------------------------------*/

#scheduleBox {
  background-color: #ffe674;
}

#scheduleBox h2{
  background-color:#fdd000;
}

#scheduleBox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px 50px;
}

#scheduleBox .inner .logo {
  width: 40%;
  text-align: center;
}

#scheduleBox .inner .logo img.tennohai {
  width: 200px;
}

#scheduleBox .inner .logo img.kurowashiki {
  width: 250px;
}

#scheduleBox .inner .logo img.vleague {
  width: 300px;
}

#scheduleBox .inner .lists {
  width: 60%;
}

#scheduleBox .inner .lists ul {
  display: table;
}

#scheduleBox .inner .lists ul li {
  display: table-row;
  font-size: 1.4rem;
}

#scheduleBox .inner .lists ul li span {
  display: table-cell;
  padding: 5px 10px;
  white-space: nowrap;
}

#scheduleBox .inner .lists ul li span:nth-of-type(1) {
  width: 25%;
  padding-left:0;
}

#scheduleBox .inner .lists ul li span:nth-of-type(2) {
  padding: 5px 0;
}

#scheduleBox .inner .lists ul li span:nth-of-type(3) {
  text-align: left;
  width: 22%;
  font-weight: bold;
}

#scheduleBox .inner .lists ul li span:nth-of-type(4) {
  font-size: 1.2rem;
  padding: 0;
}

@media (max-width: 539px) {
  #scheduleBox{
    min-height: 140vw;
  }

  #scheduleBox h2 {
    padding: 15px;
  }

  #scheduleBox .inner {
    display: block;
    padding: 0 0 20px;
  }

  #scheduleBox .inner .logo {
    width: 100%;
    height: 120px;
    padding: 0 0 15px;
  }

  #scheduleBox .inner .logo img {
    width: auto !important;
    height: 100%;
  }

  #scheduleBox .inner .logo img.vleague {
    width: 200px !important;
    height: auto;
    padding-top: 20px;
  }

  #scheduleBox .inner .lists {
    width: 100%;
  }

  #scheduleBox .inner .lists ul {
    display: block;
  }

  #scheduleBox .inner .lists ul li {
    display: block;
    padding: 10px 15px;
    text-align: center;
  }

  #scheduleBox .inner .lists ul li span {
    display: inline-block;
    line-height: 1.3;
    font-size: 1.4rem;
  }

  #scheduleBox .inner .lists ul li span:nth-of-type(1) {
    width: 47%;
  }

  #scheduleBox .inner .lists ul li span:nth-of-type(2) {
    padding: 5px 0;
  }

  #scheduleBox .inner .lists ul li span:nth-of-type(3) {
    text-align: left;
    width: 45%;
    font-weight: bold;
  }

  #scheduleBox .inner .lists ul li span:nth-of-type(4) {
    width: 100%;
    display: block;
  }
}

/*-------------------------------------------
game
-------------------------------------------*/

.statsTable {
  width: 100%;
  font-size: 1.4rem;
  background-color: #eee;
}

.statsTable:first-child caption {
}

.statsTable caption {
  padding: 27px 0 10px 0;
}

.statsTable th,
.statsTable td {
  padding: 10px;
  border: #ddd 1px solid;
  text-align: center;
  vertical-align: middle;
}

.statsTable th {
  background-color: #014099;
  color: #fff;
  line-height: 1.2;
}

.statsTable a {
  color: #014099;
  text-decoration: underline;
}

.statsTable a:hover {
  text-decoration: none;
}

.statsTable tr th:nth-of-type(1) {
  padding-left: 30px;
}

.statsTable tr td.gameCnt {
  width: 8%;
}

.statsTable tr td.time {
  width: 15%;
  padding: 10px 10px 0 30px;
}

.statsTable tr td.score {
  width: 10%;
}

.statsTable tr td.rival {
  width: 14%;
}

.statsTable tr td.area {
  width: 10%;
}

.statsTable tr td.area2 {
  width: 37%;
}

.statsTable tr td:nth-of-type(6) {
  width: 13%;
}

.statsTable tr:last-child td.time {
  padding: 10px 10px 10px 30px;
}

.statsTable a {
  color: #014099;
}

.statsTable .map {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 2px 10px;
  border: #ddd 1px solid;
  text-decoration: none;
}

.statsTable .map:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .statsTable caption {
    padding: 30px 15px 10px;
  }

  .statsTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: #ddd 1px solid;
  }

  .statsTable tr th {
    display: none;
  }

  .statsTable tr td {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 1.4rem;
    border: none;
  }

  .statsTable tr td:nth-child(n+6) {
    display: none;
  }

  .statsTable tr td.time {
    width: 33.3%;
    padding: 10px 5px 0 5px !important;
    line-height: 1.3;
  }

  .statsTable tr td.score {
    width: 33.3%;
    font-weight: bold;
    font-size: 100%;
  }

  .statsTable tr td.rival {
    width: 33.3%;
  }

  .statsTable tr td.area2 {
    width: 100%;
    padding: 5px 5px 10px;
    font-size: 1.2rem;
  }

  .statsTable tr .area {
    display: none;
  }

  .statsTable tr td.gameCnt {
    width: 100%;
    padding: 10px 10px 0;
  }

  .statsTable tr td.gameCnt::before {
    content: 'LEG: ';
  }

  .statsTable tr td.gameCnt + td.time {
    padding: 10px 5px !important;
  }
}

#gameResult .matchResultArea h2 {
  margin-bottom: 30px;
}

#gameResult .matchResultArea .map {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}

#gameResult .matchResultArea .map::before {
  margin: 0 8px 0 0;
  border-color: #fff;
}

#gameResult .matchResultArea table {
  width: 55%;
  margin: 30px auto 20px;
}

#gameResult .matchResultArea table th {
  font-weight: normal;
  text-align: left;
}

#gameResult .matchResultArea table td {
  text-align: center;
  vertical-align: middle;
}

#gameResult .matchResultArea table td.team {
  font-size: 1.8rem;
  font-weight: bold;
  width: 42%;
}

#gameResult .matchResultArea table td.detail {
  width: 16%;
  font-size: 1.8rem;
  text-align: center;
}

#gameResult .matchResultArea table td.result {
  text-align: center;
  font-family: 'FuturaBdCnBT',Helvetica,Arial,sans-serif;
  font-size: 12rem;
  font-style: italic;
  line-height: 1.2;
}

#gameResult .matchResultArea table td.result:nth-of-type(1) {
  color: #ea5404;
}

#gameResult .matchResultArea dl dt {
  float: left;
  clear: both;
  width: 235px;
  font-weight: bold;
}

#gameResult .matchResultArea dl dd {
  overflow: hidden;
}

#gameResult .gameSituation {
  background-color: #eee;
}

#gameResult .gameSituation h3 {
  margin-top: 0;
}

#gameResult .gameEnd {
  overflow: hidden;
  background-color: #fdd000;
}

#gameResult .gameEnd h3 {
  margin-top: 0;
}

#gameResult .gameEnd .member {
  float: left;
  /*width:320px;*/
  margin-right: 40px;
}

#gameResult .gameEnd .member span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

#gameResult .gameEnd dl {
  overflow: hidden;
}

#gameResult .gameEnd dl dt {
  margin: 37px 0 0;
  font-weight: bold;
}

#gameResult .gameEnd dl dt:nth-of-type(1) {
  margin: 0;
}

@media (max-width: 767px) {
  #gameResult {
    font-size: 1.4rem;
  }

  #gameResult .gym {
    display: block;
  }

  #gameResult .matchResultArea h2 {
    margin-bottom: 15px;
  }

  #gameResult .matchResultArea table {
    width: 100%;
  }

  #gameResult .matchResultArea table td.team {
    width: 40%;
    font-size: 100%;
    line-height: 1.3;
  }

  #gameResult .matchResultArea table td.result {
    font-size: 8rem;
  }

  #gameResult .matchResultArea table td.detail {
    width: 20%;
    font-size: 100%;
  }

  #gameResult .matchResultArea dl dt {
    float: none;
    width: auto;
  }

  #gameResult .gameEnd .member {
    float: none;
    width: 100%;
  }

  #gameResult .gameEnd .member img {
    width: 100%;
  }

  #gameResult .gameEnd dl {
    margin: 15px 0 0;
  }

  #gameResult .gameEnd dl dt {
    margin: 15px 0 0;
  }
}

/*------------------------------------------------------
topics detail module
------------------------------------------------------*/

/* type */

.mod_textR,
.tR,
.sign {
  text-align: right !important;
}

.mod_textC,
.tC {
  text-align: center !important;
}

.mod_textL {
  text-align: left !important;
}

.mod_medium {
  font-size: 1em !important;
}

.mod_small {
  font-size: 0.9em !important;
}

.mod_x-small {
  font-size: 0.8em !important;
}

.mod_xx-small {
  font-size: 0.7em !important;
}

.mod_large {
  font-size: 1.1em !important;
}

.mod_x-large {
  font-size: 1.2em !important;
}

.mod_x3-large {
  font-size: 1.3em !important;
}

.mod_x8-large {
  font-size: 1.8em !important;
}

/* block */

.mod_verTop {
  vertical-align: top !important;
}

.mod_verMiddle {
  vertical-align: middle !important;
}

.mod_verBottom {
  vertical-align: bottom !important;
}

.mod_wid25 {
  width: 25% !important;
}

.mod_wid50 {
  width: 50% !important;
}

.mod_wid75 {
  width: 75% !important;
}

.mod_wid100 {
  width: 100% !important;
}

.mod_mar0 {
  margin-bottom: 0 !important;
}

.mod_mar10 {
  margin-bottom: 10px !important;
}

.mod_mar20 {
  margin-bottom: 20px !important;
}

.mod_mar30 {
  margin-bottom: 30px !important;
}

.mod_mar40 {
  margin-bottom: 40px !important;
}

.mod_mar50 {
  margin-bottom: 50px !important;
}

.mod_mar60 {
  margin-bottom: 60px !important;
}

.mod_mar70 {
  margin-bottom: 70px !important;
}

.mod_seamlessImg {
  margin-bottom: 0 !important;
}

.mod_fleft {
  float: left;
}

.mod_fright {
  float: right;
}

/* color */

.mod_c9 {
  color: #999;
}

.mod_c8 {
  color: #888;
}

.mod_c7 {
  color: #777;
}

.mod_c6 {
  color: #666;
}

.mod_c5 {
  color: #555;
}

/* article image */

.w572img {
  /*width: 572px !important;*/
  width: 800px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.w572img img {
  display: block;
  margin: 0 auto;
}

/* externalIcon */

.externalIcon {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

/* textLink */

a.textLink {
  display: inline-block;
  /*padding-left: 18px;*/
  /*background: url(../../common/images/mark_02.gif) no-repeat 0em .3em;*/
}

/* maplink */

/*a.map {
  background-color: #f8f8f8;
  color:#014099;
  border: 1px solid #eaeaea;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 10px;
  text-decoration: none;
  margin-top: 3px;
  font-weight: normal;
}*/

@media (max-width: 767px) {
  .article .articleBody .w572img {
    width: auto !important;
    white-space: inherit;
  }

  .article .articleBody .w572img img {
    width: 100%;
  }
}