@charset "utf-8";
/* ============================== header */
#head_cont {
  padding: 0;
  width: 1000px;
  margin: 0 auto;
  height: 170px;
  clear: both;
}
#contents_sub {
  width: 270px;
  float: left;
  position: relative;
  padding: 0 15px 0 15px;
  left: -15px;
  z-index: 999;
  background: url(/img/shop/common/bg_gnavi.png) no-repeat 0 0;
  height: auto;
  margin: 0 0 -40px;
}
#pankuzu {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 6;
  line-height: 1;
  justify-self: end;
  align-self: end;
}
#pankuzu ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
#pankuzu ul li {
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  color: #333333;
  line-height: 1;
}
#pankuzu ul li a {
  color: #333333;
  text-decoration: underline;
}
#pankuzu ul li a:hover {
  text-decoration: none;
}
#pankuzu ul li:before {
  content: '>';
}
#top_banner_sub {
  width: 695px;
  margin-top: 10px;
  margin-bottom: 20px;
  height: auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top_banner_sub a img {
  width: 695px;
  height: auto;
  margin-bottom: 20px;
  float: left;
}
#top_banner_sub a img {
  width: 695px;
  height: auto;
  margin-bottom: 20px;
  float: left;
}
#top_banner_sub a img.banner_bottom {
  margin-bottom: 0;
}
#top_short a img {
  width: 337px;
  height: auto;
  margin-bottom: 20px;
  float: left;
}
#top_short .left_img a img {
  margin-right: 20px;
}
#page_title {
  width: 695px;
  display: block;
  margin: 0;
  margin-bottom: 20px;
  height: 17px;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 5px;
}
#page_title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  display: block;
  margin-top: 5px;
  visibility: initial;
}
#page_title em {
  font-size: 12px;
  font-weight: bold;
  color: #f3be1d;
}
.cast_bg {
  background-image: url(/img/shop/cast/bg_tit.png);
}
.newcast_bg {
  background-image: url(/img/shop/newcast/bg_tit.png);
}
.sch_bg {
  background-image: url(/img/shop/schedule/bg_tit.png);
}
.realtime_bg {
  background-image: url(/img/shop/realtime/bg_tit.png);
}
.rank_bg {
  background-image: url(/img/shop/ranking/bg_tit.png);
}
.photo_d_bg {
  background-image: url(/img/shop/photo_d/bg_tit.png);
}
.magazine_bg {
  background-image: url(/img/shop/magazine/bg_tit.png);
}
.system_bg {
  background-image: url(/img/shop/system/bg_tit.png);
}
.access_bg {
  background-image: url(/img/shop/access/bg_tit.png);
}
.hotel_bg {
  background-image: url(/img/shop/hotel/bg_tit.png);
}
.mobile_bg {
  background-image: url(/img/shop/mobile/bg_tit.png);
}
.event_bg {
  background-image: url(/img/shop/event/bg_tit.png);
}
.link_bg {
  background-image: url(/img/shop/link/bg_tit.png);
}
.gravue_bg {
  background-image: url(/img/shop/gravue/bg_tit.png);
}
.question_bg {
  background-image: url(/img/shop/question/bg_tit.png);
}
#pager {
  background: #a1a1a1;
  background: linear-gradient(90deg, #a1a1a1 0%, #aeaeae 50%, #a1a1a1 100%);
  padding: 0 10px;
  width: 675px;
  height: 40px;
  font-size: 13px;
  clear: both;
  margin: 30px 0;
  float: left;
}
#pager > ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
#pager li {
  height: 35px;
  line-height: 35px;
  float: left;
  display: block;
  border-right: solid 1px #FFFFFF;
}
#pager li a {
  display: block;
  color: #FFFFFF;
  padding: 0 16px;
  text-decoration: none;
}
#pager li.prev {
  padding: 0 0 0 5px;
}
#pager li.next {
  padding: 0 5px 0 0;
  border-right: none;
}
*:first-child + html #pager li#next {
  background: url(/img/shop/common/p_arrow_r.png) no-repeat right center;
  padding: 0 5px 0 0;
  border-right: none;
}
#pager li a.active,
#pager li.current a,
#pager li a:hover {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  background: #FFFFFF;
  height: 40px;
  color: #000000;
  padding: 0 15px;
}
#pager li#next a:hover,
#pager li#prev a:hover {
  text-decoration: underline;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: none;
  color: #FFFFFF;
  padding: 0 16px;
}
#contents_main {
  padding-top: 20px;
}
/*# sourceMappingURL=sub.css.map */