@charset "utf-8";
/* CSS Document */
#conbody dl{
    width: 120px;
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
}
#conbody dl:nth-child(5n+5){
    margin-right: 0px;
}
#conbody dt{
    width: 120px;
    margin-top: 3px;
}
#conbody dd{
    width: 120px;
    height: 90px;
}
#conbody dd img{
    max-width: 120px;
    max-height: 90px;
    height: auto !important;
}