@charset "utf-8";
/*------------------------------------------------------------
	下層ページ
------------------------------------------------------------*/
/* #conts .primgList li:nth-child(1) ,
#conts .primgList li:nth-child(2) {
	width: 29.75%;
	float: left;
	border: 1px solid #E5E5E5;
	margin: 15px 0;
}

#conts .imgList li:nth-child(3n-2) {
	margin: 35px 0 0;
}

#conts .imgList li:nth-child(3n-1) {
	margin: 35px 4.95% 0;
} */

@media (max-width: 767px) and (min-width: 0) {
	#main {
		padding-top: 80px;
	}
	
	#conts .imgList li:nth-child(2n) {
		float: right !important;
	}
}