.ctgItemList {
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.ctgItemList li {
	margin: 0 5% 40px 0;
	width: 30%;
}
.ctgItemList li:nth-of-type(3n) { margin-right: 0; }

.ctgItemList figure img {
	max-width: none;
	width: 100%;
}

@media (max-width: 480px) {
	.ctgItemList li {
		margin: 0 4% 40px 0;
		width: 48%;
	}
	.ctgItemList li:nth-of-type(3n) { margin-right: 4%; }
	.ctgItemList li:nth-of-type(2n) { margin-right: 0; }
}

h3.ctgItemName {
	font-weight: 500;
	letter-spacing: 0;
}
.ctgItemPrice {
	color: #E54614;
}
.ctgItemPrice span {
	color: #333;
}

.expl {
	font-size: 14px;
	letter-spacing: 0;
}

.txt_c { text-align: center; }
.mar_t_50 { margin-top: 50px; }
.mar_b_50 { margin-bottom: 50px; }