@charset "utf-8";
/* 
CSS Information
 File name:      newface.css
 Author:         Administrator
 Style Info:     /sp/newface.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */

/* #newface
********************************** */
.pickup figure {
	float: left;
	position: relative;
	width: 50%;
	margin-right: 10px;
}

.pickup dl {
	overflow: hidden;
}

.pickup dt {
	margin: 0 5px 5px;
	border-bottom: 1px solid #ddbdfd;
	color: #c489ff;
	font-size: 131%;
	text-align: center;
}

.others {
	margin: 10px 0 10px 10px;
}

.others li {
	float: left;
	width: 32%;
	width: -webkit-calc((100% - 31px) / 3);
	width: calc((100% - 31px) / 3);
	margin: 0 10px 10px 0;
}

.others li a {
	position: relative;
	display: block;
	width: 100%;
}

.pickup figure::before,
.others li a::before {
	content: "";
	display: block;
	padding-top: 150%;
}

.pickup figure img,
.others li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

