@charset "utf-8";
/* CSS Document */

.girl{ width:150px; height:242px/*291px*/; margin:25px 0 0 29px; float:left; background:#ffffff; overflow: hidden;}
.girl > a{ display:block; width:100%; height:100;}
.girl > a:hover { opacity: 0.7; }
.girl > a > .tag{ width:100%; height:17px; }

.girl > a > div.data{ position:relative; width:150px; height:225px; overflow: hidden; }
.girl > a > div.data > .thum{ position: absolute; top:0; left:0; width:100%; }
.girl > a > div.data > .thum > img{}
.girl > a > div.data > .tex{ 
	position: absolute; 
	bottom:0; left:0; 
	padding: 0 5px 4px 5px;
	width:100%;
	box-sizing: border-box;
	color:#555555;
	text-align: center; 
	background:rgba(255,255,255,0.7);
}
.girl > a > div.data > .tex > p{ white-space: nowrap; overflow: hidden;}
.girl > a > div.data > .tex > .name{ /*font-size:12px;*/ margin:6px 0 3px 0; }
.girl > a > div.data > .tex > .size{ margin:0;  font-size:10px;}
.girl > a > div.data > .tex > .time{ 
	margin:2px 0 0 0; padding:2px; text-align:center;  font-size:12px; background:#ffff55;
}
.girl > a > div.time{margin:0 0 0 0; padding:2px; text-align:center;  font-size:12px; color:#ffffff; background:#EFAECF;}

p.unregist{ padding:10px 0 0 0; text-align: center; color:#777777; }