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

/* =============================================================
 　女の子ページレイアウト調整
================================================================ */
div#contents-top {
	overflow: hidden;
	margin-bottom: 10px;
}
div#contents-top h2{
	width:574px;
	float:left;
	margin-top: 2px;
}
div#contents-top ul{
	width:260px;
	float:right;
}
div#contents-in{
	clear:both;
}
/* =============================================================
================================================================ */

/*=====女の子 前へ次へ=====*/
div#contents-top li.left {
	width:130px;
	float:left;
}
div#contents-top li.right {
	width:130px;
	float:right;
}
/*h要素の中にimgで見出し画像にしてる対策*/
.h-img {
	font-size: 0px;
}
/*プロフィール　名前*/
div.profile{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(img/h_name_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	color: #ED2EA0;
}
div.profile div{
	padding-bottom: 5px;	
}
div.profile h2{
	width: 130px;
	float: left;
	font-size: 11pt;
	line-height: 39px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	text-align: center;
}
div.profile h2 span{
	font-size: 9pt;
	margin-left: 2px;
	line-height: 1em;
}
div.profile img{
	width: 34px;
	float: right;
}
div.profile p{
	clear: both;
	font-size: 11pt;
	text-indent: 10px;
}
/*基本プレイ オプション*/
div.play,div.option {
	overflow: hidden;
	background-image: url(img/h_play_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
	padding: 4px;
	float: left;
}
div.play div,div.option div {
	background-color: #F9F6E8;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	float: left;
}
div.play div img,div.option img {
	width:88px;
	height: 26px;
	float:left;
	margin: 1px;
	display: inline;
	font-size: 0px;
}

/*詳細プロフィール*/
div.profiles{
	background-color: #c7b299;
	padding-bottom: 15px;
	background-image: url(img/h_s_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
}
div.profiles table {
	width: 186px;
	margin-right: auto;
	margin-left: auto;
}
div.profiles table tr {
	background-color: #F9F7ED;
}
div.profiles table th {
	background-color: #E1DCBE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3caab;
	padding: 5px;
	line-height: 1.4em;
	font-weight: normal;
	color: #7C4F2A;
}
div.profiles table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5decf;
	padding: 5px;
	line-height: 1.4em;
}



/*メルマガ*/
div.merumaga {
	background-color: #896658;
	background-image: url(/common/img/h_marumaga_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
div.merumaga p a{
	color: #fa41d1;
}
div.merumaga div {
	background-color: #EEECDF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #754C24;
	border-right-color: #754C24;
	border-bottom-color: #754C24;
	border-left-color: #754C24;
	font-size: 85%;
	padding: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}


/*女の子フォト*/
div.girl-photo {
	overflow: hidden;
	margin-bottom: 3px;
	float: left;
}
div.girl-photo div.photo {
	width: 320px;
	float: left;
}
div.girl-photo div.thm {
	width: 50px;
	float: right;
	background-color: #C9C2A3;
}
div.girl-photo div.thm img {
	vertical-align:bottom;
}


/*出勤予定表*/
h3.h-syukkin {
	font-size: 8pt;
	font-weight: normal;
	color: #755543;
	background-image: url(img/ico_shdl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	clear: both;
}
#main table.schedule {
	width: 370px;
	overflow: hidden;
	text-align:center;
	border:1px solid #D3CAAB;
	margin-bottom: 10px; 
	color: #603813;
}
#main table.schedule tr {
	width: 364px;
	overflow: hidden;
}
table.schedule th {
	text-align:center;
	background-color: #EEECDF;
	line-height: 1.2em;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D3CAAB;
	border-bottom-color: #D3CAAB;
	font-size: 11pt;
}
table.schedule td {
	text-align:center;
	background-color: #FFFFFF;
	line-height: 1.2em;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3CAAB;
	font-size: 10pt;
}
table.schedule span,table.schedule small {
	display:block;
	font-size: 8pt;
	line-height: 1em;
}
table.schedule span.st {
	color:#0000CC;
}
table.schedule span.sn {
	color:#CC0000;
}
/*女の子コメント*/
div.girl-comment,div.shop-comment {
	background-color: #FFFFFF;
	border: 1px solid #d3caab;
	padding: 5px;
	margin-bottom: 15px;
}
div.girl-comment p,div.shop-comment p {
	background-color: #EEECDF;
	border: 1px dotted #B5956F;
	padding: 5px;
	background-image: url(img/bg_intv_An.gif);
	background-position: 98% 95%;
	background-repeat: no-repeat;
	word-break:break-all;
}


/*インタビュー*/
div.interview {
	background-color: #FFFFFF;
	border: 1px solid #d3caab;
	padding: 5px;
	margin-bottom: 15px;
}
div.interview table {
	background-color: #EEECDF;
	width: 100%x;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #B5956F;
}
div.interview table tr {
	background-image: url(img/bg_intv_An.gif);
	background-position: 98% 95%;
	background-repeat: no-repeat;
}
div.interview table th {
	background-color: #E3D8CC;
	line-height: 1.4em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFA584;
	background-image: url(img/bg_intv_Q.gif);
	background-position: 6px 8px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
html>/**/body div.interview table th {
	background-position: 6px 5px;
}
div.interview table td {
	padding: 5px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFA584;
	background-image: url(img/bg_intv_A.gif);
	background-position: 6px 8px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
html>/**/body div.interview table td {
	background-position: 6px 5px;
}



/*本日出勤か次回出勤*/
div.sch-date{
	background-image: url(img/bg_h_workday.png);
	background-repeat: repeat-x;
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
}
div.sch-date img{
	vertical-align: middle;
	margin-right: 8px;
	height: 22px;
	width: 65px;
}
div.sch-date span {
	line-height: 22px;
}
div.sch-date div.nowTime {
	background-color: #FFFFFF;
	float: right;
	width: 90px;
	text-align: center;
	border: 1px solid #ED2EA0;
}
div.movie {
	margin-bottom: 15px;
}


/*今日の出勤予定一覧*/
div.all-schedule{
	background-color: #C4AD9D;
	border: 1px solid #ED2EA0;
	overflow: hidden;
	margin-bottom: 15px;
}
div.all-schedule img{
	vertical-align: bottom;
}
div.all-schedule ul{
	background-color: #ffffff;
	border: 1px solid #FFFFFF;
	margin: 5px;
	padding: 8px;
	height: 780px;
	overflow: auto;
}
div.all-schedule li{
	border-bottom:1px dotted #BFA584;
	padding-bottom: 7px;
	padding-top: 7px;
}
div.all-schedule li a.firstChild  {/*女の子画像*/
	float: left;
	width: 60px;
	vertical-align:top;
	margin-right: 6px;
	text-indent: 0px;
}
div.all-schedule li a{/*女の子名前*/
	float: right;
	width: 146px;
	font-size: 120%;
	text-indent: 4px;
	font-weight: bold;
	color: #fa41d1;
}
div.all-schedule li a:hover{
	background-color: #fa41d1;
	color: #FFFFFF;
}
div.all-schedule li a span {
	font-size: 85%;
	margin-left: 5px;
	text-decoration: none;
	font-weight: normal;
}
div.all-schedule li p.firstChild {
	font-size: 120%;
	font-weight: bold;
}
div.all-schedule li p.size {
	float: right;
	width: 146px;
	text-indent: 4px;
}
div.all-schedule li p.sch {
	color: #fa41d1;
	float: right;
	width: 146px;
	text-indent: 4px;
}
div.all-schedule li p.lastChild {
	clear:both;
	line-height:120%;
	word-break:break-all;
}
/*出勤下のページリンクボタン*/
div.pagelink{
	background-image: url(img/bg_pagelink_btn.png);
	background-repeat: no-repeat;
	height: 58px;
	padding: 5px;
}
div.pagelink a{
	display: block;
	overflow: hidden;
	height: 0 !important;/* IE6heightバグ対策 */
	height /**/:48px;/* IE6heightバグ対策 */
	padding-top: 48px;
	background-image: url(img/btn_pagelink.png);
	background-repeat: no-repeat;
	float: left;
}
div.pagelink a.link-syukkin{
	width: 108px;
	background-position: 0px 0px;
}
div.pagelink a.link-zaiseki{
	width: 60px;
	background-position: -108px 0px;
}
div.pagelink a.link-newface{
	width: 78px;
	background-position: -168px 0px;
}
div.pagelink a.link-syukkin:hover{
	background-position: 0px -48px;
}
div.pagelink a.link-zaiseki:hover{
	background-position: -108px -48px;
}
div.pagelink a.link-newface:hover{
	background-position: -168px -48px;
}

.revie_Bt{
  margin:0 0 15px 0;
  font-size:0;
}
