/*-- 共通 --*/
#SpecialWrapper p {
	line-height:1.3;
}

#SpecialWrapper ul li {
	line-height: 1.5;
}

.mainDetail {
	margin: 10px 0;
/*	margin:20px 0;*/
}

#SpecialWrapper .mainDetail p.mainTxt {
	max-width:665px;
}

#SpecialWrapper .mainDetail p.mainLink {
	position: absolute;
	margin-top: -18px;
	max-width:980px;
	text-align:right;
	font-size: 115%;
}

#SpecialWrapper .mainDetail p.mainLink a{
	background:url(/premium/mall/special/grocery2014/images/linkArrow.gif) no-repeat left;
	color:#1c4eab;
	font-weight:bold;
	padding-left: 25px;
	text-decoration:underline;
}

#SpecialWrapper .mainDetail p.mainLink a:hover{
	opacity:0.8;
}

/*-- カテゴリ --*/
.cat {
	margin-bottom:10px;
}

#SpecialWrapper p.catTtlTxt {
	background:#0657ed;
	color:#FFF;
	font-weight:bold;
	padding:15px;
	font-size: 154%;
}

/*-- ショップブロック --*/
#SpecialWrapper ul.shopList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:5px;
}

#SpecialWrapper ul.shopList li {
	width: calc((100% - 10px * 3) / 3);
	margin-bottom:20px;
	border: 3px solid #000000;
	box-sizing: content-box;
}

/*-- ショップブロック内 --*/
.shopSp {
	background:#000000;
/*		background:#0657ed; */
	color:#FFF;
	padding:6px 9px;
	font-weight:bold;
/* add: 2020/9/28 */
	width: auto;
	margin-left: -1px;
}

.shopTxt {
	padding:10px 9px 25px 9px;
}

.shop {
	background:#feffa9;
	text-align:center;
	padding:10px 9px;
}

.priceBox {
	padding:9px 0;
	text-align:center;
}

.priceRead {
	font-size:86%;
	font-weight:bold;

}

.priceRead span.yen {
	color:#333;
	background:url(/premium/mall/special/grocery2014/images/yenMark.gif) no-repeat left 0px;
	padding-left: 20px;
}

.priceRead span {
	color:#d61c2f;
}

.priceRead span.pBig{
	font-size:255%;
}

.priceRead span.pMid{
	font-size:110%;
}

.shopBtn span {
	display:inline-block;
	background:url(/premium/mall/special/grocery2014/images/btn.gif) no-repeat center;
	width:184px;
	color:#FFF;
	padding:13px 0 10px 0;
	font-weight:bold;
}


/*-- ※変更しない --*/
#SpecialWrapper ul.shopList li.mgR0 {
	margin-right:0;
}

#SpecialWrapper ul.shopList li.blank {
	clear:both;
}
/*-- ※変更しない --*/



.theme_lnk_wrap{
	display: flex;
	justify-content: space-between;
/*	width:980px;
	text-align:left;
	margin-left:0;
*/
}
.theme_lnk_wrap > div{
	width: calc((100% - (10px * 2)) / 3);
}

.mainArea {
	margin-bottom: 20px;
}


.theme1 .shop { background: #ceedfe; }
.theme2 .shop { background: #ffe1ed; }
.theme3 .shop { background: #fffbd2; }

@media print, screen and (max-width: 768px) {
	.mainVis,
	.bnrArea {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.bnrArea {
		margin-top: 20px;
	}

	#SpecialWrapper ul.shopList li {
		width: 100%;
	}
	.shopSpBnr {
		text-align: center;
	}

	.theme_lnk_wrap{
		display: block;
		text-align: center;
	}
	.theme_lnk_wrap > div{
		width: 100%;
	}

}
