@charset "utf-8";
/*
	TSS用サイトカラー変更用CSS
*/


/* 共通項目 */
/* 共通項目：項目タイトル */
.tss_companion .title {
	color: inherit;
	background-color: White;
	border-color: Black;
}

/* 今日の出勤一覧 */
/* 今日の出勤一覧：時間枠背景1(10:00-15:00) */
.tss_companionlist_today.tss_companion_today1 .tss_companion_list {
	color: inherit;
	background-color: Azure;
}
/* 今日の出勤一覧：時間枠背景1(10:00-15:00)：時間表示タイトル */
.tss_companionlist_today.tss_companion_today1 .tss_companion_title {
	color: Black;
	background-color: Pink;
	border-color: White;
}
/* 今日の出勤一覧：時間枠背景2(15:00-20:00) */
.tss_companionlist_today.tss_companion_today2 .tss_companion_list {
	color: inherit;
	background-color: Ivory;
}
/* 今日の出勤一覧：時間枠背景2(15:00-20:00)：時間表示タイトル */
.tss_companionlist_today.tss_companion_today2 .tss_companion_title {
	color: Black;
	background-color: Pink;
	border-color: White;
}
/* 今日の出勤一覧：時間枠背景3(20:00-24:00) */
.tss_companionlist_today.tss_companion_today3 .tss_companion_list {
	color: inherit;
	background-color: MistyRose;
}
/* 今日の出勤一覧：時間枠背景3(20:00-24:00)：時間表示タイトル */
.tss_companionlist_today.tss_companion_today3 .tss_companion_title {
	color: Black;
	background-color: Pink;
	border-color: White;
}
/* 今日の出勤一覧：女の子表示背景 */
.tss_companionlist_today .tss_companion_data {
	background-color: LightGoldenRodYellow;
	border-color: Black;
}

/* 在籍一覧 */
/* 在籍一覧：女の子表示エリア */
.tss_companionlist_all .companion {
	background-color: inherit;
	border-color: Gray;
}
/* 在籍一覧：ラベル */
.tss_companionlist_all .photoframe .label {
	color: Black;
	background-color: White;
}
/* 在籍一覧：ラベル内 名前など */
.tss_companionlist_all .label .name {
	color: inherit;
}
/* 在籍一覧：本日出勤 */
.tss_companionlist_all .today {
	color: Red;
}
/* 在籍一覧：次回出勤 */
.tss_companionlist_all .next {
	color: inherit;
}
/* 在籍一覧：出勤未定 */
.tss_companionlist_all .unknown {
	color: Gray;
}

/* 個人ページ */
/* 個人ページ：特徴（NGの場合） */
.tss_companion_features_items>div {
	color: White;
	background-color: LightGray;
	border-color: LightGray;
}
/* 個人ページ：特徴：AFOK */
.tss_features_item_afplay.enable {
	color: Red;
	background-color: Pink;
	border-color: Pink;
}
/* 個人ページ：特徴：潮吹き有 */
.tss_features_item_shiofuki.enable {
	color: Blue;
	background-color: Aqua;
	border-color: Aqua;
}
/* 個人ページ：特徴：喫煙者 */
.tss_features_item_tabacco.smoker {
	color: Orange;
	background-color: Maroon;
	border-color: Maroon;
}
/* 個人ページ：特徴：非喫煙者 */
.tss_features_item_tabacco.nonsmoker {
	color: Green;
	background-color: LightGreen;
	border-color: LightGreen;
}
/* 個人ページ：ショートコメント */
.tss_companion_shortcomment {
	color: inherit;
	background-color: AntiqueWhite;
	border-color: AntiqueWhite;
}
/* 個人ページ：ブログリンク：表示エリア */
.tss_companion .tss_companion_blog .list {
	background-color: inherit;
}
/* 個人ページ：奥様Q&A：質問 */
.tss_companion .tss_companion_profile .base .question {
	color: Red;
}
/* 個人ページ：奥様Q&A：回答 */
.tss_companion .tss_companion_profile .base .anser {
	color: Blue;
}
/* 個人ページ：基本プレイ：表示エリア */
.tss_companion .tss_companion_basicplay .itemlist {
	background-color: inherit;
}
/* 個人ページ：基本プレイ：OK */
.tss_companion .tss_companion_basicplay .itemlist .enable {
	color: White;
	background-color: Orange;
	border-color: Orange;
}
/* 個人ページ：基本プレイ：NG */
.tss_companion .tss_companion_basicplay .itemlist .disable {
	color: White;
	background-color: LightGray;
	border-color: LightGray;
}
/* 個人ページ：オプションプレイ：表示エリア */
.tss_companion .tss_companion_optionplay .itemlist {
	background-color: inherit;
}
/* 個人ページ：オプションプレイ：OK */
.tss_companion .tss_companion_optionplay .itemlist .enable {
	color: Black;
	background-color: White;
	border-color: Black;
}
/* 個人ページ：オプションプレイ：NG */
.tss_companion .tss_companion_optionplay .itemlist .disable {
	color: White;
	background-color: LightGray;
	border-color: LightGray;
}

