@charset "utf-8";
/* ===================================================================
 shopページTOP

26px : 197%
24px : 182%
22px : 167%
20px : 153.9%
18px : 139%
16px : 123.1%
15px : 116%
14px : 108%
13px : 100%
12px : 93%
11px : 85%
10px : 77%
=================================================================== */

/*------------------------------------------------------------------
	メイン	*/
.mainImage {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	position: relative;
	overflow: hidden;
}
.mainImage .bx-wrapper {
	margin-bottom: 10px;
}
.mainImage .bx-viewport {
	width: 1026px !important;
	max-height: 500px !important;
	overflow: visible !important;
	margin: 0 auto;
}
.mainImage .bx-viewport li {
	width: 950px!important;
}
.mainImage .bx-viewport li img {
	max-width: 100%;
	max-height: 500px;
	vertical-align: top;
	display: block;
	margin: 0 auto;
}
.bx-controls-direction {
	overflow: hidden;
	display: block;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: -38px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: -38px;
}

#main #left_cont {
  float: left;
  width: 200px;
}

#main #right_cont {
  margin-left: 210px;
}

/** 個別inbox **/
.contents_inbox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f0f0f0;
	-webkit-box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
}

/* 割引情報 */
#discount .ttl {
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: none;
moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
}
#discount .ttl span {
	display: block;
	padding-top: 3px;
	padding-left: 2px;
	color: #ffffff;
	font-size: 124%;
	font-weight: bold;
background: rgb(132,132,132); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(58,58,58,1) 4%, rgba(45,45,45,1) 86%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#discount .ttl span img {
  margin-right: 8px;
  vertical-align: top;
}
#discount .ttl p {
	margin: 5px 0;
	padding-right: 10px;
	color: #e53331;
	font-size: 77%;
	font-weight: bold;
	text-align: center;
}
#discount .inbox {
  padding: 10px 6px 0;
  overflow: hidden;
}
#discount ul {
  width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#discount li {
	float: left;
  margin-bottom: 5px;
}
#discount li:last-child {
	margin-right: 0;
}
#discount li a {
	display: block;
	width: 177px;
	height: 42px;
	line-height: 42px;
	background: url("//img.undernavi.com/ohp/pc/common/btn_discount.png") no-repeat left top;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 2px rgba(0,0,0,.2);
	-moz-text-shadow: 0 2px rgba(0,0,0,.2);
	text-shadow: 0 2px rgba(0,0,0,.2);
}

#discount li a:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#discount .btn02 a {
  background-position: left -46px;
}

#discount .btn03 a {
  background-position: left -92px;
}

#discount .btn04 a {
  background-position: left -138px;
}

#discount .btn05 a {
  background-position: left -184px;
}

/* 求人情報 */
#recruit .ttl {
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: none;
moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
}
#recruit .ttl span {
  display: block;
  padding-top: 3px;
  padding-left: 2px;
  color: #ffffff;
  font-size: 124%;
  font-weight: bold;
background: rgb(132,132,132); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(58,58,58,1) 4%, rgba(45,45,45,1) 86%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#recruit .ttl span img {
  margin-right: 8px;
  vertical-align: top;
}
#recruit .inbox {
  padding: 10px 6px 0;
  overflow: hidden;
}
#recruit ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#recruit li {
  float: left;
  margin-bottom: 5px;
}
#recruit li:last-child {
  margin-right: 0;
}
#recruit li a {
  display: block;
  width: 177px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 116%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#recruit li a:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#recruit table {
  width: 100%;
  margin-bottom: 10px;
}
#recruit table th,
#recruit table td {
  padding: 5px　1px;
  border: 1px solid #bbb7b8;
}
#recruit table th {
  text-align: center;
  background: #d9d9d9;
}

/* インフォメーション */
#infomation {
  display: block;
}
#infomation .thumb.fll {
  max-width: 300px;
  float: left;
  padding: 10px;
}
#infomation .thumb.flr {
  max-width: 300px;
  float: right;
  padding: 10px;
}
#infomation .thumb.p_top,
#infomation .thumb.p_bottom {
  display: block;
  padding: 10px;
  text-align: center;
}
#infomation .thumb img {
  max-width: 100%;
  vertical-align: top;
}
#infomation .info_txt {
  display: block;
  padding: 10px;
}



