@charset "utf-8";
/* CSS Document */

#front_right {
	width: inherit;
	column-gap: 2%;
	-moz-column-gap: 2%;
	-webkit-column-gap: 2%;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;/*	-moz-column-gap:60px; */
}
