@charset "utf-8";

/* shop reset override */
/* fix menu */
#shopCont_fixmenu{
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  z-index: 100;
  display:none;
  border-bottom: 1px solid #ffffff;
  overflow: hidden
}
#shopCont_fixmenu ul {
  box-sizing: border-box;
  float: left;
  list-style-type: none;
  margin: 0 auto;
  padding: 10px;
  width: 50%;
  text-shadow: none;
  border-left: 1px solid #ffffff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #shopCont_fixmenu ul{
  font-size:96%;
  }
}
#shopCont_fixmenu ul{
  border-left: 1px solid #ffffff;
}
#shopCont_fixmenu ul li {
  float: left;
  margin: 0;
  text-align: center;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  border-collapse: separate;
}
@-moz-document url-prefix() {
  #shopCont_fixmenu ul li a{
  padding: 0 10px;
  }
}
#shopCont_fixmenu ul li a {
  display: block;
  padding: 0 10px;
  color:#ffffff;
  font-weight: normal;
  text-decoration: underline;
}
#shopCont_fixmenu ul li span {
  display: block;
  padding: 0 10px;
  color: #aaaaaa;
  font-weight: normal;
  text-decoration: none;
}
#shopCont_fixmenu ul li a:hover{
  text-decoration: none;
}

#shopCont_fixmenu .shop_data {
  box-sizing: border-box;
  float: right;
  width: 40%;
  padding: 10px;
  color: #ffffff;
}
#shopCont_fixmenu .shop_data--has-kinken {
  padding: 10px 82px 10px 10px;
  position: relative;
}
#shopCont_fixmenu .shop_data .fixed-button {
  position: absolute;
  top: 50%; right: 10px;
  transform: translate(0, -50%);
}
#shopCont_fixmenu .shop_data span {
  font-weight: bold;
}


.locator {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#shopCont_menu {
  width: 950px;
  margin: 0 auto 23px;
}
#shopCont_menu ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  background: #d41920;
}
#shopCont_menu ul li {
  float: none;
  display: table-cell;
  width: auto !important;
  border: none;
  vertical-align: middle;
  border-bottom: 2px solid #cdcdcd;
  position: relative;
}
#shopCont_menu ul li a {
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
#shopCont_menu ul li a:hover {
  color: #ffffff;
}
#shopCont_menu ul li:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  border-bottom: 4px solid #f2ba0a;
}

.mainCol {
  float: left;
  width: 680px;
  overflow: hidden;
}
.rightCol {
  float: right;
  width: 250px;
}

#fuzokuten_shopban{
  margin:0 auto 12px;
  width:950px;
  max-width:950px;
  max-height:150px;
  overflow:hidden;
  text-align:center!important;
  }

#fuzokuten_shopban img {
	display: block;
  margin: auto;
  max-width:950px;
  max-height:150px;
}

#fuzokuten_shopban img.kansai {
max-height:200px!important;
margin:auto!important;
}

/* common ------------------------------ */
.common_ttl {
  height: 54px;
  margin: 0 51px 12px 0;
  padding: 0 0 0 46px;
  color: #13131e;
  font-size: 131%;
  font-weight: bold;
  line-height: 54px;
  border-bottom: 1px solid #ebebeb;
}
.ttlshopname {
  float: left;
  width: 486px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn_box {
  float: none;
  clear: both;
  overflow: hidden;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0 0 2px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: none;
}
.btn_box a {
  display: block;
  width: 465px;
  height: 33px;
  margin: 0 auto;
  color: #13131e;
  text-align: center;
  line-height: 33px;
  background: rgb(253,253,253); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}
.btn_box a:hover {
  color: #ffffff;
  background: #666666;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0);
}

/*----------------------------------------------------*/

#fuzokuten_yasui {
  margin: 40px 0 0;
}

div.fuzokuten_box_notfound {
  width: 530px;
  margin: 20px 0;
  text-align: left;
  line-height: 30px;
  font-size:16px;
}
div.fuzokuten_box_notfound-740 {
  width: 740px;
  margin: 20px auto;
  text-align: left;
  line-height: 30px;
  font-size:16px;
}
div.fuzokuten_box_left {
  width: 100%;
/*  padding-bottom: 16px; */
  background: #fff;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.fuzokuten_box_right{
  margin:0 0 20px 0;
  padding:0;
  overflow:hidden;
}

div.fuzokuten_mgtop15{
  margin: 15px auto;
}

div.fuzokuten_box_left div.ent{
  width:710px;
  margin:0 auto;
  padding:3px 0;
  display:block;
  clear:both;
  border:none;
  }

div.fuzokuten_box_left div.ent a{
  width:98%;
  padding:10px 5px 10px 5px;
  display:block;
  line-height:135%;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  border:1px solid #ff9900;
  background:#ffffcc;
  -moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari and Chrome */
  border-radius: 12px; /* Opera, IE-CSS3 */
  behavior: url(/common/css/ie-css3.htc); /* IE */
  }

div.fuzokuten_box_left div.ent a:hover{
  background:#ffccff;
  border:1px solid #ff0000;
  color:#cc0000;
  }


div.fuzokuten_box_right a.motBt{
  display:block;
  width:228px;
  margin:0;
  height: 25px;
  text-indent:-10000em;
}
div.fuzokuten_box_right a.motBt:hover{background-position: 0 -258px;}

img.nowloading {
  display: block;
  margin: 10px auto;
  text-align: center;
}

/*----------------------------------------------------*/

#fuzokuten_kanban{
  width:190px;
  float:left;
  background-color:#000;
  color:#FFF;
  overflow:hidden;
  }

#fuzokuten_kanban div.title{
  width:120px;
  height:18px;
  text-indent:-10000em;
  overflow:hidden;
  }

#fuzokuten_kanban div.img{
  margin:0 5px;
  width:180px;
  max-height:240px;
  /*background:#FFF url(../img/ng_180x240.gif) no-repeat;*/
  background:#FFF;
  }

#fuzokuten_kanban div.img img{
  max-width:180px;
  max-height:240px;
}

#fuzokuten_kanban div.name{
  margin:3px 5px 0 0;
  text-align:right;
  line-height:100%;
  font-size:14px;
  }

#fuzokuten_kanban div.size{
  margin:0 5px 3px 0;
  text-align:right;
  font-size: 10px;
  }

/* 店舗情報 ----------------------------------- */
.shop_name_intro {
  margin: 0 0 10px;
  padding: 15px 12px;
  border-top: 7px solid #4d4d4d;
  border-left: 7px solid #4d4d4d;
  position: relative;
}
.shop_name_intro::before {
  content: '';
  width: 45px;
  height: 45px;
  border: 0px;
  border-top: solid 7px #ed1c24;
  border-right: solid 7px #ed1c24;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-90deg);
  position: absolute;
  top: -7px;
  left: -7px;
}
.shop_name_intro::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: solid 7px #ed1c24;
  border-left: solid 7px #ed1c24;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  bottom: 0;
}

#fuzokuten_gaiyou{
  margin: 0 auto 28px;
  padding: 9px 11px;
  background: #ffffff;
  border: 2px solid #dadada;
  box-sizing: border-box;
  overflow: hidden;
}

#fuzokuten_gaiyou .fuzokuten_shopname h2{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 5px 0;
  padding: 0 0 10px 5px;
  font-size: 20px;
  border-bottom: 3px solid #b8b8b8;
  }
#fuzokuten_gaiyou .fuzokuten_shopname h2 p {
  display: block;
}
#fuzokuten_gaiyou .fuzokuten_shopname h2 span {
  display: block;
  margin-left: 8px;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 0.6em;
}
#fuzokuten_gaiyou .fuzokuten_shoptext h3{
  margin: 15px 5px 0;
  color: #d41920!important;
  font-weight: normal;
  }

#fuzokuten_gaiyou dl{
  margin: 0 5px;
  background: #6e6e6e;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  }

#fuzokuten_gaiyou dl dt {
  float: left;
  width: 100px;
  padding: 5px 0 5px 30px;
  color: #ffffff;
  text-align: left;
  border-top: 1px solid #e3e3e3;
  }

#fuzokuten_gaiyou dl dd {
  margin:0 0 0 130px;
  padding:5px 0 5px 20px;
  border-top:1px solid #e3e3e3;
  background: #f6f6f6;
  }
#fuzokuten_gaiyou dl dd span.storetel {
  font-size: 1.2em;
}
#fuzokuten_gaiyou dl dd span.lgmita {
  font-size: 0.9em;
}
#fuzokuten_gaiyou dl dd span.lgmita strong {
  color: #ff0000;
}
#fuzokuten_gaiyou a.map_bt{
  margin:0 0 0 5px;
}