/** お知らせ **/
#realtime figure {
  float: left;
  width: 196px;
  margin: 10px 0 10px 10px;
}

.contents_news_title_box {
  width: 450px;
  margin: 10px;
  padding-left: 10px;
  border-left: 5px solid #da4499;
  border-bottom: 1px solid #da4499;
  float: left;
}

.contents_news_date {
  width: 130px;
}

.contents_news_title {
  width: 430px;
  font-size: 1.3em;
  font-weight: bold;
  color: #ff0000;
}

.contents_news_message {
  width: 450px;
  line-height: 25px;
  margin: 0 10px 10px 10px;
  font-size: 1.1em;
  float: left;
}



/** イチオシ嬢などのタブボタン **/
.contents_tab_button li {
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
	margin-right: 4px;
	border-radius: 2px 2px 0 0;
background: rgb(254,1,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,1,253,1) 0%, rgba(188,44,111,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,1,253,1) 0%,rgba(188,44,111,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,1,253,1) 0%,rgba(188,44,111,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe01fd', endColorstr='#bc2c6f',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px -1px 2px rgba(0,0,0,.3);
	font-weight: bold;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	cursor: pointer;
}

.contents_tab_button li small {
	margin-left: -8px;
}

.contents_tab_button li small img {
	vertical-align: middle;
}

.contents_tab_button li.current {
  color: rgba(255, 255, 255, 1);
background: rgb(132,132,132); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(58,58,58,1) 4%, rgba(45,45,45,1) 86%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0 );
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
  box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
  text-shadow: 0 1px #000000;
	font-size: 1.3em;
  letter-spacing: -1px;
  border-bottom: 1px solid #fff;
}


.contents_tab_box {
  padding: 8px 0 0;
	background-color: #fff;
}
.contents_tab_box ul {
  display: none;
  overflow: hidden;
}
.contents_tab_box ul:nth-child(1) {
  display: block;
}
/*.contents_tab_box ul li {
  position: relative;
  float: left;
  width: 164px;
  height: 215px;
  overflow: hidden;
  margin: 0 3px 15px 13px;
  background-repeat: no-repeat;
}*/
.contents_tab_box ul li {
    position: relative;
    float: left;
    width: 156px;
    height: 215px;
    overflow: hidden;
    margin: 0 3px 15px 13px;
    background-repeat: no-repeat;
}
.contents_tab_box ul .nodata {
  float: none;
  width: auto;
  line-height: 215px;
  margin: 0 0 15px;
  color: #444444;
  font-size: 131%;
  font-weight: bold;
  text-align: center;
}
.contents_tab_box ul li .lady_genre_icon {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.contents_tab_box ul li .lady_genre_icon li {
  width: auto;
  height: auto;
  margin: 0 3px 0 0;
  font-size: 11px;
}
.contents_tab_box ul li .lady_genre_icon li:last-child {
  margin-right: 0;
}
.contents_tab_box ul li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.contents_tab_box_detail_box {
  position: absolute;
  bottom: 0;
  left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
	text-align: center;
}

.contents_tab_box_detail_box a {
  display:block;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  color: #ffffff;
}
.contents_tab_box_detail_box a:hover {
  text-decoration: none;
}
.contents_tab_box_detail_box .status {
  font-size: 85%;
  color: #ff7e7e;
}
.contents_tab_box_detail_box .s_comment {  font-size: 85%;}

/** 写メ日記 **/
#photoblog_list {
  overflow: hidden;
  display: inline-block;
}

.contents_tab_box ul li.more {
  clear: both;
  float: none;
  width: auto;
  height: auto;
  overflow: initial;
  margin-right: 13px;
  text-align: center;
}
.contents_tab_box ul li.more a {
  display: block;
  width: 590px;
  margin: 0 auto;
  padding: 10px;
  color: #da4499;
  border: 1px solid #da4499;
  border-radius: 5px;
  font-size: 116%;
  font-weight: bold;
  text-decoration: none;
}

