@charset "EUC-JP"; 


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

#newface_list{
	width: 570px;
	clear:both;
}

#newface_list ul{
	width: 560px;
	text-align: left;
	margin: 0 0 0 -30px;
	_margin: 0 0 0 8px;
}
*:first-child+html #newface_list ul{
	margin: 0 0 0 8px;
}

#newface_list img{
	border: 0px;
}

#newface_list ul li{
	width: 262px;
	height: 250px;
	float: left;
	margin: 0 10px 15px 0;
	color: #645047;
}

/*MARK NEW UP*/
#newface_list ul li ins{
	display: block;
	background-repeat:no-repeat;
	background-position: 5px top;
	font-weight: bold;
	color: #FF3366;
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
}
/*LIST LINE*/
#newface_list ul li div{
	border: 3px solid #CCCCCC;
	padding: 10px 0px 10px 0px;
	height: 220px;
}
#newface_list ul li.souchou div{
	border-color:#FFE1A4;
}
#newface_list ul li.regular div{
	border-color:#FDD5E1;
}

/*THUM LINE*/
#newface_list ul li a{
	display: block;
	border: 1px solid #CCCCCC;
	width: 135px;
	margin: 0 0 0 9px;
	float: left;
}
#newface_list ul li.souchou a{
	border-color:#FFE1A4;
}
#newface_list ul li.regular a{
	border-color:#FDD5E1;
}


/*THUM LINE*/
#newface_list ul li i{
	display: block;
	height:24px;
	margin: 0 0 0 9px;
	background-repeat:no-repeat;
	position: relative;
}
#newface_list ul li.souchou i{
	background-image:url(/companion/img/mark_souchou.gif)
}
#newface_list ul li.regular i{
	background-image:url(/companion/img/mark_regular.gif);
}
#newface_list ul li i span{
	position:absolute;
	top:2px;
	right:5px;
	display: block;
	width:18px;
	height:18px;
	background-image:url(/common/img/no_smk.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999;
}

#newface_list ul li b{
	margin: 0;
	width:100px;
	display: block;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	position: relative;
}
#newface_list ul li b span{
	position:absolute;
	top:-2px;
	right:-5px;
	display: block;
	width:18px;
	height:18px;
	background-image:url(/common/img/no_smk.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999;
}

#newface_list ul li em{
	margin: 0 0 5px 0;
	width:80px;
	display: block;
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	text-align: left;
}

/*THUM ICON*/
#newface_list ul li p{
	margin: 0px 0 0 5px;
	float: right;
	width: 100px;
}
#newface_list ul li p img{
	width: 78px;
	height: 22px;
	display: block;
	float: left;
	margin: 0 1px 1px 0;
}
