@charset "UTF-8";
/*===================================================== */
/* LINEUP PAGE
======================================================= */

/*@import url(https://fonts.googleapis.com/earlyaccess/notoserifjapanese.css);*/

@font-face {
	font-family: BASKVILL;
	src: url(../font/BASKVILL.TTF) format('truetype');
}

/* layout
-------------------------------------------------------- */
#contentsContainer{
	width:100%;
	margin:0 auto 60px;
}
#lineup h3{
	text-align: center;
}
#lineup section{
	width:100%;
	margin: 0 auto 20px;
}

