/*
fineysytem takahashi
*/

#fs_item_list .imageList.sep4 > li {
    width: 50%;
}
@media only screen and (max-width: 992px){
	#fs_item_list .col-sm-6 {
	    width: 100%;
	}
}

@media only screen and (min-width: 801px) and (max-width: 992px) {
	#fs_item_list .imageList.sep4 > li {
		width: 33.333%
	}
	#fs_item_list .imageList.sep4 > li:nth-child(3n+4) {
		clear: left
	}
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
	#fs_item_list .imageList.sep4 > li {
		width: 50%
	}
	#fs_item_list .imageList.sep4 > li:nth-child(2n+3) {
		clear: left
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	#fs_item_list .imageList.sep4 > li {
		width: 33.333%
	}
	#fs_item_list .imageList.sep4 > li:nth-child(3n+4) {
		clear: left
	}
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
	#fs_item_list .imageList.sep4 > li {
		width: 50%
	}
	#fs_item_list .imageList.sep4 > li:nth-child(2n+3) {
		clear: left
	}
}
@media only screen and (max-width: 480px) {
	#fs_item_list .imageList.sep4 > li {
	    width: 100%;
	}
	#fs_item_list .imageList.sep4>a,#fs_item_list  .imageList.sep4 .itemWrapper {
	    position: relative;
	    margin-left: 0;
	    width: 100%;
	    padding: 0 0 0 25%;
	    float: left;
	}
}
