
/** companion **/

.companion{
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 10px 5px 0 5px;
}

#newface{	padding-bottom: 10px;}

.companion .cbox{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	color: #333;
	margin: 0 5px 10px 5px;
	position: relative;
}

.companion .cbox .photo{
	text-align: center;
	position: relative;
}

.companion .cbox .photo img{
	width: 100%;
	max-width: 300px;
	height: auto;
}

.companion .cbox .photo .icon{
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.companion .cbox .photo .icon img{
	width: 25px;
	height: auto;
}

.companion .cbox .name{
	width: 100%;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	padding: 0 5px;
	background:  rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.companion .cbox .name em{	font-size: 10px;}
.companion .cbox .name span{	color: #ff568e;}

.companion .cbox .prof{
	font-size: 10px;
	line-height: 14px;
	padding: 4px 0;
}

.companion .cbox .name em,
.companion .cbox .prof em{	color: #89622e;}

.companion .cbox .txt{
	width: 100%;
	display: table;
	background: #fff;
}

.companion .cbox .txt p{
	width: 100%;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #591919;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

