@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :release_iec.css
 style info :『イナズマイレブン クロス』のスタイル
=================================================================== */
#box #content .sec {
  margin-bottom: 4em;
}
#box #content .sec h3 {
  background: #132c8d;
}
#box #content .sec .tableBox {
  border-collapse: collapse;
  margin: 0 auto 2em;
}
@media screen and (min-width: 751px) {
  #box #content .sec .tableBox {
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .tableBox {
    width: 100%;
  }
}
#box #content .sec .tableBox caption {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#box #content .sec .tableBox tr th,
#box #content .sec .tableBox tr td {
  font-weight: 700;
  border-collapse: collapse;
  border: solid 1px #000;
  padding: 0.5em 1em;
}
#box #content .sec .tableBox tr th {
  text-align: center;
  background: #d8f0ff;
}
#box #content .sec .tableBox tr td {
  text-align: left;
}