/* 姫君紹介 */

h2{
	width: 123px;
	height: 30px;
	background: url(../img/girls/girls.png) no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
}

h2#schedule{
	background: url(../img/girls/schedule.png) no-repeat;
}

#girls_contents{
	overflow: hidden;
	height: 1%;
	padding: 5px 0 0 10px;
}

.girls{
	float: left;
	display: inline;
	width: 216px;
	margin-right: 12px;
	background: url(../img/girls/girls_bg.png);
	text-align: center;
	padding: 8px 0 5px 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.girls a{
	display: block;
	margin: 0 auto;
	width: 200px;
}

.girls span{
	display: block;
	margin-bottom: 5px;
}

.last{
	margin-right: 0 !important;
}

.girls p{
	height: 24px;
	line-height: 24px;
}

.girls p img{
	vertical-align: bottom;
}

.girls p a{
	display: inline;
}

/* サンプル */


.sample .girls{
	float: left;
	display: inline;
	width: 216px;
	margin-right: 12px;
	background: url(../img/girls/cast_bg.jpg);
	text-align: center;
	padding: 12px 0 0 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.sample .girls a.cast{
	display: block;
	margin: 0 auto;
	width: 192px;
	height: 256px;
	position: relative;
}

.sample .girls a.cast img.photo{
	width: 192px;
	height: 256px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	position:relative;
	behavior: url("PIE/PIE.htc");
	box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
}

.sample .girls a.cast img.space{
	width: 192px;
	height: 256px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.sample .girls span.name{
	display: block;
	background: url(../img/girls/name_20140619.png) no-repeat center center;
}

.sample .last{
	margin-right: 0 !important;
}

.sample .girls p{
	background: url(../img/girls/cast_name_bg.jpg) no-repeat bottom left;
	padding:5px 0;
	height: auto;
	line-height: 24px;
}

.sample .box{
	clear: both;
	overflow: hidden;
}

.weekly_menu{
	overflow: hidden;
	padding-left: 1px;
}

.weekly_menu li{
	float: left;
	display: inline;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 10px;
}

.weekly_menu li a,
.weekly_menu li span{
	display: block;
	width: 120px;
	padding: 10px 0;
	font-weight: bold;
	text-decoration: none;
	margin: 1px;
}

.weekly_menu li a{
	background: #b5001d;
	color: #ffffff;
}

.weekly_menu li a:hover,
.weekly_menu li span{
	background: #ffffff;
	color: #b5001d;
}


