div.concert_info{
	height: 215px;

}


div.greet{
	font-family:'MS ゴシック',sans-serif;
	text-align: center;
}

@media screen and (min-width:500px) {
	div.greet{font-size: larger;}
}

img#main{
	width: 100%;
	max-width: 900px;
}

div.updates{
	border-left: 1px dotted gray;
	font-size: smaller;
}

li{
	list-style-type: none;
	margin-left: -30px;
	margin-top: -20px;
	padding-bottom: 20px;
	font-size: small;
	font-weight: lighter;

}

div.notice{
	text-align: center;
	margin: auto;
}

div.links{
	text-align: center;
	display:flex;
	align-items:center;
	justify-content: space-around;
	padding: 0px 35px;
}

img.notice{
	width: 60px;
	margin: 5px 20px;
}


div.banner{
	padding: 2px 2px 2px 2px;
	text-align: center;
	border: 1px black solid;
	margin-top: 4px;
	margin-bottom: 4px
}


span.countdown{
	text-align: center;
	font-size: medium;
	font-family: sans-serif;

}

span.countdown_number{
	font-size: x-large;
	color: red;
	font-family: sans-serif;


}