@charset "utf-8";


.join_infobox_content {
	padding-top:0;
	margin-top:-40px;
}
.join_infobox_content .lead {
	width:650px;
	margin:0 auto 30px !important;
	font-size:115%;
}

.phase {
	padding-bottom:50px;
	margin-bottom:30px;
	background:url(/oneminute/common/img/icon_arrow_down.gif) no-repeat bottom center;
}
.phase.last {
	background:none;
	margin-bottom:0;
	padding-bottom:0;
}
.phase h2 {
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
}
.phase iframe {
	width:330px;
	float:left;
}
.phase p {
	float:right;
	width:480px;
}
.phase span {
	font-weight:bold;
}






/* clearfix */
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/

.clear {
	clear: both;
}