/* tab ---------------------------------------------- */
#lady_tab {
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
#lady_tab:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(237,28,121); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(237,28,121,1) 0%, rgba(255,110,174,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(237,28,121,1) 0%,rgba(255,110,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(237,28,121,1) 0%,rgba(255,110,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c79', endColorstr='#ff6eae',GradientType=1 ); /* IE6-9 */
}
#lady_tab:after {
  content: "";
  width: 49px;
  height: 46px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(238,34,124,1) 50%, rgba(255,109,174,1) 72%, rgba(255,109,174,1) 82%, rgba(255,109,174,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(238,34,124,1) 50%,rgba(255,109,174,1) 72%,rgba(255,109,174,1) 82%,rgba(255,109,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(238,34,124,1) 50%,rgba(255,109,174,1) 72%,rgba(255,109,174,1) 82%,rgba(255,109,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff6dae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#lady_tab .tab_button {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
}
#lady_tab .tab_button li {
  float: left;
  height: 45px;
  margin-right: 4px;
  padding: 0 18px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#lady_tab .tab_button li.current {
  font-weight: bold;
}
#lady_tab .tab_button li.current:after,
#lady_tab .tab_button li:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2px;
  left: 2px;
  display: block;
  width: 100%;
  border-bottom: 3px solid #fa549e;
}
#lady_tab .tab_box ul {
  display: none;
  overflow: hidden;
  padding: 0 0 12px 7px;
}
#lady_tab .tab_box ul:nth-child(1) {
  display: block;
}
#lady_tab .tab_box ul li {
  float: left;
  width: 161px;
  height: 215px;
  margin: 0 4px 19px 0;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  position: relative;
}
#lady_tab .tab_box ul li.more {
  float: none;
  clear: both;
  display: block;
  width: auto;
  height: auto;
  padding: 0 0 2px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: none;
}
#lady_tab .tab_box ul li.more a {
  display: block;
  width: 465px;
  height: 33px;
  margin: 0 auto;
  color: #13131e;
  text-align: center;
  line-height: 33px;
  background: rgb(253,253,253); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}
#lady_tab .tab_box ul li.more a:hover {
  color: #ffffff;
  background: #666666;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0);
}
#lady_tab .tab_box ul li .thumb img {
  max-width: 100%;
}
#lady_tab .tab_box ul li .lady_data {
  position: absolute;
  bottom: 0;
  width: 151px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.8);
}
#lady_tab .tab_box ul li .lady_data .name {
  color: #f3388b;
  font-weight: bold;
}
#lady_tab .tab_box ul li .lady_data .size {
  font-size: 85%;
}
#lady_tab .tab_box ul li .lady_data .time {
  margin: 3px 0 5px;
  color: #ed1c79;
  font-size: 93%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ed1c79;
  border-radius: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#lady_tab .tab_box ul li .lady_data .waiting {
  background: #ffff8e;
  animation: waitblink 1s infinite alternate;
}
@keyframes waitblink{
   50% { background: #ffeaff }
}
#lady_tab .tab_box ul li .bust {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  color: #ffffff;
  text-align: center;
  background: url(/pictogram/shop/bg_bust.png) center top no-repeat;
}

#lady_tab .tab_box ul li .lady_data .nonetime {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    margin: 3px 0 5px;
    font-size: 93%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
}
/*----------------------------------------------------*/

#fuzokuten_galslist ul{
  margin:0;
  padding:0;
  width:710px;
  list-style:none;
}

#fuzokuten_galslist ul li{
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width:121px;
  height: 170px;
  margin: 4px 5px 15px;
  text-align:center;
  vertical-align: top;
}

#fuzokuten_galslist ul li img {
  display: block;
  margin: 3px auto 0;
}
#fuzokuten_galslist ul li div.name{
  width: 90px;
  height: 17px;
  margin: 3px 0 0 3px;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 110%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}
#fuzokuten_galslist ul li div.size{
  margin: 0 3px;
  text-align: left;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}

#fuzokuten_galslist ul li [class^="galmark-"],
#fuzokuten_galslist ul li [class*=" galmark-"] {
  font-size:12px;
  margin:2px 1px 2px 1px;
  width:36px;
  height:13px;
  line-height:13px;
  text-align:center;
  float:left;
  background-image: url(../img/galmark.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#fuzokuten_galslist ul li p.galmark-att{
  background:#e1e1e1!important;
  /*border-top:3px dotted #ff0000;
  border-bottom:3px dotted #ff0000;*/
  color:#ff0000;
  font-weight:bold;
  width:111px!important;
  margin:0 5px;
  height:16px;
  line-height:16px;
}
#fuzokuten_galslist ul li p.galmark-att2{
  background:#cc0000!important;
  color:#fff;
  font-weight:bold;
  width:100%!important;
  height:16px;
  line-height:16px;
}
#fuzokuten_galslist ul li p.galmark-lgp{
  background-position: 0 0px;
}

#fuzokuten_galslist ul li p.galmark-oco {
  background-position: 0 -20px;
}
#fuzokuten_galslist ul li p.galmark-taiki {
  background-position: 0 -40px;
}
#fuzokuten_galslist ul li p.galmark-shift {
  background-position: 0 -80px;
}
#fuzokuten_galslist ul li p.galmark-no {
  background-position: 0 -120px;
}
#fuzokuten_galslist ul li p.galmark-clear {
  background-position: 0 -120px;
  height:1px;
}


/*----------------------------------------------------*/

#fuzokuten_hotnews iframe{
  margin:0;
  padding:0;
  width:710px;
  height:400px;
  border:none;
  overflow:hidden;
  }

#fuzokuten_shopinfo iframe{
  margin:0;
  padding:0;
  width:710px;
  height:400px;
  border:none;
  overflow:hidden;
  }

/*----------------------------------------------------*/

#fuzokuten_custom{
  margin:0 0 3px 0;
  padding:0;
  width:710px;
  overflow:hidden;
  }

/* 変更前
#fuzokuten_custom div.custom_title{
  margin: 0 0 5px 0;
  padding: 2px 0;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #900;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/common/css/ie-css3.htc);
  }

#fuzokuten_custom div.custom_box{
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
  }

*/

#fuzokuten_custom div.custom_title{
  margin: 0;
  padding: 2px 0;
  color:#FFF;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  line-height: 20px;
  -moz-border-radius: 5px 5px 0 0; /* Firefox */
  -webkit-border-radius: 5px 5px 0 0; /* Safari and Chrome */
  border-radius: 5px 5px 0 0; /* Opera, IE-CSS3 */
  background-color: #990000;
  }

#fuzokuten_custom div.custom_box{
  margin: 0 0 10px;
  padding: 10px 5px;
  text-align: center;
  overflow:hidden;
  background-color: #fff4ff;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
  border-left: 1px solid #990000;
  }
#fuzokuten_custom div.custom_box a {
  text-decoration: none;
  }
#fuzokuten_custom div.custom_box a.button {
  display: block;
  width: 560px;
  margin: 5px;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  line-height: 180%;
  font-size: 14px;
  font-weight: bold;
  background:#ffffcc;
  -moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari and Chrome */
  border:1px solid #ff9900;
  border-radius: 12px; /* Opera, IE-CSS3 */
  behavior: url(/common/css/ie-css3.htc); /* IE */
  }
#fuzokuten_custom div.custom_box a:hover.button {
  color: #cc0000;
  background: #ffccff;
  border:1px solid #ff0000;
  }
#fuzokuten_custom div.custom_box table {
  width: 100%;
  margin: 0 auto !Important;
  }
#fuzokuten_custom div.custom_box table td {
  padding: 10px !important;
  }
#fuzokuten_custom div.custom_box img.csImgAlign1 {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0;
  vertical-align: top;
  }
#fuzokuten_custom div.custom_box img.csImgAlign2 {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0;
  padding: 0;
  vertical-align: top;
  }
#fuzokuten_custom div.custom_box img.csImgAlign3 {
  display: block;
  margin: 0 auto;
  padding: 0;
  }
#fuzokuten_custom div.custom_box div.img_ban{
  margin: 0 0 5px;
  padding: 0;
  text-align:center;
  }

#fuzokuten_custom div.custom_box div.img_ban_text{
  width:700px;
  text-align:center;
  font-size:14px;
  }

#fuzokuten_custom div.custom_box div.img_photo{
  width:300px;
  margin:0 10px 0 0;
  padding: 0;
  float:left;
  }

#fuzokuten_custom div.custom_box div.img_photo_text{
  /* display: inline-block; */
  margin: 0 auto;
  padding: 5px;
  text-align:left;
  font-size:14px;
  }

#fuzokuten_custom div.custom_box div.img_photo_text p.hc {
  width: 400px;
  margin: 0;
  padding: 0;
  }

#fuzokuten_custom div.custom_box div.news_text{
  width:700px;
  }



div.fuzokuten_box_left div.customBt{
  width:240px;
  margin:0 10px 10px 0;
  padding:3px 0;
  display:block;
  clear:both;
  border:none;
  float:right;
  }

