@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ====== cnvBlock ====== */
.cpn-cnvBlock-01 {
	background: #ffcfe4 url(../img/bg_01_pc.png) center center no-repeat;
	background-size: cover;
	min-height: 122px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	vertical-align: top;
}

.cpn-cnvBlock-01 .c-imgList-01 > li {
	margin-top: 16px;
}

.cpn-cnvBlock-01 .c-imgList-01 > li a:hover,
.cpn-cnvBlock-01 .c-imgList-01 > li a:active,
.cpn-cnvBlock-01 .c-imgList-01 > li a:focus {
	opacity: 0.7;
}

#buy   + .cpn-cnvBlock-01 .c-heading4-01,
#buy   + .cpn-cnvBlock-01 .c-imgList-01 > li:last-child,
#entry + .cpn-cnvBlock-01 .c-heading4-01,
#entry + .cpn-cnvBlock-01 .c-imgList-01 > li:first-child {
	display: none;
}

#buy   + .cpn-cnvBlock-01 .c-imgList-01 > li,
#entry + .cpn-cnvBlock-01 .c-imgList-01 > li {
	margin-top: 0;
}

@media only screen and (max-width: 640px) {
.cpn-cnvBlock-01 {
	background-image: url(../img/bg_01_sp.png);
	padding-top: 20px;
	padding-bottom: 20px;
}

.cpn-cnvBlock-01 .c-imgList-01 > li {
	margin-right: 0;
	margin-left: 0;
}
}