/*.contents_diary_box {
  width: 130px;
  margin: 7px 4px 7px 13px;
  border: 1px solid #e0e0e0;
  float: left;
}*/

.contents_diary_box {
    width: 153px;
    margin: 7px 4px 7px 13px;
    border: 1px solid #e0e0e0;
    float: left;
}

.contents_diary_box_img {
  /*width: 130px;*/
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.contents_diary_box_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.contents_diary_box_data {
  padding: 3px 1px 3px 5px;
}

.contents_diary_box_data a[href*="photoblog.php"]{
  display: block;
  color: #008000;
  text-decoration: underline;
  font-weight: bold;
}

.contents_diary_box_data a[href*="detail.php"] {
  display: block;
  color: rgba(236, 104, 179, 1);
  text-decoration: underline;
  font-weight: bold;
}
.contents_diary_box_data a[href*="detail.php"]:hover {
  color: rgba(236, 104, 179, 1);
}

/** 料金システム **/
.contents_fee_title {
  /*height: 29px;*/
  margin-bottom: 10px;
  color: #444444;
  font-size: 130%;
  padding-left: 8px;
  font-weight: bold;
  line-height: 33px;
  border-left: 6px solid #eb68b2;
}
.price_box{
  width: 100%;
  margin-bottom: 10px;
}
.price_box.kansai {
  table-layout: fixed;
}
.price_box th,
.price_box td {
  border: 1px solid #979799;
}
.price_box th {
  background-color: #ffe2f2;
  width: 25%;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.price_box.kansai th {
  width: auto;
}
.price_box.kansai th.empty,
.price_box.kansai th.pink {
  width: 15%;
}
.price_box td {
  padding: 5px 10px;
}

.system_txt{
  margin-bottom: 20px;
}
/*キャッシュカード*/
.credit {
  width: 674px;
  margin: 0 auto 10px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #eaeaea;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
  text-align: center;
}

.credit span {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  padding-left: 70px;
  color: #bd7d11;
  font-size: 1.7em;
  font-weight: bold;
  background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/discount/icon_card.png") no-repeat left center;
}


.warningbox{
  height :27px;
  padding-left: 40px;
  margin-bottom: 10px;
  background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/discount/warning.png");
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 130%;
  font-weight: bold;

}
.warningbox_txt{
  color: #979797;
  border: 1px solid #979797;
  padding: 10px;
  margin-bottom: 10px;
}

.discount_link {
  text-align: center;
}
.discount_link a {
  display: block;
}
.discount_link a img {
  vertical-align: top;
}

/** 店舗情報 **/
#shopdata .contents_inbox {
	padding-bottom: 1em;
}

#shopdata table {
  width: 97%;
  margin: 10px auto;
  font-size: 1.1em;
  border-collapse: collapse;

}

#shopdata th {
	width: 25%;
	background-color: #FFE3F2;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
}

#shopdata td {
  width: 75%;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}

.contents_table_title {
	border-bottom: 1px dotted #e0e0e0;
}

.contents_fee_message {
	margin-top: 10px;
	padding-left: 10px;
}

/* 注意事項 */
#notes .contents_inbox {
  color: #ffffff;
  background: transparent;
  border: none;
  box-shadow: none;
}
#notes .contents_inbox .contents_ttl {
  height: auto;
  padding: 2px 4px;
  color: #ffffff;
  font-size: 131%;
  font-weight: normal;
  line-height: 1.5;
  background: transparent;
  border-top: none;
  box-shadow: none;
  text-shadow: none;
}
.notes_txt {
  padding: 5px 5px 10px;
}


/** MAP **/
.contents_map_main {
	float: left;
  width: 477px;
  height: 300px;
  margin: 10px 10px 5px 10px;
  overflow: hidden;
  border: 1px solid #9c9c9c;
}

