@CHARSET "UTF-8";

/*******************************
	女の子詳細
*******************************/
.gal_detail_summary {
	padding: 0 10px;
	text-align: center;
}
.gal_detail_summary .name span {
	display: inline-block;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}
.gal_detail_summary .description span {
	display: inline-block;
	text-align: left;
	font-size: 14px;
}
.gal_detail_summary .profile_summary {
	font-size: 14px;
}

.gal_detail_summary .schedule {
	display: table;
	border: solid 1px #3184c5;
	text-align: center;
	width: 95%;
	width: calc(100% - 10px);
	max-width: 400px;
	box-sizing: border-box;
	line-height: 26px;
	height: 32px;
	color: #fff;
	margin: 10px auto;
	margin-bottom: 15px;
}
.gal_detail_summary .schedule .description {
	display: table-cell;
	width: 50%;
	background-color: #3184c5;
	vertical-align: middle;
}
.gal_detail_summary .schedule .hours {
	display: table-cell;
	width: 50%;
	color: #3184c5;
	font-weight: bold;
	vertical-align: middle;
}
.gal_detail_summary .schedule.full {
	border-color: #cc3333;
}
.gal_detail_summary .schedule.full .description {
	background-color: #cc3333;
}
.gal_detail_summary .schedule.full .hours {
	color: #cc3333;
}
.gal_detail_summary .schedule.finished {
	border-color: #999;
}
.gal_detail_summary .schedule.finished .description {
	background-color: #999;
}
.gal_detail_summary .schedule.finished .hours {
	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: 0 5px 5px 5px;
}
.gal_detail_photo .touchslider .touchslider-nav-item {
	display: block;
	float: left;
	width: 11.111%;
	position: relative;
}
.gal_detail_photo .touchslider .touchslider-nav-item:before {
	content:"";
	display: block;
	padding-top: 130%;
}
.gal_detail_photo .touchslider .touchslider-nav-item .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.gal_detail_photo .touchslider .thumbnails img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 80px;
	box-sizing: border-box;
	border: solid 2px transparent;
}
.gal_detail_photo .touchslider .thumbnails img.vertical {
	width: auto;
	height: 100%;
	max-height: 80px;
}
.gal_detail_photo .touchslider .touchslider-nav-item.touchslider-nav-item-current img {
	border: solid 2px #f7a52a;
}
.gal_detail_photo .placeholder {
	position: relative;
	display: inline-block;
}
.gal_detail_photo .touchslider .touchslider-viewport {
	width: 320px;
	height: 360px;
	overflow: hidden;
	margin: auto;
}
.gal_detail_photo .touchslider .touchslider-item {
	width: 320px;
	padding: 0;
	display: table;
}
.gal_detail_photo .touchslider .touchslider-item img {
	max-width: 320px;
	max-height: 360px;
}
@media screen and (min-width: 360px) {
	.gal_detail_photo .touchslider .touchslider-viewport {
		width: 360px;
		height: 400px;
	}
	.gal_detail_photo .touchslider .touchslider-item {
		width: 360px;
		height: 400px;
	}
	.gal_detail_photo .touchslider .touchslider-item img {
		max-width: 360px;
		max-height: 400px;
	}
}
.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: 28px;
	height: 45px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.2);
	-webkit-background-size: 18px 35px;
	background-size: 18px 35px;
	padding: 5px;
}
.gal_detail_photo .touchslider .touchslider-prev {
	background-image: url(../../img/sma/icon/left2.png?2);
	left: 0;
}
.gal_detail_photo .touchslider .touchslider-next {
	background-image: url(../../img/sma/icon/right2.png?2);
	right: 0;
}

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

/*******************************
	プロフィール
*******************************/
.profile {
	padding: 0 10px;
}

.profile .play_list dd {
	font-size: 14px;
}
.profile .play_list li {
	display: block;
	float: left;
	width: 50%;
	margin: 2px 0;
	text-indent: -1.5em;
	padding-left: 1.5em;
	padding-right: 10px;
	box-sizing: border-box;
}
.profile .play_list li.impossible {
	color: #999;
}
.profile .play_list li:before {
	content: "○ ";
}
.profile .play_list li.impossible:before {
	content: "× ";
}

/*******************************
	週間出勤予定
*******************************/
.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;
}
