@charset "utf-8";

/* *********************************************************
ソニコミ店舗特典
********************************************************* */
.section .subTitle {
	border-bottom: 2px dotted #ee8ea3;
	color: #df3d76;
}
.privList {
	position: relative;
	margin-right: -10px;
}
.privList li {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7以下 */
	*zoom: 1; /* IE7以下 */
	vertical-align: top;
	width: 200px;
	padding: 0 15px 15px;
	margin-right: 10px;
}
.privList .new a {
	color: #ed1b83;
}
.privList .new:after {
/* 	content: url(/common/img/ico_new.png); */
	position: absolute;
	left: -5px;
	top: 20px;
	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; */
}
.sp li {
	width: 320px;
}
.privList li h2 {
	text-align: center;
/* 	color: #e3167c; */
	line-height: 1.35;
	font-size: 93%;
}
.privList li h2 img {
	margin-bottom: 5px;
	vertical-align: top;
}
.privList li li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: .2em;
	padding: 0;
	border-top: 0;
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
}
.sp li li { width: auto; }
.privList li li:before { content: "・"; }
