@CHARSET "UTF-8";
/* 変更したい箇所をdesign.cssからコピーして変更すると良い */


.contact .data .required i
{
	color: red;
} 

#header_back{
	/* [disabled]background-image:url(/img/header_back.jpg); */
	/* [disabled]background-position: center top; */
}

#menu_back{
	/* [disabled]background-image: url(/img/menu.jpg); */
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background-color: rgba(0,0,0,0.8);
}

.linkl table{

}

.profile a{
	color:#FFF;
}

.profile .sizeC{
	color:#FFF;
}

.sub{
	/* [disabled]float: right; */
	/* [disabled]margin-top: 12px; */
	/* [disabled]margin-right: 8px; */
	font-size: 8px;
	color: #FF9;
	text-align: center;
	font-weight: normal;
}

.c_comment{
	padding: 5px;
	background-color: #333;
	display: block;
}

.t_name,t_age{
	padding-left: 3px;
}

.scheduleTable:last-child{
	margin-bottom:0;
}

#pickupGirl #infoFrame .info hr{
	margin:5px 0;
}

img.new{
	position: absolute;
	left: 5px;
	/* [disabled]top: 5px; */
	bottom: 5px;
}

.t_schedule{
	padding: 2px;
	background-color: #111;
	text-align: center;
	font-size: 11px;
	border: 1px solid #333;
	color: #FF0;
}

.access{
	text-align:center;
	margin:5px;
}

.credit:hover{
	opacity:0.6;
	text-decoration:none;
}

img {
	max-width:100%;
}

/** スケジュールページ専用CSS **/
#schedule_day {
	margin-left: -2px;
	margin-right: -2px;
	text-align:center;
	display: flex;
}
#schedule_day .day-col {
	color: #FFF;
	text-align: center;
	position: relative;
	min-height: 1px;
	padding: 10px 0;
	text-decoration: none;
	margin: 0.1%;
	background-color: #666666;
	display: inline-block;
	font-size: 10px;
	flex: 1;
}
#schedule_day .day-col:hover {
	text-decoration: none;
	opacity:0.6;
}
#schedule_day .day-col.day-active {
	background-color: #333333;
}
.sc .btn-default {
	color: #FFF;
	background-color: #666666;
	border: none;
	border-radius: 0;
	padding: 4px;
	display: block;
    width: 200px;
    margin: 5px 10px 5px auto;
    text-align: center;
}
.sc .list-staff {
	min-height: 200px;
}

.hsche{
	background-color:#CCC;
	color:#000;
	padding:5px;
	text-align:center;
}