#content {
	background-color: #231302;
}
.hentry {
	margin-bottom: 0;
}
.entry-content {
	padding-bottom: 0;
}

#superSale26 {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	background-color: #190909;
	padding-top: 10px;
}
#superSale26 section {
	margin: 0;
}
#superSale26 figure {
	margin: 0;
}
#superSale26 figure img {
	display: block;
}

#superSale26 .shopinfo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: #000;
	padding: 30px 36px;
}
#superSale26 .shopinfo img:first-child {
	width: 40%;
}
#superSale26 .shopinfo img:last-child {
	width: 48%;
}
@media screen and (max-width: 767px) {
	#superSale26 .shopinfo {
		flex-direction: column;
	}
	#superSale26 .shopinfo img:first-child {
		margin-bottom: 32px;
		width: 100%;
		max-width: 410px;
	}
	#superSale26 .shopinfo img:last-child {
		width: 100%;
		max-width: 320px;
	}
}
@media screen and (max-width: 580px) {
	#superSale26 .shopinfo img:first-child {
		max-width: 350px;
	}
}
@media screen and (max-width: 480px) {
	#superSale26 .shopinfo {
		padding-top: 24px;
		padding-bottom: 28px;
	}
	#superSale26 .shopinfo img:first-child {
		margin-bottom: 26px;
	}
	#superSale26 .shopinfo img:last-child {
		max-width: 300px;
	}
}