div.fuzokuten_box_left div.customBt a{
  width:98%;
  padding:5px;
  display:block;
  line-height:150%;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  border:1px solid #ccc;
  color:#0033cc;
  -moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari and Chrome */
  border-radius: 12px; /* Opera, IE-CSS3 */
  behavior: url(/common/css/ie-css3.htc); /* IE */
  }

div.fuzokuten_box_left div.customBt a:hover{
  border:1px solid #ff9900;
  background:#ffffcc;
  color:#cc0000;
  }


/*----------------------------------------------------*/

#fuzokuten_lgp iframe{
  margin:0;
  padding:0;
  width:710px;
  height:435px;
  border:none;
  overflow:hidden;
  }

/*
----------------------------------------------------*/

#fuzokuten_table{
  margin:0 auto 20px auto;
  padding:0;
  width:710px;
  }

#fuzokuten_table table{
  margin:0 ;
  padding:0;
  width:710px;
  border:0;
  }

#fuzokuten_table div.caption{
  margin:0 2px;
  padding:2px 0 2px 5px;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  background-color:#C00;
  color:#FFF;
  font-size:16px;
  font-weight:bold;
  text-align:left
  }

#fuzokuten_table table caption.title{
  margin: 0;
  padding: 8px;
  font-size: 16px;
  font-weight:bold;
  text-align:left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 3px solid #0066ff/*aoiro2*/;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  background: #F2F2F2;
  }

#fuzokuten_table table caption.play_title{
  margin:0 2px;
  text-align:left;
  border-bottom:2px solid #000;
  }
#fuzokuten_table table caption.play_title div.title{
  margin:5px 0 5px 0;
  padding:0 0 0 5px;
  border-left:16px solid #C00;
  font-size:16px;
  line-height:16px;
  height:16px;
  }
#fuzokuten_table caption.title a {
  text-decoration: none;
  color: #000;
}
#fuzokuten_table caption.title a:hover {
  text-decoration: none;
}

#fuzokuten_table table th{
  margin:0;
  padding:5px 0 5px 5px;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  font-weight:normal;
  text-align:center;
  background-color:#f5caca;
}
#fuzokuten_table table th.size_130{
  width:130px;
  }

#fuzokuten_table table th.size_170{
  width:170px;
  }
#fuzokuten_table table td.size_210{
  width: 210px;
  }


#fuzokuten_table table td.size_230{
  width:230px;
  }

#fuzokuten_table table th.size_350{
  width:350px;
  }

#fuzokuten_table table td.size_400{
  width:400px;
  }

#fuzokuten_table table td.size_440{
  width:440px;
  }

#fuzokuten_table table td{
  margin:0;
  padding:5px 0 5px 5px;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  background-color:#EEE;
  }

.priceText{
  color:#000033;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  font-family:"Franklin Gothic Medium","MS Sans Serif","Century Gothic","Tahoma";
  }

.empha{

  font-size:18px;
  font-weight:bold;
  font-family:"Franklin Gothic Medium","MS Sans Serif","Century Gothic","Tahoma";
}
.easymap {
	max-width: 260px;
	max-height: 300px;
}


/* rightCol ----------------------------------------- */
/* ピックアップガール */
#pick_up {
  margin: 0 0 30px;
  padding: 4px 3px 5px;
  background: #000000;
}
#pick_up .thumb {
  width: 240px;
  height: 320px;
  margin: 0 2px 0;
  overflow: hidden;
}
#pick_up .thumb img {
  max-width: 100%;
  vertical-align: top;
}
#pick_up dl {
  position: relative;
  overflow: hidden;
}
#pick_up dl dt {
  float: left;
  width: 75px;
  height: 28px;
  padding: 14px 0;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
#pick_up dl dd {
  height: 46px;
  padding: 10px 5px 0 0;
  margin-left: 75px;
  color: #ffffff;
  text-align: right;
  background: #761640;
  overflow: hidden;
}
#pick_up dl dd .size {
  font-size: 0.9em;
}


/* ラブギャラ 割引チケット */
#fuzokuten_waribiki {
  width: auto;
  margin: 0 0 20px;
  overflow:hidden;
  background: #ffffff;
}
#fuzokuten_waribiki .box {
  padding: 0 10px 10px;
  border: 1px solid #ebebeb;
  border-top: none;
}

#fuzokuten_waribiki div.title{
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 53px;
  background: url(/pictogram/shop/ttl_waribiki.png) center top no-repeat;
  border-bottom: 1px solid #cbcbcb;
  text-indent: -10000em;
  overflow: hidden;
}

#fuzokuten_waribiki .icon_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#fuzokuten_waribiki .icon_list li {
  margin: 6px 2px;
  padding: 6px;
  color: #ffffff;
  font-size: 85%;
  font-weight: normal;
  border-radius: 4px;
  letter-spacing: normal;
}
#fuzokuten_waribiki .icon_list .wb_icon_ichitxt {
    background-color: #B8860B;
}
#fuzokuten_waribiki .icon_list .wb_icon_yasutxt {
    background-color: #ff5200;
}
#fuzokuten_waribiki .icon_list .wb_icon_pokitxt {
    background-color: #7DA108;
}
#fuzokuten_waribiki .icon_list .wb_icon_syotxt {
    background-color: #0093CA;
}
#fuzokuten_waribiki .icon_list .wb_icon_kaitxt {
    background-color: #8d0668;
}
#fuzokuten_waribiki .discsubject {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #4d4d4d;
  border-radius: 10px;
}
#fuzokuten_waribiki .discsubject .discounttitle {
  height: 34px;
  color: #ffffff;
  line-height: 34px;
  font-size: 108%;
  background: #4d4d4d;
}
#fuzokuten_waribiki .discsubject  .discount_body {
    padding: 0 10px;
    color: #ed1c24;
    font-size: 1.6em;
    font-weight: bold;
}
#fuzokuten_waribiki div.box .subject{
  display: block;
  margin: 0;
  padding: 5px;
  line-height: 130%;
  overflow: hidden;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  text-overflow: ellipsis!important;
  font-size: 14px;
  font-weight: normal;
  background-color: #ffffff;
}
#fuzokuten_waribiki div.box .shop_name {
  font-weight: bold;
}
#fuzokuten_waribiki div.box .shop_tel {
  display: block;
  margin: 4px auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4em;
  color: #ff6600;
}
#fuzokuten_waribiki div.box .waribiki_txt {
  margin: auto auto 4px;
  padding: 8px;
  text-align: left;
  background: blanchedalmond;
}
#fuzokuten_waribiki div.box .waribiki_txt span {
  color: #fd3535;
  font-weight: bold;
}
#fuzokuten_waribiki div.box .print_command{
  width: 100%;
}
#fuzokuten_waribiki div.box .print_command li a{
  display: block;
  width: 230px;
  height: 33px;
  margin: 0 auto 10px;
  color: #ffffff;
  font-size: 85%;
  text-align: center;
  line-height: 33px;
  background: rgb(168,168,168); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(100,100,100,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(100,100,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(168,168,168,1) 0%,rgba(100,100,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}
#fuzokuten_waribiki div.box div.wb_bottom a:hover{
  color: #666666;
  background:#FC0;
}

/* アイライナー ----------------------------------------- */
#fuzokuten_ailinerRight {
  overflow: hidden;
  }
#fuzokuten_ailinerRight div.title {
  margin: 0;
  padding:  0;
  border: 0;
  width:  100%;
  height: 53px;
  background: url(/pictogram/shop/ttl_ai.png) center top no-repeat;
  text-indent:  -10000em;
  overflow: hidden;
}
#fuzokuten_ailinerRight div.box {
  padding: 0;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
#fuzokuten_ailinerRight .btn_box {
  padding: 10px 0;
}
#fuzokuten_ailinerRight .btn_box a {
  width: 230px;
  height: 33px;
}

/* オフィシャルサイト */
#fuzokuten_official{
  margin: 0;
  padding: 10px 10px 5px;
  color: #ffffff;
  text-align: center;
  background: #4d4d4d;
  overflow: hidden;
}
#fuzokuten_official div.img{
  overflow: hidden;
  text-align: center;
}
#fuzokuten_official div.img img {
  max-width: 100%;
}
#fuzokuten_official div.text {
  margin: 5px 0 0 0;
  font-size: 93%;
  text-align: center;
}
#fuzokuten_official div.text:after {
  content: "▶";
  font-size: 77%;
}
#fuzokuten_official div.text a{color:#FFF; text-decoration:none;}
#fuzokuten_official div.text a:hover{color:#F6F;}

/* モバイル */
#fuzokuten_mobile{
  overflow: hidden;
}
#fuzokuten_mobile div.title{
  margin: 0;
  padding: 0;
  border: 0;
  height: 63px;
  background: url(/pictogram/shop/ttl_mobile.png) center top no-repeat;
  text-indent: -10000em;
  overflow: hidden;
}
#fuzokuten_mobile div.box {
  padding: 10px 0 0 0;
  background: #ffffff;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

#fuzokuten_mobile div.box div.mb_qr{
  margin:  0 auto;
  width: 105px;
  text-align: center;
}

