@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  /gravure/girl.css
 style info :  グラビア女の子ページだけに使用
=================================================================== */


/* グラビアページの女の子リストとグラビア見出し部分を流用するため一階層上のindex.cssを読み込む
----------------------------------------------------------- */
@import url("/gravure/index.css");


/* jquery-lightbox[http://bizcaz.com/archives/2007/10/21-111130.php]でライトボックス
----------------------------------------------------------- */
@import url("/common/css/app/jquery.lightbox-0.5.css");

div.prof-box {
	height: 164px;
	width: 660px;
	background-image: url(/gravure/img/bg_prof.png);
	background-repeat: no-repeat;
	position: relative;
}
#main img {
	vertical-align: bottom;
}
a.tolist {
	position: absolute;
	left: 523px;
	top: 0px;
}
img.face {
	width: 70px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 15px;
}


div.prof-top {
	width: 565px;
	float: right;
	margin-top: 8px;
}
div.prof-top p.name {
	width: 100px;
	float: left;
	color: #3d8eb8;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.2em;
}
div.prof-top p.name span {
	margin-left: 5px;
	font-weight: normal;
	font-size: 9pt;
	line-height: 1.2em;
}
div.prof-top p.size {
	width: 120px;
	float: left;
	line-height: 1.2em;
	font-size: 11pt;
	margin-right: 10px;
}
img.cup {
	margin-right: 5px;
}


div.prof-bottom {
	width: 565px;
	float: right;
	overflow: hidden;
	margin-top: -5px;
}
*html div.prof-bottom {
	margin-top: 0px;
}
div.girl-comment {
	width: 270px;
	float: left;
	margin-right: 10px;
}
div.shop-comment {
	width: 270px;
	float: left;
}
div.girl-comment p {
	height: 44px;
	background-color: #ddf8ff;
	border: 1px solid #CCCCCC;
	overflow: auto;
	font-size: 8pt;
	padding: 2px;
	color: #754C24;
}
div.shop-comment p {
	height: 44px;
	background-color: #F7F7EA;
	border: 1px solid #D8CDC0;
	overflow: auto;
	font-size: 8pt;
	padding: 2px;
	color: #754C24;
}

/*写真エリア*/
div.photo-area {
	height: 740px;
	background-color: #E7DFD4;
	border: 1px solid #C0ADA0;
	overflow: hidden;
	padding: 5px;
}
*html div.photo-area {
	float: left;
}
a.image {
	width: 440px;
	padding: 5px;
	float: left;
	background-color: #D1C3B0;
	margin-top: 2px;
}
a.image:hover {
	background-color: #a1c6ff;
}

a.image img {
	width: 440px;
}
html>/**/body div a.image {
	margin-top: 5px;
}
div.photo-box {
	width: 190px;
	float: right;
}
div.photo-box p.name {
	color: #3d8eb8;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(/gravure/img/bg_name.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
div.photo-box p.name span{
	font-size: 11pt;
	background-image: url(/gravure/img/ico_heart.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 5px;
}
div.operation-bt{
	height: 77px;
	background-image: url(/gravure/img/bg_operation.png);
	background-repeat: no-repeat;
	padding-left: 27px;
}
*html div.operation-bt{
	display: none;
}
div.operation-bt a{
	width: 45px;
	height: 39px;
	background-image: url(/gravure/img/bt_operation.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 8px;
	margin-right: 3px;
	color: #8C6239;
}
div.operation-bt a:hover{
	color: #a1c6ff;
	cursor: pointer;
	text-decoration: underline;
}
div.operation-bt a span{
	display: block;
	margin-top: 37px;
	font-size: 9pt;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a#prev{
	background-position: -43px 0px;
}
a#next{
	background-position: -87px 0px;
}
/*
a#magnify{
	background-position: -134px 0px;
}
*/

div.other-photo-area {
	overflow: hidden;
	background-image: url(/gravure/img/border.gif);
	background-repeat: repeat-x;
	padding-top: 11px;
	margin-top: 8px;
}
*html div.other-photo-area {
	float: left;
}
div.other-photo {
	overflow: hidden;
	background-image: url(/gravure/img/bg_otherpicture.png);
	background-repeat: no-repeat;
	padding: 5px;
	float: left;
	width: 180px;
}
div.other-photo p {
	font-size: 8pt;
	color:#663300;
	text-align: center;
}
div.other-photo a {
	width: 60px;
	height: 60px;
	float: left;
}

div.other-photo a img{
	width: 60px;
}


h3.title{
	margin-top: 30px;
	margin-bottom: 15px;
}