@charset "utf-8";

/* text */
div#stage p.stagep {
	height: 76px;
}
img.arrow {
	padding: 13px 0;
}

/* stage */
div#stage {
	width: 500px;
	padding: 10px 0 0 20px;
}
div#stageLeft {
	float: left;
	width: 132px;
	text-align: center;
}
div#stageRight {
	float: right;
	width: 350px;
}
h2#factor {
	clear: both;
}

/* float close */
div#stage {
	overflow: auto;
	overflow: visible;
}
div#stage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* hides from ie-mac */
* html div#stage {
	height: 1%;
}
div#stage {
	display: block;
}
/* end hide from ie-mac */