#fuzokuten_mobile div.box div.mb_qr div.mb_qr_ttl{
  margin: 0;
  padding: 2px 0;
  width: 105px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #000;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari and Chrome */
  border-radius: 10px; /* Opera, IE-CSS3 */
}
#fuzokuten_mobile div.box div.mb_qr div.mb_qr_img{
  margin: 5px 0 0 0;
}
#fuzokuten_mobile div.box div.mb_bottom{
  margin: 5px 0 5px;
}
#fuzokuten_mobile div.box div.mb_bottom a {
  display: block;
  width: 230px;
  height: 33px;
  margin: 0 auto 10px;
  color: #ffffff;
  font-size: 85%;
  text-align: center;
  line-height: 33px;
  background: rgb(168,168,168); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(100,100,100,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(100,100,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(168,168,168,1) 0%,rgba(100,100,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
}
#fuzokuten_mobile div.box div.mb_bottom a:hover{
  color: #666666;
  background:#FC0;
}















/*----------------------------------------------------*/

#fuzokuten_imahime{
  width:230px;
  overflow:hidden;
}

#fuzokuten_imahime div.title{
  margin:0;
  padding:0;
  border:0;
  width:230px;
  height:30px;
  text-indent:-10000em;
  overflow:hidden;
  }

#fuzokuten_imahime div.box{
  padding:10px 0 0 0;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  background:url(../img/shop/r-box-shadow.gif) top left repeat-x #f3f3f3;
  overflow:hidden;
  }

#fuzokuten_imahime div.box div.girl{
  margin:0 0 7px 0;
  padding:0 5px;
  overflow:hidden;
  border-bottom:1px dotted #666;
  }

#fuzokuten_imahime div.box div.girl div.img{
  margin:0 5px 0 0;
  width:50px;
  height:50px;
  float:left;
  }
#fuzokuten_imahime div.box div.girl div.info{
  width:158px;
  margin:0 0 2px 0;
  padding:1px 0 1px 2px;
  background:#fff;
  color:#F39;
  font-size:12px;
  font-weight:bold;
  border-top:1px dotted #F36;
  border-bottom:1px dotted #F36;
  float:left;
}
#fuzokuten_imahime div.box div.girl div.namae{float:left; width:160px; overflow:hidden;}
#fuzokuten_imahime div.box div.girl div.thrsize{width:160px; float:left; overflow:hidden; font-size:10px;}

/*----------------------------------------------------*/

#fuzokuten_shift{
  width:230px;
  overflow:hidden;
  }

#fuzokuten_shift div.title{
  margin:0;
  padding:0;
  border:0;
  width:230px;
  height:30px;
  text-indent:-10000em;
  overflow:hidden;
  }

#fuzokuten_shift div.box{
  padding:10px 0 0 0;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  background:url(../img/shop/r-box-shadow.gif) top left repeat-x #f3f3f3;
  overflow:hidden;
  }

#fuzokuten_shift div.box div.girl{
  margin:0 0 7px 0;
  padding:0 5px;
  overflow:hidden;
  border-bottom:1px dotted #666;
  }

#fuzokuten_shift div.box div.girl div.img{
  margin:0 5px 0 0;
  width:50px;
  height:50px;
  float:left;
  }
#fuzokuten_shift div.box div.girl div.info{
  width:158px;
  margin:0 0 2px 0;
  padding:1px 0 1px 2px;
  background:#fff;
  color:#09C;
  font-size:12px;
  font-weight:bold;
  border-top:1px dotted #39F;
  border-bottom:1px dotted #39F;
  float:left;
}
#fuzokuten_shift div.box div.girl div.namae{float:left; width:160px; overflow:hidden;}
#fuzokuten_shift div.box div.girl div.thrsize{width:160px; float:left; overflow:hidden; font-size:10px;}


/*
日付選択部
shop_input
--------------------------------------------------------------------*/
div.shop_searchlink {
  margin: 10px 0 0;
  text-align: center;
  }
div.shop_searchlink a {
  margin: 0 5px;
  text-decoration: none;
  font-size: 16px;
  }
div.shop_searchlink a.btn {
  width: 220px;
  padding: 5px 0;
  background: -moz-linear-gradient(top,#B1D2E0 0%,#B1D2E0 3%,#0099CC 3%,#069);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.03,#ff5d5d), color-stop(0.03,#cc0100), to(#ff9999));
  color: #FFF;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border: 1px solid #cc0100;
  border-bottom: 3px solid #ff9999;
  }

div.shop_input {
  margin: 5px 10px;
  padding: 0;
  background-color: #ffffcc;
  }
div.shop_input div {
  margin: 5px auto;
  padding: 2px 10px 5px;
  border-bottom: 2px dotted #cccccc;
  }
div.shop_input div.searchStart {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  text-align: center;
  border-bottom: none;
}
div.shop_input div span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 5px;
  text-indent: 5px;
  font-size: 15px;
  vertical-align: top;
  }
div.shop_input div.day_select {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
div.shop_input div a {
  }
div.shop_input div p {
  margin: 5px !important;
  font-size: 15px;
  }
div.shop_input div p.andmore {
  background-color: #e1e1e1;
  }
div.shop_input div label {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 2px 5px;
  }
div.shop_input div input[type="select"] {
  margin: 3px;
  }
div.shop_input div input[type="checkbox"] {
  margin: 3px;
  }
div.shop_input div input[type="radio"] {
  }
div.shop_input div input[type="submit"], div.shop_input div input[type="reset"] {
  padding: 5px 20px;
  font-size: 12pt;
  color: #fff;
  cursor: pointer;
  background: #cc0100;
  border: 1px solid #ff0000;
  border-radius: 5px;
/* Webkit */
  background: -webkit-gradient(linear,left top,left bottom,from(#ff0000),to(#cc0100));
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #fff;
/* Firefox */
  background: -moz-linear-gradient(top,#ff0000,#cc0100);
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #fff;
/* IE */
  filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0000,endColorstr=#cc0100); zoom: 1;
  }



/*----------------------------------------------------*/

#fuzokuten_ngals{
  width:230px;
  overflow:hidden;
  }

#fuzokuten_ngals div.title{
  margin:0;
  padding:0;
  border:0;
  width:230px;
  height:30px;
  text-indent:-10000em;
  overflow:hidden;
  }

#fuzokuten_ngals div.box{
  padding:10px 0 0 0;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  background:url(../img/shop/r-box-shadow.gif) top left repeat-x #f3f3f3;
  overflow:hidden;
  }

#fuzokuten_ngals div.box div.girl{
  margin:0 0 7px 0;
  padding:0 5px;
  overflow:hidden;
  border-bottom:1px dotted #666;
  }

#fuzokuten_ngals div.box div.girl div.img{
  margin:0 5px 0 0;
  width:50px;
  height:50px;
  float:left;
  }
#fuzokuten_ngals div.box div.girl div.info{
  width:158px;
  margin:0 0 2px 0;
  padding:1px 0 1px 2px;
  background:#fff;
  color:#099;
  font-size:12px;
  font-weight:bold;
  border-top:1px dotted #099;
  border-bottom:1px dotted #099;
  float:left;
}
#fuzokuten_ngals div.box div.girl div.namae{float:left; width:160px; overflow:hidden;}
#fuzokuten_ngals div.box div.girl div.thrsize{width:160px; float:left; overflow:hidden; font-size:10px;}


/*----------------------------------------------------*/
#fuzokuten_wnew{
  width:230px;
  overflow:hidden;
  }

#fuzokuten_wnew div.title{
  margin:0;
  padding:0;
  border:0;
  width:230px;
  height:30px;
  text-indent:-10000em;
  overflow:hidden;
  }

#fuzokuten_wnew div.box{
  padding:10px 0 0 0;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  background:url(../img/shop/r-box-shadow.gif) top left repeat-x #f3f3f3;
  overflow:hidden;
  }

#fuzokuten_wnew div.box ul{
  width:228px;
  list-style:none;
  }

#fuzokuten_wnew div.box ul li{
  margin:0 5px 10px 5px;
  padding:0 0 2px 10px;
  width:208px;
  font-size:12px;
  line-height:13px;
  border-bottom:1px dotted #666;
  float:left;
  }
#fuzokuten_wnew div.box ul li div.day{font-weight:bold;}
#fuzokuten_wnew div.box ul li div.text{margin:3px 0 0 0; font-weight:normal;}



/*----------------------------------------------------*/


#fuzokuten_map div.maptitle{
  margin:0 2px 10px 2px;
  padding:5px 0 5px 5px;
  border-bottom:3px dotted #C00;
  background-color:#fff;
  color:#000;
  font-size:16px;
  font-weight:bold;
  text-align:left
  }
/*
#fuzokuten_map div.eazymap{
  width:250px;
  padding:5px;
  margin:0 5px 15px 2px;
  float:left;
  text-align:center;
}
*/
#fuzokuten_map div.peripheralmap{
  width:690px;
  padding:5px;
  margin:0 2px 15px 5px;
  float:left;
  text-align:center;
}

