@charset "utf-8";
/* 
CSS Information
 File name:      top.css
 Author:         Administrator
 Style Info:     /index.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
#sliderBox {
	position: relative;
}

#slider li { 
	width: 320px;
	height: 113px;
}

.schedule .girlsList {
	padding-left: 11px;
}

.schedule .girlsList li {
	margin-right: 11px;
	border: 1px solid #32a9d0;
	background: #32a9d0;
}

.schedule .girlsList li a {
	color: #fff;
}

.schedule .girlsList .photo {
	margin-bottom: 0;
}

.schedule .girlsList .data {
	height: 2.8em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
}

.girlsList .data em {
	color: #fff;
}
/* #top
***********************************/
/* 続きを見るボタンの設定 */
.pickup,
.newface,
.news {
	position: relative;
	margin-bottom: 45px;
	border-bottom: 2px solid #4897c0;
}

p.more {
	position: absolute;
	bottom: -28px;
	right: 0;
	width: 100%;
	font-size: 108%!important;
}

p.more a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 30px;
	margin-left: 85px;
	-moz-border-radius: 0 0 0 20px / 0 0 0 20px;
	-webkit-border-radius: 0 0 0 20px / 0 0 0 20px;
	border-radius: 0 0 0 20px / 0 0 0 20px;
	background: #1B89CF;
	text-align: right;
	color: #fff;
}

p.more a::after {
	content: url(../img/icon/icon_arrow01.png);
	margin-left: 5px;
}

/* ピックアップガール */
.pickup {
	padding: 10px;
	margin-top: 31px;
	border-top: 2px solid #4897c0;
}

.pickup h2 {
	position: absolute;
	top: -33px;
	left: 0;
}

.pickup .photo {
	margin-bottom: 10px;
	text-align: center;
}

.pickup .photo img {
	max-width: 267px;
}

.pickup h3 {
	color: #1b89cf;
}

.pickup p {
	font-size: 93%;
}

/* 新人情報 */
.newface .photo {
	overflow: hidden;
	float: left;
	padding: 0 10px 10px;
	width: 90px;
}

.newface .photo img {
	max-width: 90px;
}

.newface h3 {
	padding: 0 10px 5px 0;
	color: #1b89cf;
}

.newface .comment {
	padding: 0 10px 10px 0;
	font-size: 93%;
}

/* 新着情報 */
.news .photo {
	overflow: hidden;
	float: left;
	padding: 0 0 10px 10px;
	width: 100px;
}

.news .photo img {
	max-width: 90px;
}

.news .date {
	padding: 0 10px 5px;
	font-size: 77%;
	color: #8a8a8a;
}

.news h3 {
	padding: 0 10px 5px;
	color: #1b89cf;
}

.news .comment {
	padding: 0 10px 10px;
	font-size: 93%;
}

/* */