.contents_map_apply {
  width: 190px;
  margin: 10px 0 5px 0;
  color: #fff;
  background-color: rgba(236, 104, 179, 1);
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

.contents_map_qrcode {
  position: relative;
  width: 190px;
  height: 197px;
  float: left;
  background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/top/main_qrcode.jpg");
  background-repeat: no-repeat;
}

.contents_map_qrcode img {
  position: absolute;
  top: 62px;
  left: 44px;
  width: 102px;
  border: 1px solid #000;
}

.contents_map_message {
  width: 190px;
  margin: 5px 0 5px 0;
  float: left;
}

.contents_map_address_label {
  width: 90px;
  margin: 0 10px 10px 10px;
  color: #fff;
  background-color: rgba(236, 104, 179, 1);
  text-align: center;
  font-weight: bold;
  float: left;
}

.contents_map_address {
  clear: both;
}
/** 関西(キャンペーン) **/
#campaign .contents_inbox h4 {
  clear: both;
}
#campaign .contents_free_main {
  width: auto;
  height: auto;
  float: none;
  margin: 10px;
  text-align: center;
}
#campaign .contents_free_message {
  padding: 10px;
  background-color: #fff5f5;
}
#campaign .contents_free_main img {
  max-width: 100%;
  width: auto;
}
/** フリースペース **/
.contents_free_ttl {
	position: relative;
  padding: 6px 4px 0 24px;
  height: 37px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
  box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
background: rgb(132,132,132); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(58,58,58,1) 4%, rgba(45,45,45,1) 86%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  -webkit-text-shadow: 0 1px #000000;
  -moz-text-shadow: 0 1px #000000;
  text-shadow: 0 1px #000000;
  border-bottom: 1px solid #bababa;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
}

.contents_free_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 7px;
	height: 1.6em;
	background: rgba(255, 255, 255, 1);
}

.contents_free_title {
  margin-left: 5px;
  border-left: 7px solid rgba(236, 104, 179, 1);
  float: left;
}
.contents_free_main {
  width: 360px;
  height: 337px;
  margin: 10px 10px 5px 10px;
  float: left;
  overflow: hidden;
}
.contents_free_main img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.contents_free_sub_title {
	width: 518px;
	border-bottom: 1px solid #000;
	font-size: 1.6em;
	margin: 10px 0 5px 0;
	color: rgba(236, 104, 179, 1);
  float: left;
}

.contents_free_message {
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 25px;
}

/* premium */
.bx-wrapper {
  margin-bottom: 10px!important;
}
.bx-wrapper .bx-viewport .bx-loading {
	display: none!important;
}

.premium_list {
  padding: 10px 0;
  color: #fff;
  background: #0E0E0E;
}
.premium_list li {
  margin: 0 5px;
  height: 199px;
}
.premium_list.debug li {
  width: auto !important;
}
#gravure_slide {
  width: 100%;
  background: #000000;
}

.premium_list li img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.premium_list li .prof {
  text-align: center;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}
.premium_list li:hover .prof {
  display: block;
}
.premium_list li .prof .inprof {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.inprof p {
    font-weight: bold;
    font-size: 116%;
    color: #86B8F7;
    text-align: center;
}
.inprof p span {
    color: #fff;
    font-family: serif;
    font-size: 131%;
}

/* オススメ風俗店 */
#osusume .girlslist {
  padding: 10px;
}
#osusume .girlslist li {
  float: left;
  width: 128px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #ccc;
}
#osusume .girlslist li:last-child {
  margin-right: 0;
}
#osusume .girlslist .thumbnail {
  height: 170px;
  overflow: hidden;
}
#osusume .girlslist .name {
  text-align: center;
}


/* フリー項目 */
#event {
  display: block;
}
#event .thumb.fll {
  max-width: 300px;
  float: left;
  padding: 10px;
}
#event .thumb.flr {
  max-width: 300px;
  float: right;
  padding: 10px;
}
#event .thumb.p_top,
#event .thumb.p_bottom {
  display: block;
  padding: 10px;
  text-align: center;
}
#event .thumb img {
  max-width: 100%;
  vertical-align: top;
}
#event .info_txt {
  display: block;
  padding: 10px;
}

