@import url("reset.css");

@import url("sp.css") screen and (max-width:850px);
@import url("pc.css") screen and (min-width:851px);
/*@import url("pc.css") screen and (min-width:1051px);
@import url("pc.css") screen and (min-width:1051px) and (max-width:1450px);
@import url("big.css") screen and (min-width:1451px);
*/


/*
@import url("tab.css") screen and (min-width:501px) and (max-width:1200px);
@import url("pc.css") screen and (min-width:1201px);
*/

/*
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@400;800&display=swap');
body{
	font-family: 'M PLUS 2', sans-serif;
}
*/

.finished{
	color: #cdcdcd;
}
.subtitle{
	text-align: center;
	font-weight: bold;
}

.bigImageNavi{
	text-align: right;
	font-size: 85%;
	font-weight: 100;
}

/*
section a,
*/
section a:link,
section a:visited{
	text-decoration: underline 2px;
}


nav.header li{
	margin: 10px auto;
}
nav.bottom li{
	margin: 20px auto;
}

.past{
	color: #bbb !important;
}

.event_poster img{
	margin: 15px auto;
}

div.fee_line img{
	display: inline-block;
}



#nextTime{
	padding: 12px;
	border: #d1788b solid 5px;
	background-image: #cdcdcd ;
	background-image: url( ../img/sp/b112.gif );
	font-weight: 400;
	font-size: 14px;
}
#past_event{
	padding: 12px;
	border: #d1788b solid 5px;
	background-image: #cdcdcd ;
	background-image: url( ../img/sp/b112.gif );
	font-weight: 400;
	font-size: 16px;
}

