@charset "utf-8";



/*=================================

	descriptionDateList

=================================*/
.descriptionDateList {
	margin-top: 14px;
}
.descriptionDateList > dt{
	float: left;
}
.descriptionDateList > dd{
	padding-left: 7.5em;
}


/*=================================

	clearfix

=================================*/
#development .age dd .twoCol:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
#development .age dd .twoCol {
	zoom: 1;
}