#fuzokuten_map div.peripheralmap img{
  border:6px solid #ccc;
  margin:0 auto;
  /*width:660px;*/
}

#fuzokuten_map ul.mapmenu {
    width: 100%;
  margin: 0px auto 15px;
  text-align: center;
  white-space: nowrap;
}
#fuzokuten_map ul.mapmenu li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 1px;
  background: url(../img/diagonal_bg.gif);
  border-bottom: 1px solid #9a9a9a;
}
#fuzokuten_map ul.mapmenu li:first-child {
  border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
}
#fuzokuten_map ul.mapmenu li:last-child {
  border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
}
#fuzokuten_map ul.mapmenu li a {
  display: block;
  width: 170px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 2px 3px #aaaaaa;
  -webkit-text-shadow: 1px 2px 3px #aaaaaa;
  -moz-text-shadow: 1px 2px 3px #aaaaaa;
  line-height: 30px;
  font-size: 14px;
  color: #0033cc;
  box-shadow: 3px 2px 3px #9a9a9a outset;
  -webkit-box-shadow: 3px 2px 3px #9a9a9a outset;
  -moz-box-shadow: 3px 2px 3px #9a9a9a outset;
}
#fuzokuten_map ul.mapmenu li a:hover {
  color:#ff3300;
}
#fuzokuten_map ul.mapmenu li a.nagai{
  width: 340px;
  height: 30px;
}


/* 店ページイベント関係
----------------------------------------------------*/
/* イベント一覧（タイトルのみ） */
ul.event_title_list {
  padding: 0 10px;
}
ul.event_title_list li {
  position: relative;
}
ul.event_title_list li a {
  display: block;
  width: 650px;
  height: 30px;
  margin: 10px auto 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 45px;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 180%;
  font-size: 15px;
  background: url(../img/event_mark.gif) left center no-repeat;
  border-bottom: 3px dotted #ff9900;
}
ul.event_title_list li a:hover {
  background-color: #f3f3f3;
  border-bottom: 3px dotted #ff3300;
}
ul.event_title_list li img {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
}

/* イベント一覧 */
div.event_cell {
  display: inline-table;
  width: 710px;
}
div.event_cell div.eventborder {
  margin: 0px 2px 10px;
  padding: 0 0 5px;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
}
div.event_cell div.eventborder div.eventxt img {
  display: block;
  margin: 10px 5px;
}
div.event_cell div.eventborder div.eventxt {
  margin: 0 auto;
  padding: 15px;
  text-align: left;
}
div.event_cell div.eventborder h6 {
  clear: both;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #0000ff;
}
div.event_cell div.eventborder h5 {
  display: block;
  width: 240px;
  margin: 10px auto 5px;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  /*background-color: #0000ff;*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}


/* 店ページ割引券関係
----------------------------------------------------*/
/* 割引券一覧 */

div.discount_cell {
  display: inline-table;
  width: 704px;
  margin: 0 0 10px 2px;
  padding: 0 0 5px;
  background-color: #f3f3f3;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
}
div.discount_cell div.discbody {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 470px;
  margin: 10px;
}

div.discount_cell div.discbody div.discsubject div.discounttitle{
  margin:0;
  padding:5px;
  background-color:#f7ca00;
  color:#cc0000;
  font-size:16px;
  font-weight:bold;
  text-align:left
}

div.discount_cell div.discbody img {
  margin: 5px 0 5px;
}
div.discbody ul.discicon {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 10px auto;
  vertical-align: bottom;
}
div.discbody ul.discicon li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 77px;
  height: 0;
  margin: 5px 2px;
  padding-top: 37px;
  overflow: hidden;
}
div.discbody ul.discicon li.most { background: url(../img/discount_elements.png) -8px -6px no-repeat; }
div.discbody ul.discicon li.pokkiri { background: url(../img/discount_elements.png) -95px -6px no-repeat; }
div.discbody ul.discicon li.syokai { background: url(../img/discount_elements.png) -179px -6px no-repeat; }
div.discbody ul.discicon li.kaiin { background: url(../img/discount_elements.png) -266px -6px no-repeat; }

div.discbody div.discsubject {
  margin: 0 10px 0 10px;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  background: #ffffff;
  border-top: 2px solid #cd0600;
  border-right: 2px solid #cd0600;
  border-left: 2px solid #cd0600;
}

div.discbody div.discsubject strong.coursenote {
  display: block;
  height: 22px;
  margin: 5px auto 0;
  font-size: 18px;
  font-weight:bold;
  color:#000066;
}
div.discbody div.discsubject span {
  display: block;
  font-size: 26px;
  font-weight:bold;
  line-height:36px;
  color: #ff0000;
}

.wribikibody {
  width: 96%;
  margin: 8px auto;
  font-size: 0.8rem;
}
.wribikibody b font {
  font-size: 1.1rem;
}

.storecredit {
  font-size: 0.9em;
  text-align: center;
}
.storecredit .shop_name {
  line-height: 110%;
  font-weight: bold;
  font-size: 1.2em;
}


div#mainContents div.discbody div.iconbody {
  display: block;
  margin: 0 10px 5px;
  padding: 10px;
  font-size: 13px;
  background: #ffffff;
  border-right: 2px solid #cd0600;
  border-bottom: 2px solid #cd0600;
  border-left: 2px solid #cd0600;
}
div.discount_cell ul.print_command {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 200px;
  margin: 10px 0;
  text-align: center;
  vertical-align: top;
}
div.discount_cell ul.print_command li {
  width: 180px;
  height: 32px;
  margin: 22px 10px;
}
div.discount_cell ul.print_command li a {
  display: block;
  width: 180px;
  height: 32px;
  text-indent: -9000px;
}
div.discount_cell ul.print_command li.sendmobi a { background: url(../img/discount_elements.png) -87px -57px no-repeat; }
div.discount_cell ul.print_command li.printout a { background: url(../img/discount_elements.png) -87px -93px no-repeat; }
div.discount_cell ul.print_command li.qrcode { height: 160px; background: url(../img/discount_elements.png) -87px -132px no-repeat; }
div.discount_cell ul.print_command li.qrcode img {
  width: 120px;
  height: 120px;
  margin: 28px 10px 10px;
  border: 1px solid #666666;
}

div.discount_cell ul.print_sc {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 180px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  list-style: none;
}
div.discount_cell ul.print_sc li {
  margin: 10px 0;
  padding: 0;
}

div.discount_cell h6.mantra {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ff0000;
}
div.discount_cell h5 {
  display: block;
  width: 240px;
  margin: 10px auto 5px;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  background-color: #0000ff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

@media print {
  div.printarea {
    zoom: 75%;
    font-size: 12px;
    }
  div.fuzokuten_box_left {
    /*page-break-after: always;*/
    }
  }

div.printarea {
font-family: /*"メイリオ", Meiryo,*/ "ＭＳ Ｐゴシック", "MS PGothic" , Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
font-size: 13px;
  }



/*
求人情報
.recbtn */
/*----------------------------------------------------*/
#recbtn {
  margin: auto auto 20px;
  }
#recbtn a {
  display: block;
  width: 230px;
  height: 40px;
  }

#recbtn2016 {
  margin: auto auto 20px;
  }
#recbtn2016 a {
  display: block;
  width: 250px;
  height: 130px;
  background: url(/pictogram/shop/img_recruit.png) no-repeat;
  }



/*
イマワリ
#imawariInfo #imawariwrap */
/*----------------------------------------------------*/
#imawariInfo {
  }
#imawariInfo .fuzokuten_box_left {
  }
#imawariInfo .fuzokuten_box_left .fuzokuten_title {
  }
#imawariwrap {
  margin: 10px 5px;
  padding: 0px;
  text-align: left;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f8f6f1;
  border: 2px solid #ddd3c6;
  }
#imawariwrap .imawari {
  width: 500px;
  height: 104px;
  margin: 5px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffffff;
  }
#imawariwrap .imawari .kuponname {
  width: 500px;
  height: 34px;
  margin: 5px 5px 0;
  font-size: 26px;
  font-weight: bold;
  text-indent: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000099;
  border-left: 10px solid #ff005b;
  }
/*
#imawariwrap .imawari .terms1 {
  width: 500px;
  height: 16px;
  margin: 5px;
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FFCC66;
  overflow: hidden;
  }
*/
#imawariwrap .imawari .terms1 {
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  overflow: hidden;
  }
#imawariwrap .imawari .terms2 {
  margin: 0 5px;
  padding: 0 5px;
  font-size: 12px;
  overflow: hidden;
  }
#imawariwrap .gotodetail {
  width: 160px;
  height: 80px;
  margin: 10px;
  float: right;
  }
#imawariwrap .gotodetail a {
  }
#imawariwrap .gotodetail a .ban {
  }




