@charset "utf-8";

.eq{
margin-left:10px;
margin-top:15px;
width:635px;
}

.eq dl{
width:635px;
border-top:1px #ccc dotted;
padding-top:0.2em;
}

.eq dt{
float:left;
width:120px;
color:#0066CC;
line-height:1.8em;
}

/*\*/
.eq dt {
clear: both;
}

.eq dd{
float:left;
width:500px;
line-height:1.8em;
}

/*\*/
* html .eq dd {
float: none;
}

/**/
*:first-child + html .eq dd {
float: none;
}













