@charset "UTF-8";
.blklbl{
	display: inline-block;
	margin: 10px 0;
	padding: 5px;
	width: 60%;
	min-width: 250px;
	max-width: 400px;
	white-space: nowrap;
	overflow: visible;
	border: 1px solid #000;
	background: #000;
	color:#fff;
	font-weight: 700;
	border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px;
}
.redlbl{
	display: block;
	padding: 5px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
	border: 1px solid #C60000;
	background: #C60000;
	color:#fff;
	font-weight: 700;
	border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px;
}
.gryattn{
	display: block;
	padding: 10px;
	background-color: #ddd;
	border: 1px solid #666;
	line-height: 1em;
	margin-bottom: 1em;
}


h2.t1 {
	display:block;
	background: #000;
	color:#fff;
	text-align: center;
	margin: 0 -15px 2em -15px;
	text-shadow: 3px 3px 3px #333; 
}
h3.t2{
	font-weight: 900;
	display: block;
	padding: 16px 0 8px 0;
	margin: 32px 0;
	border-bottom: 2px solid #666;
}
h3.t2 small{
	display: inline-block;
	padding-left: 16px;
}
@media screen and (max-width:575px) { 
	h3.t2 small{
		display: block;
		padding-left: 0px;
		font-size:0.6em;
		color:#666;
	}
}

#lineup{
	background-image: url(../superd/images/bg_lineup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}