@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  newface/index.css
 style info :  新人ページだけに使用
=================================================================== */
/*ｸﾞﾛｰﾊﾞﾙﾅﾋﾞ 現在ﾍﾟｰｼﾞ表示*/
#gNav1 ul li a#gNav1-4 {
	background-position:0 -46px;
}
/*--- 
女の子の<li>【#main ul li】がmargin-right: 16px;してるため、mainに右の<li>のmarginがない様に見せるため
ページ幅を調整しなおす
*/
/*
#contents {
	padding-right:0px;
	width:868px;
}
body.column2 #main {
	width:680px;
}
*/
h2.page-title {
	margin-bottom: 10px;
}
#main ul li {
	width: 312px;
	border: 1px solid #B69B85;
	float: left;
	background-color: #FFFFFF;
	/*background-color: #D8D1B6;*/
	padding: 4px;
	margin-bottom: 20px;
}
#main ul li.even {
	float: right;
}
div.prof {
	background-color: #D8D1B6;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 4px solid #D8D1B6;
	background-color: #F4F4E9;
}
/*ie6だけ女の子のfloatがなぜか崩れるので特別に下記を設定*/
*html div.prof {
	overflow: hidden;
	height: 185px;
} 
/*
*html div.prof {
	overflow: visible;
	min-height: 170px;
	height: auto !important;
	height: 170px;
} 
*/
a.list-img {
	background-color: #FFFFFF;
	padding: 5px;
	display: block;
	width: 130px;
	float: left;
	overflow: hidden;
}
a.list-img:hover {
	background-color: #FBB9DF;
}
div.prof-R {
	display: block;
	width: 152px;
	float: right;
	overflow: hidden;
}
html>/**/body div.prof-R {
	margin-left: 5px;
}
a.name {
	display: block;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	color: #E000A1;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 1px;
}
a.name:hover {
	color: #FFFFFF;
	background-color: #F786C7;
}
a.name span {
	background-image: url(/common/img/icn/icn_name_heart.gif);
	margin-left: 5px;
	font-size: 9pt;
	font-weight: normal;
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
}
a.new {
	background-image: url(/common/img/icn/icn_new.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 36px;
}
div.prof-R div {
	clear:both;
}
div.prof-R p {
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #DD40B8;
	padding-bottom: 3px;
}
/*本日出勤の場合*/
div.prof-R p.syukkin {
	background-image: url(/common/img/icn/icn_workday.png);
	background-repeat: no-repeat;
	background-position: right top;
}
img.workday{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div.bust {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
	height: 3.8em;
	letter-spacing: 1px;
	line-height: 1.4em;
}
div.bust img{
	float: left;
	width: 34px;
	margin-right: 5px;
}
/*おっぱい画像*/
div.prof-R div.lastChild img {
	width: 75px;
	height: 50px;
}
div.comment {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1A98E;
}
div.comment p {
	font-size: 9pt;
	height: 5.1em;
	overflow: hidden;
	padding: 5px;
	background-color: #C7B299;
	clear: both;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E3CD;
	background-image: url(/common/img/bg/bg_list_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
html>/**/body div.comment p {/*ie7以外のﾓﾀﾞﾝﾌﾞﾗｳｻﾞ*/
	line-height: 1.4em;
	height: 5.2em;
}
div.comment p span {
	font-size: 8pt;
	color: #E1DCBE;
	background-color: #755143;
	line-height: 1em;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 5px;
}