/* 店舗求人情報 お問い合せ部
jobinquiry
----------------------------------------------------*/
.jobinquiry {
  margin: 0;
  padding: 5px 0 5px 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #EEE;
  }
.jobinquiry h3, .jobinquiry div {
  padding: 5px 10px;
  text-align: center;
  }
.jobinquiry h3 {
  font-size: 14px;
  color: #ff007f;
  }
.jobinquiry .jobtel {
  font-size: 18px;
  font-weight: bold;
  color: #0000ff;
  }
.jobinquiry div a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 5px;
  }


/*----------------------------------------------------*/
.back-top {
  position: relative;
  width: 100%;
  height: 30px;
  }
.back-top a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 30px;
  background: url(/pictogram/shop/uptop.gif) no-repeat;
  background-position: 0 0;
  }
.back-top a:hover {
  background-position: 0 -30px;
  }



/* 3D一覧
----------------------------------------------------*/
.rti3d_box .rti3d_box02 .rti3d_box_name{font-size: 13px!important;color: #000099!important;}


/* メッセージ入り 撮りおろし生写真特集
----------------------------------------------------*/
div.msgboard {
  margin: 10px auto;
  text-align: center;
}
div.msgboard img {
  border: 1px solid #bdc3c7;
}

/* メインの割引券
----------------------------------------------------*/
div.fuzokuten_box_left #fuzokuten_yasui{
  margin:0 auto;
  }

#fuzokuten_yasui dt[class^="yasuiTitle_"],
#fuzokuten_yasui dt[class^=" yasuiTitle_"]{
  width:683px;
  height:82px;
  background-image: url(/pictogram/shop/sTop_disc.png);
  background-repeat: no-repeat;
  margin: -30px auto -15px auto;
  padding: 0;
  position: relative;
  z-index: 10;
}

#fuzokuten_yasui dd.yasui_contents {
  width: auto;
  margin: 0 auto;
  padding: 17px 20px;
  background: #ffffff;
  border-right: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  position: relative;
}
#fuzokuten_yasui dd.yasui_contents:before,
#fuzokuten_yasui dd.yasui_contents:after {
  content: "";
  display: block;
  /* width: 682px; */
  width: 100%;
  /* height: 15px; */
  height: 11px;
  background: #ed1c24;
  border-radius: 50px;
  position: absolute;
  /* left: -3px; */
  left: 0;

  box-shadow: -2px 0 0 2px #ed1c24,
              2px 0 0 2px #ed1c24;
}
#fuzokuten_yasui dd.yasui_contents:before {
  top: -8px;
}
#fuzokuten_yasui dd.yasui_contents:after {
  bottom: -8px;
}
#fuzokuten_yasui dd.yasui_contents p.discountmidashi{
  clear:both;
  margin: 0 0 5px;
  padding: 0 0 5px 5px;
  color: #000000;
  font-size:18px;
  line-height:32px;
  font-weight:bold;
  border-bottom : 1px solid #ebebeb;
}
.yasui_icon {
  margin: 0 0 16px;
}
.yasui_icon .icon_list {
  margin: 0 5px 15px 0;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: normal;
  font-size: 77%;
  border-radius: 4px;
}
.yasui_icon .mosttxt {
  background-color: #FF5200;
}
.yasui_icon .pokkiritxt {
  background-color: #7DA108;
}
.yasui_icon .syokaitxt {
  background-color: #0093CA;
}
.yasui_icon .kaiintxt {
  background-color: #BD8700;
}
.yasui_icon .ichibantxt {
  background-color: #ff5200;
}
.yasui_box {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  border: 2px solid #4d4d4d;
  border-radius: 10px;
}
.yasui_box .yasui_ttl {
  height: 34px;
  color: #ffffff;
  line-height: 34px;
  font-size: 124%;
  background: #4d4d4d;
}
.yasui_box .yasui_ttl span {
  color: #ffff00;
}
.yasui_box .yasui_body {
  color: #ed1c24;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yasui_box .yasui_body span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yasui_contents .discount_shopname {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.8;
}
.yasui_contents .discount_shopname span.shops{
  height:36px;
  font-size:16px;
  line-height:16px;
  font-weight:bold;
  margin:0;
}
.yasui_contents .discount_shopname span.telno {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #ff6600;
}
.yasui_contents .discount_shopname p.shop_tel {
  display: block;
  margin: 4px auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4em;
  color: #ff6600;
}
.yasui_contents .discount_shopname .tel_comment {
  color: #ed1c24;
}

/* ホットニュース -------------------------------------- */
#hotnews {
  margin: 0 0 30px;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
#hotnews:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(77,77,77); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#959595',GradientType=1 ); /* IE6-9 */
}
#hotnews:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(79,79,79,1) 50%, rgba(118,119,118,1) 70%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#959595',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#hotnews .common_ttl {
  background: url(/pictogram/shop/icon_hotnews.png) 13px center no-repeat;
}
.hotnews_top {
  width: 98%;
  margin: auto;
}
.Report_top {
  display: flex;
  flex-wrap: nowrap;
  padding: 8px;
  text-align: center;
}
.Report_top .thumb {
  margin: auto;
}
.Report_top .newstext {
  flex: 2 1 100%;
  margin: auto;
  padding: 8px;
  text-align: left;
}
.hotnews_top .thumb a img {
  transition: 0.2s;
}
.hotnews_top .thumb a:hover img {
  -webkit-transform:  scale(1.05) rotate(2deg);
  -moz-transform:  scale(1.05) rotate(2deg);
  -ms-transform:  scale(1.05) rotate(2deg);
  -o-transform:  scale(1.05) rotate(2deg);
  transform:  scale(1.05) rotate(2deg);
}
.hotnews_top table td {
  padding: 10px;
}
.hotnews_top .ReportTitle_top {
  max-width: 380px;
  margin: 8px;
  text-indent: 8px;
  font-size: 124%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-left: 6px solid #ff4d94;
}
.hotnews_top .ReportTitle_top .news_date {
  font-size: 0.7em;
  font-weight: normal;
  color: #666;
}
.hotnews_top .ReportBodyList_top {
  height: 274px;
  margin: 8px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff4ff;
}
.hotnews_top .ReportBodyList_top td {
}
#hotnews .btn_box {
  clear: both;
  margin: 15px auto;
}

/* LG特選動画 -------------------------------------- */
#lgPlayerView {
  margin: 0 0 30px;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
#lgPlayerView:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(255,0,0); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,102,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,102,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,0,0,1) 0%,rgba(255,102,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 */
}
#lgPlayerView:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(255,3,0,0) 0%, rgba(255,3,0,0) 49%, rgba(255,3,0,0.5) 50%, rgba(255,6,0,1) 51%, rgba(255,82,0,1) 73%, rgba(255,82,0,1) 80%, rgba(255,102,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(255,3,0,0) 0%,rgba(255,3,0,0) 49%,rgba(255,3,0,0.5) 50%,rgba(255,6,0,1) 51%,rgba(255,82,0,1) 73%,rgba(255,82,0,1) 80%,rgba(255,102,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(255,3,0,0) 0%,rgba(255,3,0,0) 49%,rgba(255,3,0,0.5) 50%,rgba(255,6,0,1) 51%,rgba(255,82,0,1) 73%,rgba(255,82,0,1) 80%,rgba(255,102,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0300', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#lgPlayerView .common_ttl {
  background: url(/pictogram/shop/icon_movie.png) 13px center no-repeat;
}
#lgPlayerView .btn_box {
  margin: 5px auto 10px;
}

/* お店や女の子とトークできるai-LINER -------------------------------------- */
#aiLinerView {
  margin: 0 0 30px;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
#aiLinerView:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(236,102,113); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(236,102,113,1) 0%, rgba(255,163,171,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(236,102,113,1) 0%,rgba(255,163,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(236,102,113,1) 0%,rgba(255,163,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6671', endColorstr='#ffa3ab',GradientType=1 ); /* IE6-9 */
}
#aiLinerView:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(237,104,115,0) 0%, rgba(237,104,115,0) 49%, rgba(237,104,115,0.5) 50%, rgba(237,105,116,1) 51%, rgba(255,163,171,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(237,104,115,0) 0%,rgba(237,104,115,0) 49%,rgba(237,104,115,0.5) 50%,rgba(237,105,116,1) 51%,rgba(255,163,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(237,104,115,0) 0%,rgba(237,104,115,0) 49%,rgba(237,104,115,0.5) 50%,rgba(237,105,116,1) 51%,rgba(255,163,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ed6873', endColorstr='#ffa3ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#aiLinerView .common_ttl {
  background: url(/pictogram/shop/icon_ai.png) 13px center no-repeat;
}

/* ランキング -------------------------------------- */
#ranking {
  margin: 0 0 30px;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
