@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	共通
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#eventPage .mvWrap { background: url(/event/images/mv_bg_pc.jpg) no-repeat center top / cover; }

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	index.html
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#eventPage #indexSection #mainArea p.topLeadTxt { text-align: center; }
#eventPage #indexSection #listArea { margin-top: 40px; padding: 60px 0; background: #f4f1ed; }
#eventPage #indexSection #listArea ul { overflow: hidden; }
#eventPage #indexSection #listArea ul#indexList li { float: left; width: 228px; margin-left: 28px; }
#eventPage #indexSection #listArea ul#indexList li:nth-child(4n+1) { margin-left: 0; }
#eventPage #indexSection #listArea ul#indexList li:nth-child(n+5) { margin-top: 28px; }
#eventPage #indexSection #listArea ul#indexList li img { width: 100%; }
#eventPage #indexSection #listArea ul#indexList li div { background: #ffffff; padding: 15px; }
#eventPage #indexSection #listArea ul#indexList li div p.listDate { font-size: 81%; }
#eventPage #indexSection #listArea ul#indexList li div p.listTxt { font-size: 94%; }
