@charset "utf-8";
/*--------------------------------------------------
 * スマイル・ネット
 * Version 1.0.0
 * detail.css
 *--------------------------------------------------*/
#contentWrapper #content .main .topics{
    clear:both;
    color:#333333;
    margin:0px 0px 30px 0px;
}


#contentWrapper #content .main .topics dl{
    clear:both;
    padding: 5px 0px 5px 0px;
    border-top:solid 1px #cccccc;
    margin:0px 0px 0px 0px;
}


#contentWrapper #content .main .topics dl dt{
    font-size:1.3em;
    line-height:1.8em;
    float:left;
    width:103px;
    letter-spacing:0em;
    padding:0px 0px 10px 0px;
}


#contentWrapper #content .main .topics dl dd{
    width:487px;
    float:right;
    font-size:1.3em;
    line-height:1.8em;
    letter-spacing:0em;
    background:url(images/list_arrow.gif) no-repeat 0px 9px;
    vertical-align:bottom;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 10px;
}