/* 店舗ランキング */
#ranking .contents_inbox {  padding-bottom: 10px;}
#ranking .ranking_ttl {  margin: 10px 0 10px 10px;}
#ranking .ranking_ttl span {  font-weight: bold;}
#ranking .ladyList {
  width: 770px;
  margin: 10px auto 0;
}
#ranking .ladyList li {
  float: left;
  width: 120px;
  margin: 0 15px 15px 0;
  padding: 10px;
  border: 1px solid #d3d1d4;
  overflow: hidden;
  text-align: center;
}
#ranking .ladyList li:nth-of-type(5n) {    margin-right: 0;}
#ranking .ladyList li .txtData { font-size: 85%;}
#ranking .ladyList li .rankNum {
  margin-bottom: 5px;
  padding: 4px 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #999;
}
#ranking .ladyList li .rankNum.num1 {  background-color: #EAD239;}
#ranking .ladyList li .rankNum.num2 {  background-color: #ccc;}
#ranking .ladyList li .rankNum.num3 {  background-color: #ca9393;}
#ranking .ladyList li .ladyName {  text-align: center;}
#ranking .ladyList li .thumb {
  display: block;
  max-width: 100px;
  max-height: 133px;
  margin: 0 auto;
  overflow: hidden;
}
#ranking .ladyList li .thumb img {
  max-width: 100%;
  max-height: 100%;
}





















































/* -----------------------------------------------------------
	お知らせ
----------------------------------------------------------- */

.box.info {
	background: #f8f8f8;
}

.box.info h3 {
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #E7E6E6;
	background: #fff  url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_menu.png) no-repeat 5px center;
	font-weight: bold;
}
.box.info .inner {
	height: 250px;
	overflow: auto;
}

.info_img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: center;
}
.info_img img {
	max-width: 100%;
	vertical-align: top;
}

/* 指定位置でのレイアウト調整 */
/* 画像が左 */
.img_left {
	float: left;
	display: block;
	width: 50%;
	text-align: left;
}
.img_left img {
	max-width: 95%;
}
.txt_left {
	float: right;
	display: block;
	width: 50%;
}

/* 画像が右 */
.img_right {
	float: right;
	display: block;
	width: 50%;
	text-align: right;
}
.img_right img {
	max-width: 95%;
}
.txt_right {
	float: left;
	display: block;
	width: 50%;
}

/* -----------------------------------------------------------
	ピックアップレディ
----------------------------------------------------------- */
#pickUpLady {
float: left;
width: 200px;
height: 300px;
border: 1px solid #cccccc;
margin: 0 23px 0 0;
padding: 3px;
overflow: hidden;
}

#pickUpLady h1 {
padding: 5px;
background-color: #f3f3f3;
color: #ce1b91;
text-align: center;
}

#pickUpLady span {
display: block;
text-align: center;
}

#pickUpLady .profName {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
text-align: center;
margin: 0;
}

/* -----------------------------------------------------------
	本日の出勤＆在籍一覧
----------------------------------------------------------- */

.topBoxL {
position: relative;
	padding: 4px;
	margin-bottom: 10px;
}

.topBoxL .subtitle {
	height: 31px;
	line-height: 31px;
	margin-bottom: 5px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/bg_subtitle06.png) no-repeat left top;
}

.topBoxL .subtitle em {
	display: block;
	padding-left: 45px;
}

.topBoxL .more {
position: absolute;
top: 7px;
right: 10px;
}


/* -----------------------------------------------------------
	インフォメーション＆キャンペーン関連
----------------------------------------------------------- */
.rightBox {
	margin: 0;
}

/* -----------------------------------------------------------
	写メ日記関連
----------------------------------------------------------- */

#main section header {
	position: relative;
}

#main section header h2 {
	position: relative;
	z-index: 50;
}

#main section header h2 img {
	vertical-align: bottom;
}

#main section header .more {
	display: inline;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 70;
}

*:first-child + html #main section header .more {/*IE7*/
	bottom: 15px;
}

#main section header ul.more li {
	display: inline;
}

* html #main section header ul.more li a {/*IE6*/
	display: inline;
	zoom: 1;
}

*:first-child + html #main section header ul.more li a {/*IE7*/
	display: inline;
	zoom: 1;
}

#main section header ul.more li a:hover {
	text-decoration: underline;
}


