/* CSS Document */
table {
  font-size: 14px;
}
table th, table td {
  border: #000000 1px solid;
}
table.red {
  border: #cc0000 2px solid;
}
table.red th {
  background: #990000;
}
table.red td {
  background: #460606;
}
table.red td.set-endLeft {
  background: #990000;
}
table.decklistCol tr.red td {
  background: #460606;
}
table.purple {
  border: #BE00D9 2px solid;
}
table.purple th {
  background: #720083;
}
table.purple td {
  background: #35053C;
}
table.purple td.set-endLeft {
  background: #720083;
}
table.decklistCol tr.purple td {
  background: #35053C;
}
table.green {
  border: #18ae00 2px solid;
}
table.green th {
  background: #146e05;
}
table.green td {
  background: #103509;
}
table.green td.set-endLeft {
  background: #146e05;
}
table.decklistCol tr.green td {
  background: #103509;
}
table.white {
  border: #55848d 2px solid;
}
table.white th {
  background: #3b585f;
}
table.white td {
  background: #28373a;
}
table.white td.set-endLeft {
  background: #3b585f;
}
table.decklistCol tr.white td {
  background: #28373a;
}
table.yellow {
  border: #CAAB00 2px solid;
}
table.yellow th {
  background: #7f6c05;
}
table.yellow td {
  background: #3d350a;
}
table.yellow td.set-endLeft {
  background: #7f6c05;
}
table.decklistCol tr.yellow td {
  background: #3d350a;
}
table.blue {
  border: #004cca 2px solid;
}
table.blue th {
  background: #05337f;
}
table.blue td {
  background: #0a1d3c;
}
table.blue td.set-endLeft {
  background: #05337f;
}
table.decklistCol tr.blue td {
  background: #0a1d3c;
}
table.decklistCol {
  width: 530px;
  color: #FFF;
}
table.decklistCol th {
  padding: 3px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  table.decklistCol th {
    padding: 0.8vw;
  }
}
table.decklistCol td {
  padding: 3px;
}
table.decklistCol td:nth-child(1) {
  width: 100px;
  padding-left: 45px;
}
table.decklistCol td:nth-child(2) {
  padding: 3px 5px;
  text-align: left;
}
table.decklistCol td:nth-child(3) {
  text-align: center;
}
table.decklistCol td.newcard:nth-child(1) {
  padding-left: 0;
}
table.decklistCol td.newcard:nth-child(1):nth-child(1)::before {
  content: url(../../image/feature/structure/common/new.png);
  margin-right: 5px;
  vertical-align: middle;
}
table.decklistCol td.set-endRight {
  background: #000;
  border: #000000 1px solid;
  text-align: center;
}
table.decklistCol td a:link, table.decklistCol td a:active, table.decklistCol td a:visited {
  color: #ffcc00;
}
table.decklistCol td a:hover, table.decklistCol td a:focus {
  color: #ffe066;
}
table.decklistCol .red-p td {
  background: url(/images/common/deckcolor/r-p.gif) repeat-x center center;
  background-color: #460606;
  background-size: contain;
}
table.decklistCol .red-g td {
  background: url(/images/common/deckcolor/r-g.gif) repeat-x center center;
  background-color: #460606;
  background-size: contain;
}
table.decklistCol .red-w td {
  background: url(/images/common/deckcolor/r-w.gif) repeat-x center center;
  background-color: #460606;
  background-size: contain;
}
table.decklistCol .red-y td {
  background: url(/images/common/deckcolor/r-y.gif) repeat-x center center;
  background-color: #460606;
  background-size: contain;
}
table.decklistCol .red-b td {
  background: url(/images/common/deckcolor/r-b.gif) repeat-x center center;
  background-color: #460606;
  background-size: contain;
}
table.decklistCol tr.purple-r td {
  background: url(/images/common/deckcolor/p-r.gif) repeat-x center center;
}
table.decklistCol tr.purple-g td {
  background: url(/images/common/deckcolor/p-g.gif) repeat-x center center;
}
table.decklistCol tr.purple-w td {
  background: url(/images/common/deckcolor/p-w.gif) repeat-x center center;
}
table.decklistCol tr.purple-y td {
  background: url(/images/common/deckcolor/p-y.gif) repeat-x center center;
}
table.decklistCol tr.purple-b td {
  background: url(/images/common/deckcolor/p-b.gif) repeat-x center center;
}
table.decklistCol tr.green-r td {
  background: url(/images/common/deckcolor/g-r.gif) repeat-x center center;
}
table.decklistCol tr.green-p td {
  background: url(/images/common/deckcolor/g-p.gif) repeat-x center center;
}
table.decklistCol tr.green-w td {
  background: url(/images/common/deckcolor/g-w.gif) repeat-x center center;
}
table.decklistCol tr.green-y td {
  background: url(/images/common/deckcolor/g-y.gif) repeat-x center center;
}
table.decklistCol tr.green-b td {
  background: url(/images/common/deckcolor/g-b.gif) repeat-x center center;
}
table.decklistCol tr.white-r td {
  background: url(/images/common/deckcolor/w-r.gif) repeat-x center center;
}
table.decklistCol tr.white-p td {
  background: url(/images/common/deckcolor/w-p.gif) repeat-x center center;
}
table.decklistCol tr.white-g td {
  background: url(/images/common/deckcolor/w-g.gif) repeat-x center center;
}
table.decklistCol tr.white-y td {
  background: url(/images/common/deckcolor/w-y.gif) repeat-x center center;
}
table.decklistCol tr.white-b td {
  background: url(/images/common/deckcolor/w-b.gif) repeat-x center center;
}
table.decklistCol tr.yellow-r td {
  background: url(/images/common/deckcolor/y-r.gif) repeat-x center center;
}
table.decklistCol tr.yellow-p td {
  background: url(/images/common/deckcolor/y-p.gif) repeat-x center center;
}
table.decklistCol tr.yellow-g td {
  background: url(/images/common/deckcolor/y-g.gif) repeat-x center center;
}
table.decklistCol tr.yellow-w td {
  background: url(/images/common/deckcolor/y-w.gif) repeat-x center center;
}
table.decklistCol tr.yellow-b td {
  background: url(/images/common/deckcolor/y-b.gif) repeat-x center center;
}
table.decklistCol tr.blue-r td {
  background: url(/images/common/deckcolor/b-r.gif) repeat-x center center;
}
table.decklistCol tr.blue-p td {
  background: url(/images/common/deckcolor/b-p.gif) repeat-x center center;
}
table.decklistCol tr.blue-g td {
  background: url(/images/common/deckcolor/b-g.gif) repeat-x center center;
}
table.decklistCol tr.blue-w td {
  background: url(/images/common/deckcolor/b-w.gif) repeat-x center center;
}
table.decklistCol tr.blue-y td {
  background: url(/images/common/deckcolor/b-y.gif) repeat-x center center;
}
@media screen and (max-width: 999px) {
  table.decklistCol {
    width: 100%;
    font-size: 3.73333vw;
  }
  table.decklistCol th, table.decklistCol td {
    padding: 0.8vw;
  }
  table.decklistCol td:nth-child(1) {
    width: 26.66667vw;
    padding-left: 0.8vw;
    text-align: center;
  }
  table.decklistCol td:nth-child(2) {
    padding: 0.8vw;
    text-align: left;
  }
  table.decklistCol td:nth-child(2).set-endRight {
    text-align: center;
  }
  table.decklistCol td:nth-child(3) {
    width: 2em;
    text-align: center;
  }
}

