@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
こちらはFun！Castプラグイン用CSSです。
　※ プラグインの色味が合わないなど、の場合に追加して下さい。
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/**************************************
 FUN タブ
**************************************/

/* タブ */
.fun_tab_wrap
{
	display: flex;
	
	background: linear-gradient(rgba(255, 148, 148, .7), rgba(255, 148, 148, .1));
	border-radius: 0.25rem;

	padding: 0.125rem 0.25rem 0;
	margin-bottom: 0.25rem;

	width: 100%;
}

.fun_tab
{
	display: inline-block;

	border: 1px solid rgba(255, 148, 148, 1);
	border-bottom: none!important;
	border-radius: 6px 6px 0 0;

	color: white;
	background: linear-gradient(rgba(255, 148, 148, .1), rgba(255, 148, 148, .7));

    order: -1;
	cursor: pointer;	
	text-align: center;

	padding: 1rem 2rem;
	margin-right: -0.25rem;
}
.fun_tab.active
{
	border: 1px solid rgba(255, 148, 148, 1);

	background: linear-gradient(rgba(255, 148, 148, 1), rgba(255, 148, 148, 1));
}



/**************************************
* 女性詳細ページ
**************************************/

.text-info
{
	color: red;
}

/* アイコン */
.cast_icons span
{
	margin-left: 0.5em;
}
.cast_icons .pickup{
	color: orange;
}
.cast_icons .new{
	color: red;
}
.cast_icons .upd{
	color: #F6706F;
}

/*-------------------------------------
 タブ
 ※ プロフィール、口コミを切り替える部分 
-------------------------------------*/

/* アクティブなタブ */
.fun_tab a label.active {
	border: 1px solid #ff6666;

	background: linear-gradient(#ff6666,#5a0001);
}




/* 口コミ */
.review_list .item_review
{
	background-color: #eee;
}
.review_list .item_review .cast_name
{
	color: #999 ;
}
.review_list .item_review .date
{
	color: #999;
}

/*-------------------------------------
 スケジュール表
-------------------------------------*/
.schedule_table th{
	background: hsl(240, 0%, 75%)!important;
	color: white!important;
}
.schedule_table th a{
	color: white!important;
}

.schedule_table th.saturday a
{
	color: #3399ff!important;
}
.schedule_table th.sunday a
{
	color: hsl(220, 85%, 55%)!important;
	color: red!important;
}

/*-------------------------------------
 稼働表
-------------------------------------*/
#booking_container .ui-tabs,
#booking_container .ui-tabs-panel
{
	background-color: #fff;
	background-image: none;
}
#booking_container .ui-tabs-nav
{
	background-color: #ccc;
	background-image: none;	
}
#booking_container .ui-tabs-tab.ui-tabs-active a
{
	color:white!important;
}
/**************************************
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ウィジェット別
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**************************************/

.widget.ranking .ranking_class_id_1 .ranking_title,
.widget.ranking .ranking_class_id_1 .item,
.widget.ranking .ranking_class_id_1 .item span
{
	color: rgb(255, 148, 148)!important;
}
.widget.ranking .ranking_class_id_2 .ranking_title,
.widget.ranking .ranking_class_id_2 .item,
.widget.ranking .ranking_class_id_2 .item span
{
	color: rgb(249, 19, 96)!important;
}
.widget.ranking .ranking_class_id_3 .ranking_title,
.widget.ranking .ranking_class_id_3 .item,
.widget.ranking .ranking_class_id_3 .item span
{
	color: rgb(191, 58, 196)!important;
}
.widget.ranking .ranking_class_id_4 .ranking_title,
.widget.ranking .ranking_class_id_4 .item,
.widget.ranking .ranking_class_id_4 .item span
{
	color: rgb(191, 58, 196)!important;
}






/**************************************
 その他
**************************************/

/* fc_title 
   キャスト一覧ページの一番上のタイトル等 */
.fc_title{
    background: none;
	color: #666
}

/* 待ち姫メッセージ */
.cast_list .item .wait_message {
    color: darkpink;
}


/* ガイドメッセージ色 */
.fc_color_guide{
	color: deeppink;
}