/* スケジュール(スケジュール一覧/個人ページ：スケジュール共通) */
/* スケジュール：日曜 */
.tss_week_0 {
	color: Red;
	background-color: MistyRose;
}
/* スケジュール：月曜 */
.tss_week_1 {
	color: inherit;
	background-color: inherit;
}
/* スケジュール：火曜 */
.tss_week_2 {
	color: inherit;
	background-color: inherit;
}
/* スケジュール：水曜 */
.tss_week_3 {
	color: inherit;
	background-color: inherit;
}
/* スケジュール：木曜 */
.tss_week_4 {
	color: inherit;
	background-color: inherit;
}
/* スケジュール：金曜 */
.tss_week_5 {
	color: inherit;
	background-color: inherit;
}
/* スケジュール：土曜 */
.tss_week_6 {
	color: Blue;
	background-color: Azure;
}
/* スケジュール：休み */
.tss_companion_schedule td.offwork {
	color: inherit;
	background-color: LightGray;
}
/* スケジュール：出勤日 */
.tss_companion_schedule td.working {
	color: inherit;
	background-color: inherit;
}
/* スケジュール：予約などのボタン表示エリア */
.tss_companion_schedule .reserve {
	background-color: inherit;
}

/* メルマガ登録・解除フォーム画面 */
/* メルマガ登録・解除フォーム画面：入力エリア */
#tss_mailmagazine .inputarea {
	background-color: inherit;
}
/* メルマガ登録・解除フォーム画面：確認エリア */
#tss_mailmagazine .confirmarea {
	background-color: HoneyDew;
}
/* メルマガ登録・解除フォーム画面：完了エリア */
#tss_mailmagazine .finisharea {
	background-color: LavenderBlush;
}
/* メルマガ登録・解除フォーム画面：エラーメッセージ */
#tss_mailmagazine .error {
	color: Red;
}

/* 予約フォーム画面 */
/* 予約フォーム画面：入力エリア */
#tss_order .inputarea {
	background-color: inherit;
}
/* 予約フォーム画面：確認エリア */
#tss_order .confirmarea {
	background-color: HoneyDew;
}
/* 予約フォーム画面：完了エリア */
#tss_order .finisharea {
	background-color: LavenderBlush;
}
/* 予約フォーム画面：エラーメッセージ */
#tss_order .error {
	color: Red;
}

/* ブログ一覧 */
/* ブログ一覧：バナーなし */
.tss_no_banner {
	color: inherit;
	background-color: inherit;
	border-color: LightGray;
}
/* ブログ一覧：バナーなし：マウスオーバー時 */
.tss_no_banner:hover {
	color: White;
	background-color: LightGray;
	border-color: LightGray;
}