#ranking:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(183,170,0); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(183,170,0,1) 0%, rgba(183,131,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(183,170,0,1) 0%,rgba(183,131,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(183,170,0,1) 0%,rgba(183,131,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7aa00', endColorstr='#b78300',GradientType=1 ); /* IE6-9 */
}
#ranking:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(183,169,0,0) 0%, rgba(183,169,0,0) 49%, rgba(183,169,0,0.5) 50%, rgba(183,168,0,1) 51%, rgba(183,131,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(183,169,0,0) 0%,rgba(183,169,0,0) 49%,rgba(183,169,0,0.5) 50%,rgba(183,168,0,1) 51%,rgba(183,131,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(183,169,0,0) 0%,rgba(183,169,0,0) 49%,rgba(183,169,0,0.5) 50%,rgba(183,168,0,1) 51%,rgba(183,131,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7a900', endColorstr='#b78300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#ranking .common_ttl {
  background: url(/pictogram/shop/icon_rank.png) 13px center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#fuzokuten_rank {
  margin:0 0 5px 0;
  overflow:hidden;
}
#fuzokuten_rank div.rank_comm{
  margin: 3px 4px;
  padding: 4px 6px;
  font-size: 13px;
  text-align: left;
  background: #e1e1e1;
}
#fuzokuten_rank ul{
  margin:0;
  padding:0;
  width:710px;
}
#fuzokuten_rank ul li{
  float: left;
  width: 135px;
  margin: 0 0 7px 12px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  position: relative;
}
#fuzokuten_rank ul li a {
  width: 139px;
  height: 139px;
  overflow: hidden;
}
#fuzokuten_rank ul li a img {
  max-width: 100%;
}
#fuzokuten_rank ul li div.name {
  margin: 3px 0 0 0;
  color: #f3388b;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#fuzokuten_rank ul li div.size {
  margin: 0 0 3px 0;
  line-height:110%;
  font-size: 0.7em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#fuzokuten_rank ul li div.time {
  height: 21px;
  margin: 3px 0 5px;
  color: #ed1c79;
  font-size: 93%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ed1c79;
  border-radius: 50px;
}
#fuzokuten_rank ul li div.nonetime {
  height: 23px;
  margin: 3px 0 5px;
}
.rank_img {
  position: absolute;
  top: -2px;
  left: 4px;
}
.rank_img img {
  max-width: 100%;
  vertical-align: top;
}

#fuzokuten_rank ul li.rank_1,
#fuzokuten_rank ul li.rank_2 {
  width: 302px;
}
#fuzokuten_rank ul li.rank_1 a,
#fuzokuten_rank ul li.rank_2 a {
  float: left;
  width: 143px;
  height: 191px;
  margin: 0 10px 0 0;
  overflow: hidden;
}
#fuzokuten_rank ul li.rank_1 .rank_img,
#fuzokuten_rank ul li.rank_2 .rank_img {
  position: relative;
  top: 0;
  left: 0;
}
#fuzokuten_rank ul li.rank_1 div.time,
#fuzokuten_rank ul li.rank_2 div.time {
  margin: 3px 0 5px 153px;
}


/* ショップインフォ -------------------------------------- */
#shopInformation {
  margin: 0 0 30px;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
#shopInformation:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(77,77,77); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#959595',GradientType=1 ); /* IE6-9 */
}
#shopInformation:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(79,79,79,1) 50%, rgba(118,119,118,1) 70%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#959595',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#shopInformation .common_ttl {
  margin: 0;
  background: url(/pictogram/shop/icon_info.png) 13px center no-repeat;
}
#shopInformation .info_box {
  padding: 10px;
  position: relative;
  overflow: hidden;
}
#shopInformation .info_box .custom_title {
  margin: 0 0 12px;
  padding: 7px 10px 7px 38px;
  font-size: 108%;
  font-weight: bold;
  background: url(/pictogram/shop/icon_info_mini.png) 5px center no-repeat;
  background-size: 22px auto;
  border-bottom: 1px solid #ebebeb;
}
#shopInformation .info_box .custom_title.movie {
  background: url(/pictogram/shop/icon_mov_mini.png) 5px center no-repeat;
}
#shopInformation .info_box .custom_title.gravure {
  background: url(/pictogram/shop/icon_sgravure.png) 5px center no-repeat;
}
#shopInformation .info_box .thumb {
}
#shopInformation .info_box .custom_box img {
  max-width: 100%;
  margin: 8px;
}
#shopInformation .info_box .img_photo_text {
}
#shopInformation .info_box .custom_box img.csImgAlign1 {
  float: left;
}
#shopInformation .info_box .custom_box img.csImgAlign2 {
  float: right;
}
#shopInformation .info_box .custom_box img.csImgAlign2 {
  display: block;
}
/* イチオシ娘 -------------------------------------- */
#ichioshi {
  margin: 0 0 30px;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
#ichioshi .common_ttl {
  margin: 0;
  padding-left: 15px;
}
#ichioshi:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(237,28,121); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(237,28,121,1) 0%, rgba(255,110,174,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(237,28,121,1) 0%,rgba(255,110,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(237,28,121,1) 0%,rgba(255,110,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c79', endColorstr='#ff6eae',GradientType=1 ); /* IE6-9 */
}
#ichioshi:after {
  content: "";
  width: 49px;
  height: 46px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(238,34,124,1) 50%, rgba(255,109,174,1) 72%, rgba(255,109,174,1) 82%, rgba(255,109,174,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(238,34,124,1) 50%,rgba(255,109,174,1) 72%,rgba(255,109,174,1) 82%,rgba(255,109,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(238,34,124,1) 50%,rgba(255,109,174,1) 72%,rgba(255,109,174,1) 82%,rgba(255,109,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff6dae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#ichioshi .ichioshi_box {
  margin: 0 0 10px;
  padding: 0 10px 10px;
  overflow: hidden;
  position: relative;
}
#ichioshi .ichioshi_box .custom_title {
  margin: 0 0 12px;
  padding: 7px 10px 7px;
  font-size: 108%;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}
#ichioshi .ichioshi_box .thumb {
  float: left;
  overflow: hidden;
}
#ichioshi .ichioshi_box .thumb img {
  max-width: 100%;
}
#ichioshi .ichioshi_box .img_photo_text {
  margin-left: 280px;
}

