@charset "utf-8";

/* *********************************************************
ぱわふるキャンペーン
********************************************************* */
.noTitle h1 {
	position: relative;
	width: 710px;
	height: 120px;
	margin-bottom: 15px;
}
.noTitle h1 .sonicoIcon {
	position: absolute;
	width: 170px;
	height: 160px;
	left: 530px;
	top: -20px;
}
.section-box {
	margin-bottom: 1em;
}
.costumeList {
	position: relative;
	margin-right: -25px;
}
.costumeList li {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7以下 */
	*zoom: 1; /* IE7以下 */
	vertical-align: top;
	width: 160px;
	margin: 0 23px 10px 0;
}
.costumeList h3 {
	margin-bottom: 0.3em;
	line-height: 1.35;
}
.costumeList h3 img {
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #b8bcbf;
	background: #fff;
}
.costumeList a {
	text-decoration: underline;
}
.costumeList a:hover,
.costumeList a:focus {
	text-decoration: none;
}
.costumeList .new a {
	color: #ed1b83;
}
.costumeList .new:after {
/* 	content: url(/common/img/ico_new.png); */
	position: absolute;
	left: -12px;
	top: 10px;
/* 	position: absolute;
	left: -48px;
	top: 13px; */
	content: "New";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #f451ad;
	background: rgba(244, 81, 173, .8);
	color: #fff;
	font-size: 92.9%; /* 12px */
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-weight: 500;
	line-height: 50px;
	text-shadow: none;
	text-align: center;
/* 	text-transform: uppercase; */
}
.costumeList p {
	color: #494c4c;
	font-size: 93%;
	line-height: 1.35;
}

