@charset "utf-8";
/*--------------------------------------------------
 * スマイル・ネット
 * Version 1.0.0
 * detail.css
 *--------------------------------------------------*/
#content ul.num_list{
    list-style-type:decimal;
    margin:0px;
    padding:0px 0px 20px 30px;
}

#content ul.num_list li{
    margin:0px 0px 15px 0px;
    font-size:1.3em;
    letter-spacing:0.1em;
    line-height: 1.5em;
}


#content ul.num_list li .title{
    font-weight: bold;
}


#content ul.num_list li .detail{
    color:#666666;
}


#content * ul.num_list * table{
    border-left:solid 1px #dddddd;
    border-bottom:solid 1px #dddddd;
    border-collapse: collapse;
}

#content * ul.num_list * table * th{
    font-weight: normal;
    border-top:solid 1px #dddddd;
    border-right:solid 1px #dddddd;
    padding:5px;
    background-color: #f8f8f8;
    text-align: center;
}


#content * ul.num_list * table * td{
    border-top:solid 1px #dddddd;
    border-right:solid 1px #dddddd;
    padding:5px 3px 5px 3px;
    text-align: center;
}


#content * span.description{
    font-size:1.3em;
    line-height:1.8em;
    letter-spacing: 0.1em;
}


#content * .line{
    margin:0px 0px 20px 0px;
    border-top:dashed 1px #dddddd;
}


#content * .line hr{
    display:none;
}


#content * table.form * .keisan{
    color:#666666;
    text-align:left;
}


#content * table.form * .kingaku{
    text-align:right;
}


#content * table.form * .kingaku span{
    font-size:1.3em;
    font-weight:bold;

}