@charset "UTF-8";
/*==========================================
  media all
==========================================*/
.fcAttention { color:#f00; font-weight:bold; }
/* リスト
------------------------------------------------------- */
ul.mod-list > li, ol.mod-list > li {
  padding-left: 1.5em;
}

ul.mod-list.-dot > li {

  list-style-type: none;
}
ul.mod-list.-dot > li:before {
  content: '・';
  font-size: larger;
  font-weight: bold;
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
  vertical-align: middle;
}

ul.mod-list.-note {
  color: #888888;
}
ul.mod-list.-note > li {

  list-style-type: none;
}
ul.mod-list.-note > li:before {
  content: '※';
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
  vertical-align: middle;
}

ol.mod-list.-num {
  counter-reset: olcount 0;
}
ol.mod-list.-num > li {

  list-style-type: none;
}
ol.mod-list.-num > li:before {
  content: counter(olcount,decimal) ". ";
  counter-increment: olcount 1;
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
}

ol.mod-list.-num.-note {
  counter-reset: olcount 0;
  color: #888888;
}
ol.mod-list.-num.-note > li {

  list-style-type: none;
}
ol.mod-list.-num.-note > li:before {
  content: "※" counter(olcount,decimal) ". ";
  counter-increment: olcount 1;
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
}

ul.mod-list.-link > li {

}
ul.mod-list.-link > li a {
  margin-left: -10px;
}
ul.mod-list.-link > li a:before {
  content: "";
  background: url('../../common/images/sprites/common.png?XP2m') 0 -20px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.up {
  padding: 0 10px;
}
ul.mod-list.-link > li.up a {
  margin: 0;
}
ul.mod-list.-link > li.up a:before {
  content: "";
  background: url('../../common/images/sprites/common.png?XP2m') 0 -60px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.down {
  padding: 0 10px;
}
ul.mod-list.-link > li.down a {
  margin: 0;
}
ul.mod-list.-link > li.down a:before {
  content: "";
  background: url('../../common/images/sprites/common.png?XP2m') -10px -30px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.prev {
  padding: 0 10px;
}
ul.mod-list.-link > li.prev a {
  margin: 0;
}
ul.mod-list.-link > li.prev a:before {
  content: "";
  background: url('../../common/images/sprites/common.png?XP2m') -10px -50px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.next {
  padding: 0 10px;
}
ul.mod-list.-link > li.next a {
  margin: 0;
}
ul.mod-list.-link > li.next a:before {
  content: none;
}
ul.mod-list.-link > li.next a:after {
  content: "";
  background: url('../../common/images/sprites/common.png?XP2m') 0 -40px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}


ul.mod-list.-date > li {
  margin: 20px 0;
}
ul.mod-list.-date > li > span.date {
  float: left;
  padding-right: 10px;
}
ul.mod-list.-date > li > div {
  overflow: hidden;
}

.mod-image {
  text-align: center;
  padding:2px;
}
.mod-image img {
  max-width: 100%;
}

img.noBorder{
  max-width: inherit;
  min-width: inherit;
}

.new {
  font-weight: bold;
  color: #e68700;
}

.vaM {
  vertical-align: middle;
  min-width: inherit;
}

/* faq
----------------------------------------------------- */
/* qa */
dl.qa > dt {
  position: relative;
  background: url(/ex/wcs2014/faq/img/line.png) 0 0 no-repeat;
  padding: 50px 30px 40px;
}
dl.qa > dt:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 22px;
  height: 29px;
  background: url(/ex/wcs2014/faq/img/icon_q.png) 0 0 no-repeat;
}
dl.qa > dd {
  position: relative;
  padding: 0px 30px 50px;
}
dl.qa > dd:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 23px;
  height: 24px;
  background: url(/ex/wcs2014/faq/img/icon_a.png) 0 0 no-repeat;
}

dl.qa > dt.lineNone{
  background: none;
  padding-top: 30px;
}
/* news
----------------------------------------------------- */
.newsPager {
  position: relative;
}
.newsPager a {
  display: inline-block;
  width: 151px;
  height: 46px;
  padding-top: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: url(/ex/wcs2014/news/img/btn_prevnext.png) 0 0 no-repeat;
}
.newsPager a.prev {
  background-position: 0 0;
}
.newsPager a.prev:hover {
  background-position: 0 -50px;
}
.newsPager a.newsIndex {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-position: -372px 0;
}
.newsPager a.newsIndex:hover {
  background-position: -372px -50px;
}
.newsPager a.next {
  background-position: -742px 0;
}
.newsPager a.next:hover {
  background-position: -742px -50px;
}
/*==========================================
  media sp
==========================================*/
  /* mod-grid
  ------------------------------------------------------- */
  .mod-grid > .cell {
    display: block;
    vertical-align: top;
    margin-top: 14px;
  }
  .mod-grid.-step > .cell {
    margin-top: 0;
  }
  .mod-grid.-step > .cell > .inner {
    margin-top: 0;
    padding-top: 48px;
    position: relative;
  }
  .mod-grid.-step > .cell > .inner:before {
    content: "";
    background: url('../../common/img/sprites/pc.png?MxSW') 0 0 no-repeat;
    display: inline-block;
    width: 47px;
    height: 34px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mod-grid.-step > .cell.noArrow > .inner:before {
    content: none;
    background: transparent;
  }

  .mod-grid > .cell:first-child > .inner {
    padding-top: 0;
  }

  .mod-grid > .cell > .inner {
    overflow: hidden;
  }
  .mod-grid > .cell > .inner .mod-grid {
    margin-left: -28px;
    overflow: hidden;
    letter-spacing: -.40em;
    /* 文字間を詰めて隙間を削除する */
    text-align: center;
  }
  .mod-grid > .cell > .inner .mod-grid > .cell {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    letter-spacing: normal;
    /* 文字間を通常に戻す */
    width: 50%;
  }
  .mod-grid > .cell > .inner .mod-grid > .cell > .inner {
    margin-left: 28px;
    text-align: left;
    padding-top: 0;
  }

  /* faq
  ----------------------------------------------------- */
  /* faq_anchor */
  ul.faq_anchor {
    *zoom: 1;
  }
  ul.faq_anchor:after {
    content: '';
    display: table;
    clear: both;
  }
  ul.faq_anchor li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    border-top: 1px solid #69c0ff;
    border-bottom: 2px solid #138ae1;
    padding: 10px;
    background: #23a2ff;
    position: relative;
  }
  ul.faq_anchor li a:after {
    content: "";
    background: url(/ex/wcs2014/faq/img/icon_anchor.png) 0 0 no-repeat;
    width: 16px;
    height: 10px;
    -webkit-background-size: 16px 10px;
    -moz-background-size: 16px 10px;
    -o-background-size: 16px 10px;
    background-size: 16px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  ul.faq_anchor li a span {
    display: block;
    width: 87%;
  }

  .faq_btn01, .faq_btn02 {
    display: block;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    border-top: 1px solid #69c0ff;
    border-bottom: 2px solid #138ae1;
    padding: 10px;
    background: #23a2ff;
    position: relative;
  }
  .faq_btn01:after, .faq_btn02:after {
    content: "";
    background: url(/ex/wcs2014/faq/img/icon_linkRight.png) 0 0 no-repeat;
    width: 10px;
    height: 16px;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    -o-background-size: 10px 16px;
    background-size: 10px 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .faq_btn01 span, .faq_btn02 span {
    display: block;
    width: 87%;
  }

/* faq
----------------------------------------------------- */
.interview  {  margin-bottom:10px; }
.interview .name { float:left; margin-right:1em; font-size:100%;}
.interview .text { display:block; overflow:hidden; font-size:100%;}


img.border {
border: 1px solid #4aadf6;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
img.border.champ { border-color:#fff; }

.mod-caption { font-size:small; line-height:1.4em; }
img.maxW { min-width:0; }



.mod-addLineTop { margin-top:20px; padding-top:15px; border-top:1px solid #4aadf6; }

.fcWhite { color:#fff; }

.exBanner-item { margin-bottom:10px; }

.fLargeBold {
font-size: 16px;
color: #007edb;
font-weight: bold;}