
/*===================================================== */
/* LINEUP PAGE
======================================================= */
@charset "UTF-8";

@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;
}
#link h3{
	text-align: center;
}
#link section{
	width:100%;
	margin: 0 auto 20px;
}



/* list area
-------------------------------------------------------- */
#link #listArea{
	margin:0 auto 0px;
	text-align:center;	
}
#link #listArea .box{
	width:auto;
}


#link #group_link{
	margin: 0 0 30px;
}
#link #group_link ul{
	display:flex;
	width:100%;
}
#link #group_link li{
	width:15%;
	margin: 0 5%;
}
#link #group_link li img {
	width:100%;
}