* html section.photobbs ul.data {/*ie6*/
	zoom: 1;
}

*:first-child + html section.photobbs ul.data {/*ie7*/
	zoom: 1;
}

section.photobbs ul.data li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 230px;
	height: 90px;
	padding: 2px;
	margin: 10px 4px 0 0;
	border: 1px solid #a0a0a0;
	background: #fdfdfd url(//img.undernavi.com/portal/web/area/bg_list02.png) repeat-x top;
}

section.photobbs ul.data li.dx {
	background: #fff url(//img.undernavi.com/portal/web/area/top/bg_list_photobbs_dx.png) repeat-x top;
}

section.photobbs ul.data li strong,
section.photobbs ul.data li a,
section.photobbs ul.data li span {
	overflow: hidden;
	display: block;
}

section.photobbs ul.data li span.dxicon {
	position: absolute;
	top: 0;
	right: 2px;
	text-align: right;
	z-index: 50;
}

section.photobbs ul.data li a.thumb {
	float: left;
	margin-right: 5px;
	width: 67px;
	height: 90px;
	background: #fff;
	overflow: hidden;
}
section.photobbs ul.data li a.thumb img {
	width: 67px;
}

section.photobbs ul.data li strong,
section.photobbs ul.data li a.title,
section.photobbs ul.data li span {
	width: 158px;
	padding: 3px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

section.photobbs ul.data li strong {
	position: relative;
	font-size: 93%;
	color: #d63ba0;
	z-index: 30;
}

section.photobbs ul.data li a.title {
	background: #dee7ff;
	font-size: 93%;
}

section.photobbs ul.data li span.lead {
	text-indent: 13px;
	background: url(//img.undernavi.com/portal/web/area/icon_movie.png) no-repeat left center;
	font-size: 85%;
}

section.photobbs ul.data li span.date {
	font-size: 77%;
}

section.photobbs ul.data li span.date img {
	display: inline-block;
	float: right;
}




/* -----------------------------------------------------------
	リアルタイム速報
----------------------------------------------------------- */


#realtime .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_realtime.png) no-repeat 10px 8px;
}

.boxM .subtitle {
	height: 31px;
	line-height: 31px;
	margin-bottom: 5px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/bg_subtitle05.png) no-repeat left top;
}


.boxM .subtitle em {
	display: block;
	padding-left: 45px;
}

#main #realtime .inner {
	min-height: 244px;
	height: auto !important;
	height: 244px;
	position: relative;
	padding: 10px 10px 10px 10px;
	background: #FDEFFF;
overflow: auto;
}

#realtime .imgL img {
	max-width: 120px;
}

* html #realtime .imgL img {/*ie6*/
 width : expression(
  (document.documentElement.clientWidth > 120)? "120px" :
  "auto");
  height : 1%;
 }

#realtime .realtimetxt {
	overflow: hidden;
}

* html #realtime .realtimetxt {/*IE6*/
	zoom: 1;
}

#realtime h4 {
	color: #CE1B91;
	font-weight: bold;
}

#realtime p.update {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0d5f2;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-size: 85%;
}

#realtime p.summary {
	padding-right: 130px;
	font-size: 93%;
}

#realtime ul.push {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin-bottom: 0;
}

#realtime ul.push li {
	margin-bottom: 5px;
}

#realtime ul.push li img {
	vertical-align: bottom;
}

/* -----------------------------------------------------------
	割引ポッキリ企画
----------------------------------------------------------- */

section.pokkiri{
	border:solid 1px #dfdfdf;
	margin-bottom:10px;
}

.pokkiri h1{
	background:#ededed;
	padding:5px;
	color:#d0318b;
	font-size:116%;
	font-weight: bold;
	margin:3px !important;
}

.pokkiri > div{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fdefff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fdefff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fdefff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fdefff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fdefff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fdefff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdefff',GradientType=0 );
	margin:0;
	border-top:1px solid #dfdfdf;
	padding:5px;
}

.pokkiri > div > span{
	display:table-cell;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	font-size:139%;
	text-align:center;
	margin-right:5px;
	width:70px;
}

.pokkiri > div span.just10000{
	background: #42A3FF;
}

