@charset "utf-8";

h2{
	margin: 0px;
	padding: 0px;
}

article.allstage{
	background-color: #2582c6;
}

div.kv{
	margin: 0 0 30px 0;
}

div.tandemLeft{
	float: left;
	padding: 0 30px 0 15px;
}

div.tandemRight{
	float: right;
	width: 210px;
	padding: 0 15px 0 0px;
}

div.nextStage{
	width: 690px; height: 430px;
	background-color: #174472;
	margin: 0 0 38px 0;
}


div.nextStage ul li{
	padding: 0px;
	border-bottom: solid 2px #036db7;
	height: 128px;
}

div.umbFinalist{
	width: 690px; height: 170px;
	background-color: #174472;
}

div.tandemRight section.longBlock{
	width: 190px;
	padding: 10px;
	background-color: #174472;
}

div.tandemRight section.longBlock p.text{
	text-align: center;
	padding:  8px 0;
}

div.tandemRight section.block a{
	width: 190px;
	padding: 10px;
	background-color: #174472;
}

section.block a{
	height: 154px;
	width: 190px;
	padding: 10px;
	background-color: #174472;
	overflow: hidden;
	display: block;
}


div.cont{
	width: 960px;
	clear: both;
	padding: 30px 15px;
}

div.cont section{
	float: left;
	margin: 0 15px;
}

div.cont div.top{
	height: 106px;
}

div.cont div.top section:first-child{
	margin: 0 15px 0 0; 
}

div.cont div.top section:last-child{
	margin: 0 0 0 15px; 
}

div.cont div.bottom{
	height: 106px;
	clear: both;
	padding: 30px 0 0 0;
}

div.cont div.bottom section:first-child{
	margin: 0 15px 0 0; 
}

div.cont div.bottom section:last-child{
	margin: 0 0 0 15px; 
}






