@charset "utf-8";

body#news {
  background: url(../img/bg_main.jpg) no-repeat top center fixed #000;
}

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#news header {
  text-align: center;
  height: 280px;
  background: url(../img/header01.jpg) center top;
}

body#news header div.lBox h1 {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

body#news header div.sBox {
  display: none;
}

body#news div.navBox {
  position: absolute;
  top: 190px;
}

/* ------------------------------------- /
/   Main
/* ------------------------------------- */

/*--------切り替えボタン----------*/
nav.newsNav {
  /*background: url(../cards/img/bg_nav_cards.jpg) no-repeat;*/
  margin: 0 0 0px 0;
  padding: 10px 20px 0;
  height: 120px;
}

nav.newsNav ul {
  display: flex;
  flex-wrap: wrap;
}
nav.newsNav ul li:not(:first-child) {
  margin-left: 20px;
}
nav.newsNav ul li {
  filter: grayscale(100%) brightness(40%);
}
nav.newsNav ul .active,
nav.newsNav ul li:hover {
  filter: none !important;
}
#news div.mainFrame h3 {
  margin-top: 0px;
}

/*--スマホ用--*/
@media screen and (max-width: 767px) {
  nav.newsNav ul li {
    width: 32%;
    height: auto;
  }
  nav.newsNav ul li:not(:first-child) {
    margin-left: 2%;
  }
  nav.newsNav {
    padding: 10px 0px 0;
    height: 90px;
  }
}
/*--------切り替えボタンここまで----------*/

/*-----ゲーム内イベント----*/
#news ul.bnrSam {
  margin-bottom: 30px;
  overflow: hidden;
}

#news ul.bnrSam li {
  float: left;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 10px;
}

#news ul.bnrSam li:nth-child(2n) {
  margin-right: 0;
}
#news ul.bnrSam li {
  border: none;
}
#news ul.bnrSam li a img:hover {
  opacity: 0.7;
}
/*--スマホ用--*/
@media screen and (max-width: 767px) {
  #news ul.bnrSam li {
    float: none;
    width: 100%;
    margin: -10px 0px;
  }
  #news .buy-bnrSam li {
    float: left !important;
    width: 50% !important;
    margin: 0px 0px 20px !important;
  }
}
/*-----ゲーム内イベントここまで----*/

/*-----カードをかうラインナップ--*/
@media screen and (min-width: 768px) {
  .news-buy h3 {
    width: 400px;
    margin: 0 auto !important;
  }
}
#news .news-buy table {
  background: #fff;
  width: 100%;
  border: 1px solid #111;
}
#news .news-buy table tr {
  border-bottom: 1px solid #111;
}
#news .news-buy table td {
  padding: 4px 4px;
  border-right: 1px solid #111;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
}
#news .news-buy table .back-title {
  background: #444;
  color: #fff;
}
#news .news-buy table .back-title td {
  padding: 2px 10px;
}
#news .news-buy table .back-purple {
  background: #e1bfe8;
}
#news .news-buy table .back-yellow {
  background: #fffbc5;
}
#news .news-buy table .back-orange {
  background: #fbddc6;
}
#news .news-buy table .back-blue {
  background: #cbdcfb;
}
#news .news-buy table .back-green {
  background: #c6e7c3;
}
#news .news-buy table .back-red {
  background: #fb8a8a;
}
/*-----カードをかうラインナップここまで--*/

body#news h2 {
  background: url(../news/img/h2.png) center no-repeat;
  height: 106px;
  text-indent: -9999px;
  margin-top: 0;
}

div.newsBox {
  border-bottom: dotted 2px #1c1b1a;
  margin-bottom: 50px;
  padding-bottom: 5px;
}

div.newsBox:last-child {
  margin-bottom: 20px;
}

div.newsBox .date {
  text-align: right;
}
.newsBox .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}
.newsBox .row dd {
  border-left: solid 1px #000;
  padding: 10px 0 10px 10px;
}
.newsBox .row dt {
  padding: 10px 0;
  text-align: center;
}

.newsBox .row {
  border-top: solid 1px #000;
}
.bottomborder {
  border-bottom: solid 1px #000;
}
.clear {
  clear: both;
}
.right {
  text-align: right;
}
.news-logo li {
  float: left;
  width: 48%;
}
.news-border-none {
  border: none !important;
}
.news-border {
  border: solid 2px #ff0000;
  padding: 0px 10px;
  background: #fff;
  margin-bottom: 20px;
}

.news-small {
  line-height: 1.5;
  font-size: 12px;
  padding-left: 20px;
}
.txt25 {
  font-size: 25px;
  text-shadow: #740001 2px 1px;
  margin-top: 40px;
}
.news-list dd {
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
  padding-bottom: 5px;
}
.newsBox dl {
  padding: 0 5px;
}
.sp-img {
  display: none;
}
.hukidashi-top {
  background: url(../news/img/160120_6.png) no-repeat;
  height: 55px;
  background-size: cover;
  width: 100%;
}

.news-bg-box {
  background: #fff;
  border-right: rgba(140, 189, 132, 1) solid 3px;
  border-left: rgba(140, 189, 132, 1) solid 3px;
  border-bottom: rgba(140, 189, 132, 1) solid 3px;
  padding: 20px 10px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 20px;
  width: 100%;
}