.pokkiri > div span.just15000{
	background: #00BC4E;
}

.pokkiri > div span.just20000{
	background: #FF351E;
}
.pokkiri > div span.just30000{
	background: #de279b;
}

.pokkiri > div div{
	display: table-cell;
	padding:0 0 0 5px;
	width:640px;
}

.pokkiri > div div ul{
	margin:0;
	display:inline-block;

}

.pokkiri > div div ul li{
	text-align: right;

}

.pokkiri > div div ul li span{
	display: inline-block;
	text-align:left;
	float:left;
}


.pokkiri > div div p{
	font-size:153.9%;
	margin:0;
}

.pokkiri > div div p strong{
	color:#cc178c;
}

/* -----------------------------------------------------------
	風パック・初陣
----------------------------------------------------------- */
.special {
	position: relative;
	width: 726px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #cacaca;
	background: #fff url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/top/bg_hupack.png) repeat-x top;
}

.uijin {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #cacaca;
	background: #fff url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/top/bg_uijin.png) repeat-x top;
}

.special .specialtext {
	width: 500px;
	float: right;
	text-align: center;
}

.special .specialtext h3 {
	margin-bottom: 5px;
	line-height: 48px;
	font-size: 197%;
	font-weight: bold;
	color: #fd0468;
}

.uijin .specialtext h3 {
	color: #0473fd;
}

.special .specialtext p {
	color: #666;
	margin: 0;
	font-size: 85%;
	text-align: left;
}

.special .specialtext p.date {
	margin-bottom: 5px;
	text-align: right;
}

.special .specialtext h4 {
	margin-bottom: 10px;
	font-size: 139%;
}

.special .specialtext .push {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.special .lady {
	position: relative;
	width: 210px;
	padding: 3px;
	border: 1px solid #cacaca;
	background: #fff url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/top/bg_hupack_lady.png) repeat-x top;
}

.uijin .lady {
	background: #fff url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/top/bg_uijin_lady.png) repeat-x top;
}

.special .lady p {
	margin-bottom: 0;
	font-size: 85%;
}

.special .lady .thumbnail {
	overflow: hidden;
	float: left;
	width: 100px;
	height: 133px;
	padding-right: 5px;
}

.special .lady h4 {
	padding: 5px 0;
}

.special .lady .push {
	position: absolute;
	bottom: 3px;
	right: 3px;
}


/* -----------------------------------------------------------
	女性リスト部分
----------------------------------------------------------- */
ul.tabNav {
	overflow: hidden;
	height: 31px;
	margin: 0;
}

* html ul.tabNav {/*IE6*/
	zoom: 1;
}

ul.tabNav li {
	overflow: hidden;
	width: 127px;
	padding-right: 5px;
	float: left;
}

ul.tabNav li a {
	display: block;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/top/bg_tab.png) no-repeat left top;
	color: #333;
	text-decoration: none;
	text-align: center;
}

ul.tabNav li a.active {
	border-bottom: 1px solid #fff;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/top/bg_tab_current.png) no-repeat left top;
}

ul.tabNav li a em {
	display: block;
	padding: 7px 5px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_lady.png) no-repeat 10px center;
}

ul.tabNav li.schedule a em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_schedule03.png) no-repeat 10px center;
}

ul.tabNav li.nowPlay a em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_schedule03.png) no-repeat 3px center;
}
/** 出勤表公開後不要分 **/
ul.tabNav li.scheduleWeek {
float:right;
}

ul.tabNav li.scheduleWeek a em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_schedule02.png) no-repeat 10px center;
}
/** 出勤表公開後不要分 ここまで **/

ul.tabNav li.scheduleWeekly a em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_schedule02.png) no-repeat 10px center;
}

ul#tab1,
ul#tab2 {
	margin-top: -1px;
}

ul.girlslist li p.icon {
	height: 16px;
}

ul.girlslist li p.icon img {
	float: left;
}

ul.girlslist li p.icon img.icon02 {
	float: right;
}

ul.girlslist.schedule li {
	position: relative;
	padding-bottom: 2em;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/bg_graycheck01.png) repeat;
	color: #fff;
}

