
/**	prof slider start **/

#sliderContainer{
	font-size: 0;
	line-height: 0;
	padding: 10px 0;
	background: url(img/box.gif) top center;
	-webkit-background-size: 315px 315px;
	background-size: 315px 315px;
}

#flame{
	width: 229px;
	height: 304px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 5px auto;
}

ul#slider{
	margin-left: 0;
	width: 1299px;
	height: 304px;
	overflow: hidden;
	position: relative;
}

ul#slider li{
	float: left;
	width: 229px;
	position: absolute;
}

ul#slider li img{
	padding: 1px;
	border: 1px solid #d5bc65;
}

ul#slideIcon{
	width: 300px;
	height: 60px;
	position: relative;
	margin: 0 auto;
}

ul#slideIcon li{
	display: inline-block;
	width: 40px; /* no change */
	height: 50px; /* no change */
	position: absolute;
	text-indent: -9999px;
	float: left;
}

ul#slideIcon li#prev{
	left: 0;
	top: -181px;
	background: url(../../index.html) no-repeat 0 0;
	background-size: 40px 50px;
	-webkit-background-size: 40px 50px;
	-moz-background-size: 40px 50px;
}

ul#slideIcon li#next{
	right: 0;
	top: -181px;
	background: url(../../index.html) no-repeat 0 0;
	background-size: 40px 50px;
	-webkit-background-size: 40px 50px;
	-moz-background-size: 40px 50px;
}

.thumbnail li{
	display: block;
	margin: 0 auto;
	width: 304px; /* no change */
	height: 404px; /* no change */
}

#btnPagination{
	margin: -60px 0 0 0;
	text-align: center;
}

.thumbnailNavi li{
	display: inline-block;
	overflow: hidden;
	margin: 0 1px;
}

.thumbnailNavi li img /* thum */{
	padding: 1px;
	border: 1px solid #ddd;
	opacity: 0.7;
}

.thumbnailNavi li a{
	display: block;
}

.thumbnailNavi li.active img /* thum selected */{
	border: 1px solid #d5bc65;
	opacity: 1;
}

#sliderContainer ul:after{
	content: "";
	display: block;
	clear: both;
}

/**	prof slider end **/


/** girl **/

#girl .name{
	padding: 15px 0;
}

#girl .name div{
	position: relative;
	width: 320px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #333;
	margin: 0 auto;
}

#girl .name font{
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

#girl .name em{	color: #698463;}

#girl .name .icon{
	font-size: 0;
	line-height: 0;
	display: inline-block;
	position: absolute;
	top: -119px;
	right: 60px;
}

#girl .name p img{
	display: inline-block;
	margin: 0 3px 0 0;
}

#girl .bt_bg{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#girl table{
	width: 100%;
	font-size: 13px;
	line-height: 18px;
}

#girl th{
	width: 115px;
	font-weight: normal;
	text-align: left;
	color: #b09246;
	padding: 7px 0;
	border-bottom: 1px dotted #ddd;
}

#girl th p{
	padding-left: 10px;
}

#girl td{
	padding: 7px 0;
	border-bottom: 1px dotted #ddd;
}

#girl tr:last-child th,
#girl tr:last-child td{
	border-bottom: none;
}


/** comment **/

.comment{
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
}


/** schedule **/

#schedule{
}

.sche{
	margin: 0;
	padding: 10px 0 0 0;
}

.sche ul{
	font-size: 0;
	line-height: 0;
	padding: 0 10px;
}

.sche li{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sche .sche_th,
.sche .sche_td{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	font-size: 13px;
	line-height: 14px;
}

.sche .sche_th{
	width: 120px;
	padding: 0;
	border-bottom: none;
	color: #b09246;
}

.sche .sche_td{
	font-size: 13px;
	line-height: 14px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tel{	color		: #c4a66c;}
.off{	color		: #ccc;}
.sat{	color		: #0066ff;}
.sun{	color		: #ff0000;}

#schedule .bt_bg{
	padding: 10px;
	text-align: right;
}

#schedule .bt1{
	display: inline-block;
	width: 140px;
	font-size: 10px;
	font-weight: normal;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	line-height: 15px;
	text-shadow: none;
	padding: 5px 0;
}


/** op **/

#op ul{
	font-size: 0;
	line-height: 0;
}

#op li{
	display: inline-block;
	width: 50%;
	font-size: 13px;
	line-height: 25px;
	padding: 10px 0;
	border-bottom: 1px dotted #d6caac;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#op li p{
	padding-left: 38px;
}

#op li:nth-child(odd){
	border-right: 1px dotted #d6caac;
}

#op li.ok{	background: url(../../index.html) no-repeat 10px 10px;-webkit-background-size: 25px 25px;background-size: 25px 25px;}
#op li.sp{	background: url(../../index.html) no-repeat 10px 10px;-webkit-background-size: 25px 25px;background-size: 25px 25px;}
#op li.ng{	background: url(../../index.html) no-repeat 10px 10px;-webkit-background-size: 25px 25px;background-size: 25px 25px;}
#op li.ng{color: #999;}
