@charset "utf-8";


/*----------------------------------------------------

	collection

----------------------------------------------------*/

/*----------------------------------------------------

	#collectionSec

----------------------------------------------------*/

#collectionSec {
	margin: 0;
	padding: 0 10%;
	text-align: center;
}

#collectionSec h2 {
	text-align: center;
	margin: 0 0 20px;
}

#collectionSec ul li img {
	width: 100%;
	height: 100%;
}


/*　min-width: 768px より大きい幅の時　*/
@media (min-width: 768px) {
	#collectionSec {
		width: 800px;
		margin: 0 auto;
	}
	
	#collectionSec h2 {
	}
}
















