@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      lady.css
 Author:         Miyazaki (admin)
 Style Info:     ベースレイアウト
----------------------------------------------------------- */


/* #lady
*********************************************************** */

#lady .lady {
	margin: 10px auto 0;
	background: #fff;
}

#lady .lady a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
}

#lady .lady .left {
	float: left;
	margin-left: 10px;
}

#lady .lady .right {
	float: left;
	margin-left: 10px;
	overflow: hidden;
	width:48%;
}

#lady .lady .right .name,
#lady .lady .right .age,
#lady .lady .right .height,
#lady .lady .right .size,
#lady .lady .right .time,
#lady .lady .right .tel,
#lady .lady .right .toProfile {
	display: block;
}

#lady .lady .right .name {
	padding-left: 17px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_heart.png) no-repeat left center;
}

#lady .lady .right .name.new {
	padding-left: 22px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_new.png) no-repeat left center;
}

#lady .lady .right .toProfile {
	line-height: 3em;
	margin-top: 2em;
	padding: 0 10px;
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
	background-color: #e8e8e8;
	border: 1px solid #c5c5c5;
	text-align: center;
	font-size:90%;
}
#lady .lady .right .toGravure {
	display: block;
	margin-top: 5px;
	padding: 3px;
	background: -moz-linear-gradient(center top, #ffa6ff 0%,#d649d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa6ff),color-stop(1, #d649d6));
	border: 1px solid #b02fc3;
	color: #fff;
	text-shadow:0 1px 1px #666;
	text-align: center;
}

.nextPrev {
	clear: both;
	margin: 10px auto -10px;
	height: 43px;
	width: 90%;
}

.nextPrev a {
	width: 48%;
	text-align: center;
	display: block;
	padding: 8px 0;
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
	background-color: #e8e8e8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	color: #5a5a5a;
	font-size: 108%;
	text-decoration: none;
}

.nextPrev a:nth-child(1) {
	float: left;
}

.nextPrev a:nth-child(2) {
	float: right;
}

#pager #loading {
	display: none;
}

/* #ladyDetail
*********************************************************** */

#ladyDetail #photoArea {
	margin: 10px auto 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#ladyDetail #photoArea img{
	width: 235px;
}

#ladyDetail #photoArea ul {
	margin: 0 0 0 10%;
	/*min-height: 360px;*/
	height: 320px;
	position: relative;
}

#ladyDetail #photoArea #photo1,
#ladyDetail #photoArea #photo2,
#ladyDetail #photoArea #photo3,
#ladyDetail #photoArea #photo4,
#ladyDetail #photoArea #photo5 {
	position: absolute;
	top: 0;
}

#ladyDetail #photoArea #photo1 {
	left: 0;
}

#ladyDetail #photoArea #photo2 {
	left: 260px;
}

#ladyDetail #photoArea #photo3 {
	left: 520px;
}

#ladyDetail #photoArea #photo4 {
	left: 780px;
}

#ladyDetail #photoArea #photo5 {
	left: 1040px;
}

#ladyDetail #photoArea #prevPhotoBtn {
	display: none;
	position: absolute;
	top: 40%;
	left: 0;
}

#ladyDetail #photoArea #nextPhotoBtn {
	display: none;
	position: absolute;
	top: 40%;
	right: 4%;
}

#ladyDetail .profileData {
	margin: 10px auto 0;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #c5c5c5;
}

#ladyDetail .profileData li {
	margin: 10px 15px;
}

#ladyDetail .profileData li .listName {
	color: #ff0066;
}

#ladyDetail #photoArea .pageButton {
	width: 27%;
	height: 40px;
	float: right;
	text-align: center;
	margin: 0 0 5px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(184,184,184)), color-stop(0.4, rgb(158,158,158)), color-stop(0.6, rgb(158,158,158)), color-stop(1, rgb(184,184,184)));
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 5px;
}

#ladyDetail .ladylistBtn {
	height: 30px;
	border-bottom: 1px solid #ddd;
}
#ladyDetail #gravureLink li {
	width: 90%;
	margin: 0 auto;
}
#ladyDetail #gravureLink li a {
	display: block;
	padding: 8px 0;
	background: -moz-linear-gradient(top, #cfcfcf, #efefef 50%, #efefef 51%, #fff);
	background: -webkit-gradient(linear,left top,left bottom,from(#cfcfcf),color-stop(50%,#efefef),color-stop(51%,#efefef),to(#fff));
	background-color: #e8e8e8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #5a5a5a;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#ladyDetail #gravureLink li a img {
	vertical-align: text-bottom;
}
#photos {
	margin: 0 auto;
	width: 320px;
	overflow: hidden;
}
#photos .flick {
	padding-left: 40px;
}
#photos .item {
	float: left;
	width: 250px;
	padding-top: 10px;
}
#photos .item img {
	width: 240px;
	vertical-align: top;
}


/* 2012.03.15 senbatsu 追加css
*********************************************************** */
.right .senbatsuText {
font-size:77%;
}

.right .senbatsuImg {
float:left;
}

img.senbatsu {
float:left;
}

p.fuCharge {
color:#6ac8fc;
font-weight:bold;
font-size:116%;
}

p.uiTime {
color:#fa75c1;
font-weight:bold;
font-size:116%;
}

p span.senbatsuColor {
color:#ff0000;
}

