@charset "utf-8";

/* *********************************************************
ソニコミ店舗特典
********************************************************* */
.section .subTitle {
	border-bottom: 2px dotted #ee8ea3;
	color: #df3d76;
/* 	line-height: 1.0; */
}
.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 h3 {
	text-align: center;

}
#special li h3 {
	font-size: 123%;
}
.privList li h3 img {
	margin-bottom: 4px;
	vertical-align: top;
}
.privList li ul {
/* 	border-top: 1px dotted #c3c7ca; */
}
.privList li li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: .5em;
	padding: 0;
	border-top: 0;
/* 	border-bottom: 1px dotted #c3c7ca; */
	line-height: 1.25;
/* 	padding-left: 1em;
	text-indent: -1em; */
}
.sp li li { width: auto; }
/* .privList li li:before { content: "・"; } */
.privList li li img {
	float: left;
	margin: 0 5px 5px 0;
}
#explain h4 { font-size: 108%; }
#explain h4:before {
	content: "●";
	color: #ec5288;
}


#digital-cd {
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(200, 238, 254, .4);
}
.ltIE9 #digital-cd {
	background: url(/report/img/bg_product.png);
}
#digital-cd h3 {
	color: #0a80a2;
	font-size: 123%;
}
#digital-cd h3:before {
	content: "▼";
}
#digital-cd li {
	list-style: disc;
	margin-left: 30px;
}
#digital-cd li img {
	vertical-align: middle;
	margin: 0 5px 5px 0;
}
