@charset "utf-8";
/* CSS Document */
/*----------------
在籍女性一覧(SP)
(検索なし)

girl_list
 -h2
 -schedule
 -list_nav
----------------*/
/*メニュー現在地 簡易グレーアウト*/
.gnav li.gnav_glist a{
  pointer-events: none;
  opacity: 0.2;
}

.girl_list{}

/*----------------------
※top.cssよりコピペ＆一部削除
出勤情報(/schedule/)
在籍女性一覧(/girl_list/)
新人女性一覧(/newgirl_list/)
共通

出勤情報
list_cast
	-cast_l
	-cast_r
---------*/
.schedule{}

/*list_cast*/
ul.list_cast{
	display: block;
	width: 100%;
	margin-bottom: -10px;
}
ul.list_cast li.cast{
	display: table;
	float: left;
	margin: 0 8px 10px 0;
}

/*----------
左ブロック
cast_l
 -time
 -h3
 -size
 -guide
 -cast_img
 -icon
----------*/
.cast_l{
	font-size: 0.19rem;/*19px*/
	text-align: center;
	width: 285px;
	background-color: #fff;
	border: 10px solid #eee7e0;
	display: table-cell;
	vertical-align: top;
}

/*time*/
.cast_l .time{
	color: #002cc8;
	text-align: center;
	line-height: 0.38rem;
	padding-left: 0.6rem;
	border-bottom: 1px solid #eee7e0;
	background-color: #fff;
	position: relative;
}
.cast_l .time span{
	color: #fff;
	width: 0.6rem;
	height: 100%;
	display: block;
	background-color: #002cc8;
	position: absolute;
	top: 0;
	left: 0;
}
/*本日なし*/
.cast_l .time_none{}
.cast_l .time_none span{
  background-color: #eee7e0;
}

.cast_l h3{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.24rem;
	font-weight: normal;
	margin: 15px 0 13px 0;
}
.cast_l h3 .name{
	color: #002cc8;
}
.cast_l h3 .name a{
	color: inherit;
}

.cast_l .size{
	text-align:center;
	font-size: 0.17rem;/*17px*/
	line-height: 0.17rem;
	margin-bottom: 13px;
}

.cast_l .comment{
	font-size: 0.22rem;
	background-color: #ffffe6;
	line-height: 0.37rem;
	padding-top: 0.03rem;
	border-bottom: 10px solid #eee7e0;
	width: 100%;
	height: 0.37rem;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.cast_l .comment span{
	visibility: hidden;
}

/*キャスト画像*/
.cast_l a.cast_img{
	width: 265px;
	height: 353px;
	display: block;
	overflow: hidden;
	position: relative;
}
.cast_l a.cast_img img{
	height: 353px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/*アイコン*/
.cast_l .icon{
	display: block;
	padding: 12px 0 5px 0;
	background-color: #eee7e0;
	width:100%;
}
.cast_l .icon img{
	width: 130px;
	height: 40px;
	float: left;
	padding-bottom: 5px;
}
.cast_l .icon img:nth-child(odd){
	margin-right: 5px;
}

/*status　4色*/
.cast_l .status{
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.4rem;
	width: 100%;
	-webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1) inset;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1) inset;
}
/*今すぐ*/
.cast_l .bg_imasugu{
	background-color: #ff6496;
}
/*●分待ち*/
.cast_l .bg_wait{
	background-color: #ff6414;
}
/*last*/
.cast_l .bg_last{
	background-color: #ff0014;
}
/*受付終了*/
.cast_l .bg_close{
	background-color: #969696;
}
/*本日なし*/
.cast_l .bg_none{
	background-color: #f4f4f4;
}

/*右ブロック*/
ul.cast_r{
	width:25px;
	min-height: 1em;
	height: 690px;
  overflow-y: hidden;
}
ul.cast_r li{
  color:#fff;
  font-size: 0.13rem;
  line-height:1em;
  text-align:center;
  position:relative;
  padding:25px 0;
  width: 25px;
  margin-top: -25px;
  height: auto;
  overflow: hidden;
}
ul.cast_r li img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
ul.cast_r li:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  border-bottom: 25px solid #fff;
  border-left: 25px solid transparent;
  z-index: 1;
}
ul.cast_r li:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  z-index: 1;
}
ul.cast_r li span{
  width:0.17rem;
  padding-left: 0.04rem;
  padding-right: 0.04rem;
  display: block;
  z-index: 1;
}
ul.cast_r li:first-child span{
  padding-top: 0.5em;
}

/*-----------
順番変更の際は、z-indexも要変更*/
/*今すぐ(1)*/
ul.cast_r li.imasugu{
	z-index: 10;
}
ul.cast_r li.imasugu:before, 
ul.cast_r li.imasugu:after{
  border-color: #ff6496 transparent;
}
ul.cast_r li.imasugu span{
  background-color: #ff6496;
}

/*新人(2)*/
ul.cast_r li.newgirl{
	z-index: 9;
}
ul.cast_r li.newgirl:before, 
ul.cast_r li.newgirl:after{
  border-color: #14c83c transparent;
}
ul.cast_r li.newgirl span{
  background-color: #14c83c;
}

/*人気ランク(3)*/
ul.cast_r li.rank1{
	z-index: 8;
}
ul.cast_r li.rank1:before, 
ul.cast_r li.rank1:after{
  border-color: #D6AB75 transparent;
}
ul.cast_r li.rank1 span{
  background-color: #D6AB75;
}

/*アクセスランク(4)*/
ul.cast_r li.access{
	z-index: 7;
}
ul.cast_r li.access:before, 
ul.cast_r li.access:after{
  border-color: #78C3FE transparent;
}
ul.cast_r li.access span{
  background-color: #78C3FE;
}

/*新人ランク(5)*/
ul.cast_r li.new_rank{
	z-index: 6;
}
ul.cast_r li.new_rank:before, 
ul.cast_r li.new_rank:after{
  border-color: #3fab57 transparent;
}
ul.cast_r li.new_rank span{
  background-color: #3fab57;
}

/*オプション無料(6)*/
ul.cast_r li.op_free{
	z-index: 5;
}
ul.cast_r li.op_free:before, 
ul.cast_r li.op_free:after{
  border-color: #0033FF transparent;
}
ul.cast_r li.op_free span{
	word-wrap: break-word;
  background-color: #0033FF;
}
/*ここまで要変更
-----------*/

/*※共通ここまで
----------------------*/

/*----------------------
※schedule.cssよりコピペ
出勤情報(/schedule/)
在籍女性一覧(/girl_list/)
新人女性一覧(/newgirl_list/)
イベント動画一覧(/event_movie/)
バラエティコース動画一覧(/option_movie/)
リアルタイム速報一覧(/realtime/)
共通

最下部ページャ
list_nav
	-p
	-ul
---------*/
.list_nav{
	padding: 30px 20px 0 20px;
}

.list_nav p{
	color: #333;
	font-size: 0.25rem;
	text-align: center;
	margin-bottom: 20px;
}

.list_nav ul{
	width: 100%;
	background-color: #c2ab91;
	display: table;
}
.list_nav ul li{
	color: rgba(255,255,255,0.5);
	font-size: 0.25rem;
	text-align: center;
	line-height: 0.8rem;
	display: table-cell;
}
.list_nav ul li:first-of-type{
	border-right: 1px solid #fff;
}
.list_nav ul li a{
	color: rgba(255,255,255,1);
	display: block;
}

/*※共通ここまで
----------------------*/