@charset "UTF-8";

/*----------------------------------------------------------------------
 Honobono Jokyomusume (since 2008/07/07)

	ladies/css/popup.css
------------------------------------------------------------------------*/

div#popPage {
	width: 640px;
	padding: 16px 0 0 0;
	background: url(../images/popBg.jpg) no-repeat left top;
}

div#popPage div#popHead {
	width: 626px;
	height: 139px;
	margin: 0 0 14px 0;
	padding: 0 14px 0 0;
	background: url(../images/popHead.jpg) no-repeat left top;
	text-align: right;
	font-size: 10px;
}

div#contents {
	display: block;
	width: 612px;
	padding: 0 14px 14px 14px;
	font-size: 14px;
}

div#contents div#photo {
	float: left;
	width: 299px;
	height: 426px;
	padding: 6px 0 0 6px;
	background: url(../images/popPhotoBg.jpg) no-repeat left top;
}

div#contents div#rightBox {
	float: right;
	width: 293px;
}

div#contents div#rightBox div#ladyName {
	width: 293px;
	height: 38px;
	border-bottom: solid 2px #ffffff;
	background-color: #9ee651;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
}

div#contents div#rightBox div#ladyName span {
	border: none;
	margin-left: 7px;
	padding: 0;
}

div#contents div#rightBox div#ladyName span img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

div#contents div#rightBox div#ladyDetail {
	height: 370px;
}

div#contents div#rightBox div#ladyDetail table {
	width: 293px;
}

div#contents div#rightBox table th {
	width: 60px;
	padding: 8px 10px;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	background-color: #9ee651;
}

div#contents div#rightBox table td  {
	padding: 8px 10px;
	border-bottom: solid 2px #ffffff;
	background-color: #e7ff9d;
}

div#contents div#rightBox table td#prR  {
	padding-bottom: 18px;
}

div#contents div#rightBox div#btnBox {
	display: block;
	width: 293px;
}

div#contents div#rightBox div#btnBox div.photoBtn {
	float: left;
	width: 60px;
	padding-right: 2px;
}

div#contents div#rightBox div#btnBox div#closeBtn {
	float: right;
	padding-top: 8px;
}

div#popFoot {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-top: solid 1px #333333;
}

div#popFoot a:link {
	color: #333333;
	text-decoration: none;
}

div#popFoot a:visited {
	color: #333333;
	text-decoration: none;
}

div#popFoot a:hover {
	color: #333333;
	text-decoration: none;
}

div#popFoot a:active{
	color: #333333;
	text-decoration: none;
}

/* swf用ポップアップ */

div#pop3dPage {
	width: 293px;
	margin: 0 auto;
	padding: 10px 0;
}

div#pop3dPage div#pop3dClose {
	margin: 0;
	padding-top: 10px;
	line-height: 1.2;
	font-size: 10px;
	text-align: center;
}
div#pop3dPage div#pop3dClose a:link,
div#pop3dPage div#pop3dClose a:visited {
	color: #4910e8;
	text-decoration: underline;
}

div#pop3dPage div#pop3dClose a:hover,
div#pop3dPage div#pop3dClose a:active{
	color: #9b7bf5;
	text-decoration: underline;
}

div#pop3dFooter {
	height: 25px;
	padding-top: 3px;
	line-height: 1.2;
	border-top: solid 1px #333333;
	font-size: 10px;
	text-align: center;
}




