@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      work_week.css
 Author:         Miyazaki (admin)
 Style Info:     ベースレイアウト
----------------------------------------------------------- */


/* #work_week
*********************************************************** */

#work .week a {
	text-decoration:none;
	font-size:123.1%;
}

#work .work {
	margin: 0 auto 10px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#work .work a {
	display: block;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
}
#work .work .left {
	display: inline-block;
	float: left;
	margin: 0 10px;
}
#work .work img {
	width: auto;
	height: auto;
	max-width: 120px;
}

#work .work .workText {
	float: left;
	overflow: hidden;
	width:51%;
}

#work .work .workText .comment,
#work .work .workText .yotei,
#work .work .workText .name,
#work .work .workText .age,
#work .work .workText .height,
#work .work .workText .size,
#work .work .workText .toProfile {
	display: block;
}
#work .work .workText .comment {
	color: #666;
	font-size: 93%;
}

#work .work .workText .name {
	padding-left: 17px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_heart.png) no-repeat left center;
}

#work .work .workText .name.new {
	padding-left: 22px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_new.png) no-repeat left center;
}

#work .work .workText .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;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-size:90%;
}
#work .work .workText .toGravure {
	display: block;
	margin-top: 5px;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	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;
}


#pager {
	margin-top: 10px;
}

#pager #loading {
	display: none;
}

.lady_genre_icon {
	padding: 0;
	width: 100%;
}