

#itemName {
	margin-bottom: 0;
}

.conteSp picture {
	display: block;
}


.readBox {
	margin: 20px;
}

.setBox{
	width: 200px;
	margin-bottom:15px;
}
.setBox img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.setBox p {
	background: #f0de95;
	padding: 2px;
	margin-top: 5px;
	font-size: 14px;
}


@media screen and (max-width: 767px), print {
	.setBox {
		width: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}	
	.setBox img{
		width: 49%;
		margin-bottom: 0;
	}
	.setBox p {
		width: 100%;
	}
}

