
.col5 {
	float:left;
	column-count: 5;
	column-gap: 40px;
	text-align: left;
	width: 920px;
	height: 220px;
}
.col4 {
	float:left;
	column-count: 4;
	column-gap: 40px;
	text-align: left;
	width: 728px;
	height: 220px;
}
.col3 {
	float:left;
	column-count: 3;
	column-gap: 41px;
	text-align: left;
	width: 537px;
	height: 220px;
}
.col2 {
	float:left;
	column-count: 2;
	column-gap: 38px;
	text-align: left;
	width: 346px;
	height: 220px;
}
.col2_img {
	float:left;
	width: 346px;
	height: 220px;
}
.col {
	column-count: 1;
	float:left;
	text-align: left;
	width: 155px;
	height: 220px;
}
.colspace {
	float:left;
	width:36px;
	height: 220px;
}


.foto_dx {float:right;}
