@charset "UTF-8";
/* ----------------------------------------
	header
---------------------------------------- */
.magazine .header .logo .shinshokan_s {
  margin-top: -10px;
}
.magazine .header .logo .nwings {
  background-image: url(../nwings/img/common/logo_nwings.png);
  width: 185px;
  padding-top: 39px;
  margin-top: -10px;
  margin-right: 30px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .magazine .header .logo .nwings {
    width: 100%;
    padding-top: 50px;
    margin-top: 0;
    margin-right: 0;
  }
}
/* ----------------------------------------
	gnav
---------------------------------------- */
.gnav_list > li.gnav_next .menu {
  border-bottom-color: #ff63e8;
}
.gnav_list > li.gnav_back .menu {
  border-bottom-color: #ffbc63;
}
.gnav_list > li.gnav_wings .menu {
  border-bottom-color: #73caba;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
  .gnav_list > li.gnav_next span {
    border-left-color: #ff63e8;
  }
  .gnav_list > li.gnav_back span {
    border-left-color: #ffbc63;
  }
  .gnav_list > li.gnav_wings span {
    border-left-color: #73caba;
  }
}
/* ----------------------------------------
	sidebar
---------------------------------------- */
.snav_list li a {
  background-color: #7ecef4;
}
.snav_list li a.current {
  background-color: #6dbde3;
}

/* ----------------------------------------
	トップページ
---------------------------------------- */
.magazine .number_head {
  background-image: url(../nwings/img/top/icon_nwings.png);
}
.magazine .number_body .left .btn_red a {
  font-size: 13px;
}
.magazine .number_body .serial_list_thum li .texts .label {
  color: #7ecef4;
}
.magazine .number_body .serial_list .label {
  color: #7ECEF4;
}

/* ----------------------------------------
	全員サービス＆プレゼント発送状況
---------------------------------------- */
.magazine .zensa .unit_head {
  background-color: #7ecef4;
}
.magazine .zensa .mod_table th {
  background-color: #7ecef4;
  color: #ffffff;
}

/* ----------------------------------------
	次号予告
---------------------------------------- */
.magazine .next_number .cover {
  margin-bottom: 40px;
  text-align: center;
}
.magazine .next_number .cover img {
  width: 448px;
}
