@charset "UTF-8";

.content li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.content li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.content dl{
	overflow:hidden;
/*	margin-bottom:20px;*/
	text-align:left;
	font-size: 14px;
}

.content dt{
	float:left;
	width:120px;
}

.content dd{
	margin-left: 140px;
}