.jaepo-table {
  margin-top: 10px;
  border-bottom: solid 1px #000;
}
.jaepo-table .row {
  background: #fff;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  xborder-right: solid 1px #000;
  xborder-left: solid 1px #000;
  vertical-align: middle;
}
.jaepo-table .row dd {
  padding: 10px 0 10px 10px;
  width: 80%;
}
.jaepo-table .row dt {
  padding: 10px 0;
  text-align: center;
  xborder-right: solid 1px #000;
  width: 20%;
}
.jaepo-table .row {
  xborder-top: solid 1px #000;
}
.jaepo-table .bottomborder {
  xborder-bottom: solid 1px #000;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}
.jaepo-title img {
  width: 60%;
  margin-bottom: 0px;
  margin-top: -70px;
}
.jaepo-title02 img {
  width: 25%;
  margin-bottom: -20px;
  margin-top: -80px;
}
.jaepo-box2 {
  position: relative;
  background: #fff;
  padding: 10px 10px;
  border: solid 2px #0082ca;
  margin-bottom: 20px;
  margin-top: 70px;
}
.jaepo-hoshi {
  background: url(../news/img/jaepo_hoshi.png) no-repeat;
  text-indent: -9999px;
  background-size: 400px 288px;
  position: absolute;
  top: 138px;
  right: 3px;
  width: 400px;
  height: 288px;
}
.jaepoimg02 {
  margin-top: 100px;
}
.jaepo-vgaje {
  width: 80%;
  margin: 0 auto;
}
.jaepo-twitter {
  text-align: center;
  margin: 30px auto;
}
.jaepo-twitter a img {
  text-align: center;
  margin: 0 auto;
}

/*---------date160425---------*/
#date160425 p.text {
  font-size: 18px;
}

.news-table {
  background: #fff;
  border-top: solid 1px #000;
  padding: 10px;
  width: 100%;
}
.news-table td.title {
  width: 33%;
  padding-left: 10px;
  padding-bottom: 8px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  background: #9ee8ff;
  line-height: 1.5;
}
.news-table td.naka {
  padding-top: 5px;
  padding-left: 20px;
  font-size: 16px;
}
.news-table td.naka {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.news-table td.naka:first-child {
  border-top: solid 1px #000;
}

/*---------date160902---------*/

.img-160902 {
  width: 214px;
  margin: 0 auto;
}

/*----------170713キャンペーン-----------*/

#news .tw {
  background: #fff;
  border: solid 1px #216605;
  margin-bottom: 10px;
}
#news .insta {
  border: solid 1px #216605;
  padding: 6px 0px 0px 5px;
  margin-bottom: 10px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  #news .twitter-btn {
    margin: 0px 0px 10px 0px;
  }
  #news .twitter-btn02 {
    margin: 0px 0px 10px 12px;
  }
  #news .insta-btn {
    margin: 0px 0px 10px 0px;
  }
  #news .insta-btn02 {
    margin: 10px 0px 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  #news .twitter-btn {
    margin: 0px 10px 10px 0px;
    margin: 0 auto 10px;
    width: 324px;
  }
  #news .twitter-btn02 {
    margin: 0 auto;
    width: 298px;
  }
  #news .insta-btn {
    margin: 0px 10px 10px 0px;
    margin: 0 auto 10px;
    width: 324px;
  }
  #news .insta-btn02 {
    margin: 10px auto 20px;
    width: 298px;
  }
}

@media screen and (max-width: 767px) {
  .news-table td.title {
    width: 42%;
  }
  .news-table td.naka {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 16px;
  }

  .jaepo-vgaje {
    width: 100%;
  }
  .jaepo-hoshi {
    background: none;
  }
  .jaepo-title img {
    width: 100%;
  }
  .jaepo-title02 img {
    width: 50%;
  }
  .jaepo-table .row dt {
    xborder-right: solid 1px #000;
    width: 35%;
  }
  .jaepo-table .row dd {
    border-left: solid 1px #000;
    width: 65%;
  }

  .news-bg-box {
    border-right: rgba(140, 189, 132, 1) solid 2px;
    border-left: rgba(140, 189, 132, 1) solid 2px;
    border-bottom: rgba(140, 189, 132, 1) solid 2px;
    width: 100%;
    padding: 5px 10px 10px 10px;
  }
  .hukidashi-top {
    background: url(../news/img/160120_6.png) no-repeat;
    height: 47px;
    background-size: cover;
    width: 100%;
  }
  .news-small {
    padding-left: 0px;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .sp-img .twenty-th {
    margin-top: -5rem;
  }
  .sp-img .twenty-th img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  /* 767px以下の場合 */

  /* ------------------------------------- /
/   Header
/* ------------------------------------- */

  body#news header {
    text-align: center;
    height: auto;
    background: none;
  }

  body#news header div.lBox {
    display: none;
  }

  body#news header div.sBox {
    display: block;
  }

  body#news div.navBox {
    position: static;
    margin-top: 2%;
  }

  /***** Gnav *****/

  body#news li.mainBtn01 {
    text-indent: 0;
    margin: 0;
    width: 50%;
    height: 50px;
    float: left;
    text-align: center;
    background: url(../img/ico_kab.png), -webkit-gradient(linear, left top, left bottom, from(#972715), to(#2a0802));
    background: url(../img/ico_kab.png), -moz-linear-gradient(top, #972715, #2a0802);
    background: url(../img/ico_kab.png), -ms-linear-gradient(top, #972715, #2a0802);
    background: url(../img/ico_kab.png), linear-gradient(top, #972715, #2a0802);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 120%;
    color: #f6f773;
    display: table;
  } /*アクティブページには別画像を設定(PC)したので、スマホ用は元に戻す*/

  /* ------------------------------------- /
/   Main
/* ------------------------------------- */

  body#news {
    background: none #000;
  }

  body#news h2 {
    background: url(../news/img/h2_s.jpg);
    width: 100%;
    height: 0;
    padding-top: 18.2%;
    background-size: cover;
  }
}

@media screen and (min-width: 767px) {
  /* 767px以下の場合 */

  .pc-center {
    text-align: center;
  }
}