table.decklistCol tr.red-w-b td {
  background: linear-gradient(to bottom, #480606 0%, #480606 32%, #29383b 32%, #29383b 64%, #0a1d3d 64%, #0a1d3d 100%);
}

table.decklistCol tr.all td {
  background: url(/images/common/deckcolor/6c.gif) repeat center center;
}

.narrow {
  letter-spacing: -0.5px;
}

#wrapper {
  background: #000 url(/image/common/bg_main.jpg) 0 0;
}

.linkBtn {
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .linkBtn {
    width: 70%;
    margin-top: 5.33333vw;
    padding: 2.66667vw;
    font-size: 4.26667vw;
    font-weight: normal;
  }
}

a img:hover {
  transition: all  0.3s ease;
  filter: brightness(130%);
}

.in_pc_blk_sp {
  display: inline;
}

@media screen and (max-width: 999px) {
  .in_pc_blk_sp {
    display: block;
  }

  .ttlCard {
    height: auto;
    padding: 2.66667vw;
    line-height: 1.3;
    font-size: 6.4vw;
  }
}
.mvCol a {
  display: block;
  margin: auto;
}
.mvCol a + a {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .mvCol a + a {
    margin-top: 2.66667vw;
  }
}

.structureBnrCol {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 999px) {
  .structureBnrCol {
    margin-top: 5.33333vw;
  }
}
.structureBnrCol li {
  width: 243px;
  padding: 20px 0 0 0;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.structureBnrCol li + li {
  padding-left: 15px;
}
@media screen and (max-width: 999px) {
  .structureBnrCol li {
    width: 30%;
    height: auto;
    padding: 2.13333vw 0 0 0;
  }
  .structureBnrCol li + li {
    padding-left: 2.13333vw;
  }
  .structureBnrCol li img {
    width: 100%;
    height: auto;
  }
}

.structureCatch {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffcb00;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 10px #000;
}
@media screen and (max-width: 999px) {
  .structureCatch {
    padding: 5.33333vw;
    font-size: 6.4vw;
  }
}

.structureDeckWrap {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .structureDeckWrap {
    width: auto;
  }
  .structureDeckWrap img {
    width: 100%;
    height: auto;
  }
}

.strucutre_tit {
  margin-top: 60px;
  padding: 0 50px 20px;
  font-size: 32px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 500;
  color: #ffcb00;
  text-align: center;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 10px #000;
  background: url(../../images/common/conts_sttl_line.png) no-repeat bottom center;
}
@media screen and (max-width: 999px) {
  .strucutre_tit {
    margin-top: 10.66667vw;
    padding: 0 0 2.66667vw;
    font-size: 5.33333vw;
    background-size: contain;
  }
}

div.charismaNew {
  position: relative;
  width: auto;
}
div.charismaNew img {
  position: absolute;
  left: 10px;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  div.charismaNew .imgCol {
    padding: 0 8vw;
  }
  div.charismaNew .imgCol img {
    position: static;
  }
}

dl.CommentTextArea {
  display: block;
  width: 653px;
  height: auto;
  min-height: 185px;
  margin-top: 20px;
  margin-left: 240px;
  position: relative;
}
dl.CommentTextArea dt {
  display: block;
  width: 653px;
  height: 71px;
  position: relative;
}
dl.CommentTextArea dt img {
  position: absolute;
  left: 58px;
  top: 0px;
}
dl.CommentTextArea dd {
  width: 653px;
  height: auto;
  min-height: 100px;
  text-align: left;
}
dl.CommentTextArea dd p.txt3 {
  padding: 0 20px 20px 60px;
  font-size: 120%;
  color: #FC0;
}
dl.CommentTextArea dd.btm2 {
  display: block;
  width: 653px;
  height: 68px;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 999px) {
  dl.CommentTextArea {
    width: auto;
    min-height: auto;
    margin-top: 2.66667vw;
    margin-left: 0;
    padding: 2.66667vw;
  }
  dl.CommentTextArea dt {
    width: auto;
    height: auto;
  }
  dl.CommentTextArea dt img {
    position: static;
  }
  dl.CommentTextArea dd {
    width: auto;
    min-height: auto;
  }
  dl.CommentTextArea dd p.txt3 {
    padding: 0;
    font-size: 4.26667vw;
  }
}

.decklistCol {
  float: left;
}
.decklistCol + img {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .decklistCol {
    float: none;
  }
  .decklistCol + img {
    margin-top: 2.66667vw;
  }
}

div + .deckinfoCol {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  div + .deckinfoCol {
    margin-top: 2.66667vw;
  }
}

.deckinfoCol + img {
  margin-top: 20px;
}
.deckinfoCol dl.exText_new {
  float: right;
  width: 360px;
  margin: 0 0 0 10px;
  text-align: left;
}
.deckinfoCol dl.exText_new dt {
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  background: #FFCC00;
  padding: 5px;
}
.deckinfoCol dl.exText_new dd {
  color: #FFF;
  padding: 0;
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .deckinfoCol + img {
    margin-top: 2.66667vw;
  }
  .deckinfoCol dl.exText_new {
    float: none;
    width: auto;
    margin: 5.33333vw 0 0;
  }
  .deckinfoCol dl.exText_new dt {
    margin-bottom: 5.33333vw;
    padding: 1.33333vw 2.66667vw;
  }
  .deckinfoCol dl.exText_new dd {
    padding: 0 2.66667vw;
    margin-bottom: 5.33333vw;
  }
}

.keycardCol {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .keycardCol {
    margin-top: 2.66667vw;
  }
}
.keycardCol dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #ffcb00;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 10px #000;
  border-bottom: 1px solid #ffcb00;
}
@media screen and (max-width: 999px) {
  .keycardCol dt {
    margin-bottom: 2.66667vw;
    padding-bottom: 2.66667vw;
    font-size: 4.8vw;
  }
}
