@charset "utf-8";

.colWrap {
	position: relative;
	overflow: hidden;
}
.colWrapLine {
	position: relative;
	overflow: hidden;
}
.col2 {
	position: relative;
	width: 49%;
	float: left;
}

.col3 {
	position: relative;
	width: 32%;
	margin-right: 2%;
	float:left;
}
	
.col4 {
	position:relative;
	width:23.5%;
	margin-right: 2%;
	float:left;
}

.col5 {
	position:relative;
	width:18.4%;
	margin-right: 2%;
	float:left;
}

.col6 {
	position:relative;
	width:15%;
	margin-right: 2%;
	float:left;
}
.lastCol, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child {
	float: right;
	margin-right: 0 !important;
}

@media (max-width: 955px){
	.colWrap.col2 { width:auto; float:none; margin:0; padding-top:20px; }
	.colWrap.col2.lastCol { width:auto; float:none; padding-top:0 !important; }
}

@media (max-width: 768px){
	.col4 { width:49%; }

}
@media (max-width: 568px){
	.col2, .col3, .col4, .col5, .col6, .lastCol, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child { width:auto !important; float:none; margin:0 !important; padding-bottom:20px; }
	.lastCol { padding-bottom:0 !important; }
}