ul.girlslist.schedule li p.name {
	background: #fff;
}

ul.girlslist.schedule li p.time {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: #cf1d8d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

ul.girlslist.schedule li p.standby {
	position: absolute;
	top: -1px;
	left: -1px;
	text-align: left;
}

/* -----------------------------------------------------------
	料金システム
----------------------------------------------------------- */
#system .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_system.png) no-repeat 13px 10px;
}

#system h4 {
	padding: 0 10px;
	margin: 10px 5px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/bg_subtitle03.png) repeat-x bottom;
	color: #fff;
	line-height: 27px;
}

#system table {
	width: 720px;
	margin: 0 5px 10px;
}

#system th {
	padding: 5px 10px;
	border: 1px solid #c1c1c1;
	background: #f0f0f0;
	text-align: center;
}

#system th.course {
	border: 1px solid #333;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/bg_graycheck01.png) repeat;
	color: #fff;
	text-align: left;
}

#system td {
	padding: 5px 10px;
	border: 1px solid #c1c1c1;
	background: #fff;
	text-align: left;
}

#system ul.cardlist {
	margin: 0 10px 10px;
}

#system ul.cardlist li {
	display: inline;
}

#system ul.cardlist li img {
	vertical-align: bottom;
}

#system p.credit {
	width: 720px;
	height: 50px;
	margin: 0 5px 10px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/bnr_credit.jpg) no-repeat;
}

#system p.credit em {
	visibility: hidden;
}

/* -----------------------------------------------------------
	地図
----------------------------------------------------------- */
#map .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_map.png) no-repeat 10px center;
}

#map_canvas {
 	width: 477px;
 	height: 300px;
 	margin: 5px auto;
 	border: #ccc 2px solid;
}

/* -----------------------------------------------------------
	その他アイコン設定
----------------------------------------------------------- */
#campaign .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_campaign.png) no-repeat 8px 8px;
}

#campaign.rightBox .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_note.png) no-repeat 6px 5px;
	background-size: 24px auto;
}
.note_box .inner {
	max-height: 500px;
	overflow-y: auto;
}

#caution .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_caution.png) no-repeat 8px center;
}

#recruit .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_recruit.png) no-repeat 8px center;
}

#schedule .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_schedule02.png) no-repeat 8px center;
}

#ladystab .subtitle em {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/icon_lady.png) no-repeat 8px center;
}

/* -----------------------------------------------------------
	週間出勤表
----------------------------------------------------------- */

#tab3 {
	margin-top: -1px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #E7E6E6;
}

#tab3 table {
	width:100%;
	border:1px solid #e2e2e2;
}

#tab3 table th {
border:1px solid #e2e2e2;
background-color:#d72395;
color:#ffffff;
text-align:center;
}

#tab3 table span.saturday {
color:#cee7fe;
}

#tab3 table span.sunday {
color:#fcc4c9;
}

#tab3 table td.profile img {
float:left;
padding:3px;
}

#tab3 table td.profile {
width:20%;
text-align:center;
}

#tab3 table td.profile p {
text-align:center;
padding:15px 0 0 0;
}

#tab3 table td.profile p span {
font-size:77%;
}

#tab3 table td {
width:10%;
border:1px solid #e2e2e2;
text-align:center;
vertical-align: middle;
}

#tab3 table tr.even {
background-color:#fcfee3;
}
.sec {
	overflow: hidden;
}
/**********動画用**********/
#movie_list {
	margin: 3px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
#movie_list li {
	width: calc(100% / 4 - 15px);
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
#movie_list li img {
	vertical-align: bottom;
}
.contents_movie_box_data {
	padding: 3px 1px 3px 5px;
}
#movie_list li figure {
	height: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	position: relative;
}
#movie_list li figure::after {
	background: url(https://img.undernavi.com/front/pc/common/btn_movie.png) no-repeat;
	content: "";
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	display: inline-block;
	width: 34px;
	height: 34px;
	background-size: contain;
}
#movie_list li a {
	color: rgba(236, 104, 179, 1);
	display: block;
}
#movie .elps:empty {
	height: 15px;
}
