@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
/* ============================== header */
#head_cont {
  padding: 0;
  width: 1000px;
  margin: 0 auto;
  height: 170px;
  clear: both;
}
#contents_sub {
  width: 270px;
  float: left;
  position: relative;
  left: -15px;
  z-index: 999;
  height: auto;
  margin: 0 0 -40px;
  margin-top: 30px;
}
#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: #049d94;
  line-height: 1;
}
#pankuzu ul li a {
  color: #049d94;
  text-decoration: underline;
}
#pankuzu ul li a:hover {
  text-decoration: none;
}
#pankuzu ul li:before {
  content: '>';
  color: #fcad4f;
}
#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 {
  position: relative;
  background: #FFF;
  border-image: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#page_title > :first-child {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #666666;
  margin-right: 10px;
}
#page_title > :first-child::first-letter {
  color: #fcad4f;
}
#page_title > :last-child {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 14px;
}
/*
#page_title:after{
	content:"";
	border-image: @blockGradient;
	border-image-slice: 1;
	border-width:3px;
	border-style: none none solid none;
	border-image-repeat:round;
	width:40px;
	position: absolute;
	bottom:-3px;
	right:0;
	display:block;
	transform: rotate(180deg);
}
*/
/*
.cast_bg{
	//change back ground color
	//background-image:url(/img/shop/cast/bg_tit.gif);
	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: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 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;
}
