/*
########################################################
  athletes style
########################################################
*/

.athletes{
	zoom: 1;
}

.athletes h2.title{
	width: 820px;
	margin-bottom: 50px;
}
.athletes h3{
	color: #CC0004;
	font-size: 150%;
	margin-bottom: 30px;
	padding-left: 160px;
	font-weight: normal;
}
.athletes .detail{
	zoom: 1;
	border-left: #BFBFBF solid 1px;
	margin-left: 160px;
}
.athletes .detail dl{
	zoom: 1;
}
.athletes .detail dl dt{
	width: 224px;
	font-size: 120%;
	padding-left: 15px;
	padding-right: 20px;
	float: left;
	margin-bottom: 30px;
}
.athletes .detail dl dd{
	width: 400px;
	font-size: 83%;
	float: left;
	margin-bottom: 30px;
}
.athletes .detail dl dt.last,
.athletes .detail dl dd.last{
	margin-bottom: 0;
}

.athletes:after,
.athletes .detail dl:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
