@charset 'UTF-8';

.gallery-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 100%;
}
.gallery-box .article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 36px;
}
.gallery-box .article:nth-child(3n) {
	margin-right: 0;
}
.gallery-box .article .square img {
	padding: 2px;
}
.gallery-box .article .title {
	line-height: 1.75;
	margin-top: 15px;
}
.gallery-box .article .price {
	text-align: right;
	color: #CA2222;
	line-height: 1.75;
}