@charset "utf-8";

/*
====================================================
■ lists
====================================================
*/

#newface #lists ul li {
	box-sizing: border-box;
	width: 50%;
	vertical-align: top;
}

#newface #lists li .ph {
	float: left;
	width: 40%;
	position: relative;
}

#newface #lists ul li article {
	background: rgba(255, 255, 255, 0.9);
	float: left;
	width: 60%;
	position: static;
	padding: 0px 8px;
}

#newface #lists li .types {
	position: absolute;
	bottom: 0;
}

#newface #lists li article .day {
	font-size: 1.7rem;
	font-weight: bold;
	padding: 5px 10px;
	background: #906e1d;
	/*background: rgba(0, 0, 0, 0) url("/img/bg_dot.jpg") repeat scroll 0 0;*/
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
}
#newface #lists li article .comment {
	font-size: 1.4rem;
	margin-top: 15px;
}

#newface #lists li .ph .list_today {
	right: 0;
	left: inherit;
}

/*Review only*/
#newface #lists li article .reviewer {
	font-size: 2rem;
	text-align: left;
}
#newface #lists li article .reviewer:after {
	content: "様の投稿";
	font-size: 1.5rem;
}
#newface #lists li article .reviewer span {
	font-size: 1.4rem;
	display: block;
}
#newface #lists li article .reviewer span:after {
	font-size: 1.1rem;
	content: "UPDATE";
	margin-left: 5px;
}

@media screen and (max-width: 1024px) {
	#newface #lists ul li {
		float: none;
		width: 100%;
	}
}
