@charset "UTF-8";
#challenge {
	position: absolute;
	top: 590px;
	left: 50%;
	width: 1100px;
	margin-left: -550px;
	height: 180px;
}
#challenge .inner {
	width: 100%;
	height: 180px;
	position: relative;
}
#challenge .info-goal {
	position: absolute;
	top: 12px;
	font-size: 14px;
	right: 68px;
	text-align: right;
	color: #FFF;
	z-index: 100;
	letter-spacing: 0.4pt;
}
#challenge .info {
	position: absolute;
	/*top: 82px;
	left: 860px;*/
	top: 40px;
	left: 97px;
	font-size: 12px;
	color: #FFF;
	z-index: 100;
	letter-spacing: 0.4pt;
}
#challenge .info .btn {
	padding-top: 8px;
}
#challenge .info .btn a:hover {
	opacity: 0.8;
}
#angle {
	width: 980px;
	margin: 35px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 61px;
	z-index: 90;
	background: url(../images/launch/challenge_grid.png) no-repeat left bottom;
}

.grid {
	width: 45px;
	margin-top: 35px;
	float: right;
	color: #FFF;
	border-collapse: collapse;
}
.grid td {
	padding: 0;
	height: 20px;
	width: 100%;
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	font-family: Helvetica, sans-serif;
}
.dots {
	width: 1000px;
	height: 125px;
	position: absolute;
	left: 61px;
	top: 35px;
	z-index: 92;
}
.dots ul {
	position: relative;
}
.dots li {
	position: absolute;
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #000;
	margin-top: -3px;
	margin-left: -3px;
}
/*.dots li.d1 {
	top: 105px;
	left: 122px;
}
.dots li.d2 {
	top: 89px;
	left: 244px;
}
.dots li.d3 {
	top: 84px;
	left: 366px;
}*/
.dots li.goal {
	background: none;
	top: 0;
	left: 976px;
	border: solid 2px #FFF;
	margin-top: -4px;
	margin-left: -4px;
}
.namearea {
	clear: both;
	position: absolute;
	top: 155px;
	z-index: 92;
}
.namearea ul {
	width: 1100px;
	/*background: #FF0;*/
	overflow: hidden;
}
.namearea li {
	font-size: 12px;
	float: left;
	width: 108px;
	padding-left: 14px;
	box-sizing: border-box;
	/*background: #0F0;*/
	text-align: center;
}
.namearea li:before {
	content: '|';
	display: block;
	font-size: 10px;
	color: #000;
	line-height: 1;
}
@media screen and (max-width: 1100px) {
	#challenge {
		position: absolute;
		top: 640px;
		left: 0;
		margin-left: 0;
	}
}