@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#first{
 margin-bottom: 30px;
}

#first .same{
 margin-bottom: 16px;
}

#first .same dl{
 margin-bottom: 16px;
}

#first .same dl dt{
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 2px;
}

#first .same ul{
 overflow: hidden;
 zoom: 1;
}

#first .same ul li{
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}

#first .same ul li.last{
 margin-right: 0;
}