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

/**************************************
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ページ別
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**************************************/


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

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


/* 週間予定表を非表示 */
.cast_detail .booking_week
{
	display: none;
}





/**************************************
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　共通CSS
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
**************************************/

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

/* fc_title キャスト一覧ページの一番上のタイトル */
.fc_title{
    background: url('img/title1_bg.png') 0 0 no-repeat;
    background-size: cover;
    border-radius: 5px;
}

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


