@charset "UTF-8";

@media screen and (max-width: 750px) {

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		共通
	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	#bunkazaiPage .mvWrap { background: url(/event/images/mv_bg_sp.jpg) no-repeat center top / cover; }

	/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		index.html
	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	#eventPage #indexSection #listArea { margin-top: 20px; padding: 30px 0; }
	#eventPage #indexSection #listArea ul#indexList li { width: 48%; margin-left: 4%; }
	#eventPage #indexSection #listArea ul#indexList li:nth-child(2n+1),
	#eventPage #indexSection #listArea ul#indexList li:nth-child(4n+1) { margin-left: 0; }
	#eventPage #indexSection #listArea ul#indexList li:nth-child(n+3),
	#eventPage #indexSection #listArea ul#indexList li:nth-child(n+5) { margin-top: 10px; }
	#eventPage #indexSection #listArea ul#indexList li div { background: #ffffff; padding: 10px; }
	
}