@charset "shift_jis";
/* CSS Document */
#cast_profile .cast_schedule table td {
    padding: 1px 0;	
}
#cast_profile .cast_schedule table td .sat {
	color: #26678d;
}
#cast_profile .cast_schedule table td .sun {
	color: #971f3a;
}

/* test */
#cast_profile .cast_schedule table td .shop__1 {
    width: 96%;
    background: gray;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* 五反田 */
#cast_profile .cast_schedule table td .shop__2 {
    width: 96%;
    background: #ff0b93;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* H水戸 */
#cast_profile .cast_schedule table td .shop__3 {
    width: 96%;
    background: #de003e;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* D水戸 */
#cast_profile .cast_schedule table td .shop__4 {
    width: 96%;
    background: #04b3f2;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* 吉原 */
#cast_profile .cast_schedule table td .shop__5 {
    width: 96%;
    background: #fe0000;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* バイオ */
#cast_profile .cast_schedule table td .shop__6 {
    width: 96%;
    background: #5d9a00;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* ハート */
#cast_profile .cast_schedule table td .shop__7 {
    width: 96%;
    background: #ff5e88;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* 福岡 */
#cast_profile .cast_schedule table td .shop__20 {
    width: 96%;
    background: #ffaf47;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
/* 福岡H&D */
#cast_profile .cast_schedule table td .shop__24 {
    width: 96%;
    background: #f875aa;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
/* DX */
#cast_profile .cast_schedule table td .shop__25 {
    width: 96%;
    background: #ca4c7a;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

/* girls_list */
li.cast p.time {
    width: 60%;
    padding-left: 3px;
	margin: 12px 0 5px;
    float: left;
    overflow: hidden;
	font-size: 12px;
	display: block;
}
li.cast p.time a {
	color: #fff;
	font-size: 12px;
    height: 24px;
    line-height: 24px;
}
li.cast p.time span.time_txt_01,
li.cast p.time span.time_txt_02 {
	width: 100%;
    height: 24px;
    line-height: 24px;
	padding: 0;
	color: #fff;
	background-color: #3a3637;
    overflow: hidden;
	display: block;
    text-align: center;
}
li.cast p.time span.time_txt_02 a {
	color: #fff;
	font-size: 12px;
}
li.cast p.time span.time_txt_01 .schedule_text_a,
li.cast p.time span.time_txt_02 .schedule_text_a {
	width: 23%;
    float: left;
    background: #000;
	position: relative;
	display: block;
    text-align: center;
}
li.cast p.time span.time_txt_01 .schedule_text_a:after,
li.cast p.time span.time_txt_02 .schedule_text_a:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: '';
    margin-top: -8px;
    position: absolute;
    right: -7px;
    top: 50%;
}
li.cast p.time span.time_txt_01 .schedule_text_a:after {
	border-left: 8px solid #000;
}
li.cast p.time span.time_txt_01 .schedule_text_b,
li.cast p.time span.time_txt_02 .schedule_text_b {
	width: 77%;
}
/* test */
.time_txt_02 .shop__1 {
    background: blue !important;
}
.time_txt_02 .shop__1:after {
	border-left: 8px solid blue;
}
/* 五反田 */
.time_txt_02 .shop__2 {
    background: #ff0b93 !important;
}
.time_txt_02 .shop__2:after {
	border-left: 8px solid #ff0b93;
}
/* H水戸 */
.time_txt_02 .shop__3 {
    background: #de003e !important;
}
.time_txt_02 .shop__3:after {
	border-left: 8px solid #de003e;
}
/* D水戸 */
.time_txt_02 .shop__4 {
    background: #04b3f2 !important;
}
.time_txt_02 .shop__4:after {
	border-left: 8px solid #04b3f2;
}
/* 吉原 */
.time_txt_02 .shop__5 {
    background: #fe0000 !important;
}
.time_txt_02 .shop__5:after {
	border-left: 8px solid #fe0000;
}
/* バイオ */
.time_txt_02 .shop__6 {
    background: #5d9a00 !important;
}
.time_txt_02 .shop__6:after {
	border-left: 8px solid #5d9a00;
}
/* ハート */
.time_txt_02 .shop__7 {
    background: #ff5e88 !important;
}
.time_txt_02 .shop__7:after {
	border-left: 8px solid #ff5e88;
}
/* 福岡 */
.time_txt_02 .shop__20 {
    background: #ffaf47 !important;
}
.time_txt_02 .shop__20:after {
	border-left: 8px solid #ffaf47;
}
/* 福岡 H&D */
.time_txt_02 .shop__24 {
    background: #f875aa !important;
}
.time_txt_02 .shop__24:after {
	border-left: 8px solid #f875aa;
}
/* DX */
.time_txt_02 .shop__25 {
    background: #ca4c7a !important;
}
.time_txt_02 .shop__25:after {
	border-left: 8px solid #ca4c7a;
}





li.cast .newface_data {
	height: auto;
}