
/*=================================================
 * CSS for PC
 * ================================================= */

#left{	padding-right: 0;}

#new{
	padding: 0;
}

#new .cate{	padding-top: 0;}

#new .bt_bg{
	margin: 0;
}

.newface_bg{
	display: block;
	color: #fff;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	margin: 0 0 -1px 0;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.newface_bg:hover{
	text-decoration: none;
}
.newface_base .newface_bg:last-of-type{	margin-bottom: 0;}

.newface{
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 340px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newface_l,
.newface_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newface_l{
	position: relative;
	width: auto;
	text-align: left;
}

.newface_l .img{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.newface_l .img img{
	width: 100%;
	height: auto;
}

.newface_l .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	right: 0;
}

.newface_l .icon img{
	width: 30px;
	height: auto;
}

.newface_r{
	width: 200px;
	padding: 0 0 0 10px;
}

.newface_r .name{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0 0 3px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newface_r .name div{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
.newface_r .name div .a_girl{
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newface_r .name p{
	width: 100%;
	font-size: 11px;
	line-height: 16px;
}

.newface_r .name p span{	color: #999;}

.newface_r .shop{
	width: 190px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 7px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newface_r .date{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	padding: 0 5px;
	border: 1px solid #28282a;
	border-radius: 2px;
	background: #28282a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.newface_base+.bt_bg{
	width: auto;
	margin: 0;
}
.newface_base+.bt_bg .bt{
	display: block;
	width: 100%;
}
.newface_bg+.bt_bg{	margin-top: 1px;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
}