/* 自撮り動画 セル部 -------------------------------------- */
.jidorilist{
  height: 236px;
  width: 100%;
  margin: auto auto 4px auto;
  clear: both;
  background-color: #fff9f9;
}
a.jidorilink {
  display: block;
  padding: 8px;
  text-decoration: none;
}
.jidorilist .video-image-wrap {
  position: relative;
  width: 120px;
  height: 220px;
  margin: auto 8px auto auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: #E5E5E5;
}
.jidorilist .video-image-wrap::after { 
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/common/img/icon-play.png);
  background-size: 50px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jidorilist .video-image-wrap img {
  display: block;
  width: 120px;
  max-height: 220px;
}
div.jidoricatch {
  position: relative;
  display: block;
  margin: 16px auto auto 128px;
  padding: 8px;
  border-radius: 4px;
  background-color: #90CAF9;
  white-space: nowrap;
}
div.jidoricatch span {
  display: block;
  width: 100%;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
div.jidoricatch::after {
  content: "";
  position: absolute;
  top: 80%;
  right: 99%;
  margin-top: -15px;
  border: 8px solid transparent;
  border-right: 16px solid #90CAF9;
}
/* 自撮り動画 -------------------------------------- */
.jidoripcstore {
  margin: 0 0 30px;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden;
}
.jidoripcstore:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(236,102,113); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(236,102,113,1) 0%, rgba(255,163,171,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(236,102,113,1) 0%,rgba(255,163,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(236,102,113,1) 0%,rgba(255,163,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6671', endColorstr='#ffa3ab',GradientType=1 ); /* IE6-9 */
}
.jidoripcstore:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 2px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(237,104,115,0) 0%, rgba(237,104,115,0) 49%, rgba(237,104,115,0.5) 50%, rgba(237,105,116,1) 51%, rgba(255,163,171,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(237,104,115,0) 0%,rgba(237,104,115,0) 49%,rgba(237,104,115,0.5) 50%,rgba(237,105,116,1) 51%,rgba(255,163,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(237,104,115,0) 0%,rgba(237,104,115,0) 49%,rgba(237,104,115,0.5) 50%,rgba(237,105,116,1) 51%,rgba(255,163,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ed6873', endColorstr='#ffa3ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.jidoripcstore .common_ttl {
}
div.jidoripcstore a:hover.jidorilink, div.jidorititle a:hover  {
  filter: alpha(opacity=100) !Important;
  -moz-opacity: 1.0 !Important;
  opacity: 1.0 !Important;
}
.jidoripcstore div.jidoricatch {
  margin: 4px 0 0 0;
}
div.jidoricatch::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 50%;
  margin-top: -20px;
  border: 8px solid transparent;
  border-bottom: 20px solid #90CAF9;
}
.jidoripcstore .jidorilist{
  display: inline-block;
  vertical-align: top;
  width: 24%;
  height: 270px;
  margin: auto auto 4px auto;
  background-color: #fff;
}
.jidoripcstore .jidorilist .video-image-wrap {
  width: 100%;
  box-shadow: 4px 4px 20px -3px rgba(5,5,5,0.41);
  border: none;
  float: none;
}
.jidoripcstore .jidorilist a .video-image-wrap img {
  transition: 0.3s;
}
.jidoripcstore .jidorilist a:hover .video-image-wrap img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jidoripcstore h3 span {
  padding: 0 0 0 0;
  float: none;
}
.jidoripcstore .wnamearea{
  width: 100%;
  margin: 8px 0 0;
}
.jidoripcstore .threesize{
  margin: 0 0 0 0;
}
.jidoripcstore .btn_box {
  margin: 5px auto 10px;
}


/* 店舗情報 -------------------------------------- */
#shop_info {
  margin: 0;
  background: #ffffff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  position: relative;
  overflow: hidden; 30px
}
#shop_info:before {
  content: "";
  display: block;
  height: 3px;
  background: rgb(28,97,237); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(28,97,237,1) 0%, rgba(28,97,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(28,97,237,1) 0%,rgba(28,97,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(28,97,237,1) 0%,rgba(28,97,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c61ed', endColorstr='#1c61ed',GradientType=1 ); /* IE6-9 */
}
#shop_info:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 3px;
  right: 0;
  background: -moz-linear-gradient(45deg, rgba(28,222,237,0) 0%, rgba(28,222,237,0) 49%, rgba(28,222,237,0.5) 50%, rgba(28,220,237,1) 51%, rgba(28,97,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(28,222,237,0) 0%,rgba(28,222,237,0) 49%,rgba(28,222,237,0.5) 50%,rgba(28,220,237,1) 51%,rgba(28,97,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(28,222,237,0) 0%,rgba(28,222,237,0) 49%,rgba(28,222,237,0.5) 50%,rgba(28,220,237,1) 51%,rgba(28,97,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001cdeed', endColorstr='#1c61ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#shop_info .common_ttl {
  padding: 0 0 0 15px;
  color: #3059ff;
  font-size: 161%;
}
#shop_info #fuzokuten_table {
  width: auto;
  margin: 0 10px 10px;
}
#shop_info #fuzokuten_table table {
  width: 100%;
}
#shop_info #fuzokuten_table table th,
#shop_info #fuzokuten_table table td {
  border-bottom: 1px solid #e3e3e3;
  border-collapse: collapse;
}
#shop_info #fuzokuten_table table tr:first-child th,
#shop_info #fuzokuten_table table tr:first-child td {
  border-top: 1px solid #e3e3e3;
}
#shop_info #fuzokuten_table table th {
  background: #f2f2f2;
  border-left: 1px solid #e3e3e3;
  border-right: transparent;
}
#shop_info #fuzokuten_table table td {
  padding: 0 0 0 20px;
  background: #ffffff;
  border-right: 1px solid #e3e3e3;
}
#shop_info #fuzokuten_table table td.size_230 {
  padding: 8px;
  border: none !important;
  background: transparent;
  vertical-align: top;
}
.view_map {
  display: block;
  margin: 8px 0 0;
}
.view_mapbtn {
  display: inline-block;
  margin: 8px;
}

/* 店ページ＆名鑑ページ エロいいねボタン
----------------------------------------------------*/
#numViewShell {background-image:url(/common/images/eroiineNum.png);background-repeat: no-repeat;font-size:10px;width:38px;height:26px;float:right;text-align:center;margin-top:5px; display:none;}
#numView {margin-top:7px;}
#iineVote {width:105px;height:26px;background-color:#FFF;background-image:url(/common/images/eroiine.png);background-repeat: no-repeat;overflow:hidden;cursor:pointer;float:right; margin-top:5px; display:none;}

/* 名鑑ページ 音声表示
----------------------------------------------------*/
#voiceView{float:right;margin-top:5px;}
#voiceView img{border:0px;}


/* ピックアップギャル
----------------------------------------------------*/
img#newlist_img {
  width: 730px;
  margin: 0 auto 10px;
  overflow: hidden;
  display: block;
}
ul#newlist {
  margin: 0 auto 10px;
  padding: 0px;
  text-align: center;
}
ul#newlist li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 140px;
  height: 200px;
  margin: 1px;
  padding: 0;
  line-height:150%;
  vertical-align: top;
  text-align:center;
  color:#000;
  background-color:#e5e5e5;
}
ul#newlist li p.name {
  display: block;
  margin: 2px;
  line-height: 20px;
  text-align: left;
  text-indent: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  color:#fff;
  background:#f350b4;
}
ul#newlist li a{
  display: block;
}
ul#newlist li a img{
  border: 2px solid #cccccc;
}
ul#newlist li a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  border: 2px solid #edede8;
}
ul#newlist .threesize{
  margin: 1px 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 80%;
}
ul#newlist li p.to_shop {
  width: 118px;
  margin: 0 auto;
}
ul#newlist li p.to_shop a {
  display: block;
  width: 120px;
  height: 68px;
  margin: 1px auto;
  overflow: hidden;
  line-height: 115%;
}
ul#newlist li p.to_shop a span {
  display: block;
  margin: 1px;
  padding: 1px;
  text-align: center;
  font-size: 11px;
  border-bottom: 1px solid #7f8c8d;
}


/* ///////////////////////////////////////////////////////////////////

[イベント開放後 関連]

/////////////////////////////////////////////////////////////////// */

/* =========================================================
イベント保護テーブル
========================================================= */
div#fuzokuten_table div.event_cell div.eventborder div.eventxt table {
  width: 100%;
}
div#fuzokuten_table div.event_cell div.eventborder div.eventxt table tbody tr td {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
div#fuzokuten_table div.event_cell div.eventborder div.eventxt table tbody tr td p {
}
div#fuzokuten_table div.event_cell div.eventborder div.eventxt table tbody tr td p img {
}

/* =========================================================
ラブギャラ見た
========================================================= */
div#fuzokuten_table div.event_cell div.eventborder div.eventxt div.eventVerse {
  width: 600px;
  margin: 10px auto;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  font-size: 13px;
  color: #0075c2;
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.eventVerse span.iconChk {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 20px;
  height: 20px;
  margin: 4px;
  margin-right: 14px;
  vertical-align: bottom;
  background: url(/common/img/icon/iconChk.gif) left center no-repeat;
}


/* =========================================================
   スマホページへのリンク
========================================================= */
.smp_link {
    background: linear-gradient(to bottom, #ffcfe7 0%, #fea8d5 100%, #fea8d5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fc97cb;
    border-radius: 8px;
    box-shadow: 0 1px 1px #fff inset;
    text-shadow: 0 1px 1px #fff;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 0 15px;
  text-align: center;
}
.smp_link a {
  color: #428bca;
  text-decoration: none;
  font-weight: bold;
}
.smp_link a:hover, .smp_link a:focus {
  color: #999;
}


/*----------------------------------------------------*/

html {
    background-position: 50% 144px;
}


.cityRubyText a{
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    background-color: #2ecc71;
    white-space: normal;
    text-decoration: none;
}

/** block____movie-player start */
.movie-player {
  /* margin: 20px auto; */
}
.movie-player__player {
  width: 100%;
  position: relative;
}
.movie-player__player__content {
  width: 100%;
  position: relative;
}
.movie-player__player__content__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url('/common_new/images/icon-play.png');
  background-size: 80px auto;
  background-position: center;
  z-index: 2;
  display: block;
  cursor: pointer;
}
.movie-player__player__content__btn.movie-player__player__content__btn--playing {
  display: none;
}
.movie-player__player__content video {
  width: inherit;
}
.movie-player__player__controller {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 4px;
  padding: 10px;

  display: none;
}
.movie-player__player__controller::after {
  display: block;
  font-size: 16px;
  color: white;
  font-weight: bold;
  transform: scaleY(2);
}
.movie-player__player__controller--next {
  right: 10px;
}
.movie-player__player__controller--next::after {
  content: ">";
}
.movie-player__player__controller--prev {
  left: 10px;
}
.movie-player__player__controller--prev::after {
  content: "<";
}
.movie-player__thumbnails {
  overflow: hidden;
  margin: 0 -.5%;
}
.movie-player__thumbnails__item {
  float: left;
  width: 24%;
  margin: .5%;
  cursor: pointer;
  transition: .2s;
  box-sizing: border-box;
}
.movie-player__thumbnails__item:hover,
.movie-player__thumbnails__item.now-playing {
  border: red 4px solid;
}
.movie-player__thumbnails__item img {
  width: 100%;
}
.movie-player__thumbnails__item {
  position: relative;
}
.movie-player__thumbnails__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url(/common_new/images/icon-play.png);
  background-size: 30px auto;
  background-position: center;
  z-index: 2;
}
/** block____movie-player end */

.goldticket{
 display: block;
 margin: -12px auto 16px;
 text-align: center;
}


