@CHARSET "UTF-8";

/*******************************
	女の子詳細
*******************************/
.gal_detail_summary {
	padding: 0 10px;
	text-align: center;
}
.gal_detail_summary .name span {
	display: inline-block;
	font-size: 30px;
	text-align: left;
}
.gal_detail_summary .profile {
	font-size: 14px;
}
.gal_detail_summary .schedule {
	margin: auto;
	line-height: 30px;
}
.gal_detail_summary .schedule {
	font-weight: bold;
	color: #ff4d4c;
}
.gal_detail_summary .schedule .description {
	display: inline-block;
}
.gal_detail_summary .schedule .hour {
	display: inline-block;
}
.gal_detail_summary .schedule .standby {
	display: inline-block;
	background-color: #ff4d4c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 10px;
	white-space: nowrap;
}
.gal_detail_summary .schedule.off {
	color: #999;
}
.gal_detail_photo {
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
}
.gal_detail_photo .photo img {
	max-width: 320px;
	max-height: 320px;
}
.gal_detail_photo .touchslider {
	position: relative;
}
.gal_detail_photo .touchslider .thumbnails {
	margin-bottom: 5px;
}
.gal_detail_photo .placeholder {
	position: relative;
	display: inline-block;
}
.gal_detail_photo .touchslider .touchslider-nav-item {
	border: solid 1px #fff;
	display: inline-block;
	vertical-align: middle;
}
.gal_detail_photo .touchslider .touchslider-nav-item.touchslider-nav-item-current {
	border: solid 1px #ff9900;
}
.gal_detail_photo .touchslider .touchslider-viewport {
	width: 320px;
	height: 320px;
	overflow: hidden;
	margin: auto;
}
.gal_detail_photo .touchslider .touchslider-item {
	width: 320px;
	height: 320px;
	padding: 0;
	display: table;
}
.gal_detail_photo .touchslider .touchslider-item img {
	max-width: 320px;
	max-height: 320px;
}
.gal_detail_photo .touchslider .touchslider-item div {
	display: table-cell;
	vertical-align: middle;
}
.gal_detail_photo .touchslider .touchslider-prev,
.gal_detail_photo .touchslider .touchslider-next {
	position: absolute;
	display: block;
	width: 16px;
	height: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gal_detail_photo .touchslider .touchslider-prev {
	background: url(../../img/icon/touchslider_left.png) no-repeat 50% 50%;
	-webkit-background-size: 16px 26px;
	background-size: 16px 26px;
	left: 0;
}
.gal_detail_photo .touchslider .touchslider-next {
	background: url(../../img/icon/touchslider_right.png) no-repeat 50% 50%;
	-webkit-background-size: 16px 26px;
	background-size: 16px 26px;
	right: 0;
}

.thumbnail_block img {
	border: solid 1px #FFFFFF;
}

.gal_detail_profile dl {
	font-size: 16px;
}
.gal_detail_profile dt {
	color: #009999;
	background-color: #f6f6f6;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 10px;
	line-height: 1.5;
	font-size: 14px;
}
.gal_detail_profile dd {
	margin: 0 10px 15px 10px;
	line-height: 1.5;
}

/*******************************
	プロフィール
*******************************/
.profile {
	padding: 0 10px;
}
.profile .style1 dd {
	word-break: break-all;
}

/*******************************
	週間出勤予定
*******************************/
.weekly_schedules {
	padding: 0 10px;
}
.weekly_schedules .title {
	font-size: 12px;
	border-left: solid 2px #000;
	padding-left: 10px;
	margin-bottom: 5px;
}
.weekly_schedules .body {
	font-size: 16px;
	padding-left: 12px;
}
.weekly_schedules .body dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ddd;
}
.weekly_schedules .body dt {
	font-weight: bold;
	font-size: 13px;
	line-height: 2.0;
}
