

.blocks{
	display:block;
	clear:both;
	margin-left:-30px;
	list-style:none;
}

.blocks:after{
	display:block;
	clear:both;
	content:'';
}

.no-generatedcontent .blocks{
	overflow:hidden;
}

.blocks li{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	clear:both;
	padding:0 0 0 0px;
	background:none;
}

.blocks li img {
	max-width:90%;
}
.blocks-inner {
	border:1px solid #cccccc;
	border-radius: 8px 8px 8px 8px;
	margin:10px;
	padding: 10px;
}
.blocks-title {
	font-size:14px;
	color:#003;
	font-weight:bold;
}
.blocks-inner-detail {
	background-color:#CCC;
	height:98%;
}
.no-boxsizing .blocks>li{
	padding:0;
}

.no-boxsizing .blocks-wrap{
	margin:0 0 0 0px;
}

@media(min-width:320px){
	.blocks>li{
		clear:none;
	}

	.blocks-four-up>li,.blocks-five-up>li,.blocks-six-up>li{
		float:left;
		width:50%;
	}

	.blocks-four-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(2n+1),.blocks-six-up>li:nth-child(2n+1){
		clear:left;
	}

	.no-nthchild .blocks-start{
		clear:left;
	}

	.no-nthchild .blocks-end{
		zoom:1;
		float:none;
		width:auto;
	}

}

@media(min-width:480px){

	.blocks-two-up>li,.blocks-three-up>li{
		float:left;
		width:50%;
	}

	.blocks-five-up>li,.blocks-six-up>li{
		width:33.333333%;
	}

	.blocks-five-up>li:nth-child(2n+1),.blocks-six-up>li:nth-child(2n+1){
		clear:none;
	}

	.blocks-two-up>li:nth-child(2n+1),.blocks-three-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(3n+1),.blocks-six-up>li:nth-child(3n+1){
		clear:left;
	}

	.blocks img{
		width:auto;
	}

}

@media(min-width:600px){
	.blocks-three-up>li{
		width:33.333333%;
	}

	.blocks-four-up>li{
		width:25%;
	}

	.blocks-five-up>li{
		width:20%;
	}

	.blocks-six-up>li{
		width:16.666667%;
	}

	.blocks-three-up>li:nth-child(2n+1),.blocks-four-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(3n+1),.blocks-six-up>li:nth-child(3n+1){
		clear:none;
	}

	.blocks-three-up>li:nth-child(3n+1),.blocks-four-up>li:nth-child(4n+1),.blocks-five-up>li:nth-child(5n+1),.blocks-six-up>li:nth-child(6n+1){
		clear:left;
	}

}
