﻿#Queastion .content .topic
{
    clear:both;
    float:left;
    margin-top:20px;
    width: 592px;
}


#Queastion .content .topic div.title
{
    float: left;
    width: 100%;
    height: 23px;
    
}

#Queastion .content .topic div.title h1.title
{
    float: left;
    font-size: 1.1em;
    margin-left: 9px;
    margin-top:3px;
    color: #FFFFFF;
}

#Queastion .content .topic h2.title
{
    clear: left;
    float: left;
    font-size: 1.2em;
    margin-top: 10px;
    color: #E1B0D0;
}

#Queastion .content #topic2 .topic h2.title
{
    color: #A9CAEB;
}

#Queastion .content #topic3 .topic h2.title
{
    color: #BCD872;
}

#Queastion .content .topic .value
{
    float:left;
    width: 100%;
    --height:200px;
    margin-top: -13px;
    padding-bottom:15px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #D8D8D8;
    --border: 1px solid #000000;
}

#Queastion .content .topic .value h3
{
--height:20px;
    float:left;
    width: 100%;
    color: #393635;
    --border: 1px solid #000000;
}

#Queastion .content .topic .value h1.title,#Queastion .content .topic .value h1.detail
{
    --line-height:20px;
    float: left;
    --width: 100%;
    margin-top:15px;
    }

#Queastion .content .topic .value h1.title
{
    clear:left;
    color: #393635;
    --border: 1px solid #000000;
}

#Queastion .content .topic .value h1.detail
{
    color: #F18E14;
    --border: 1px solid #000000;
    font-size: 1.05em;
    margin-top: 12px;
    font-weight: bold;
}


#Queastion .content .topic .value .pic
{
    width:100px;
    height:100px;
    float:right;
    margin-top:10px;
    margin-left:0px;
    margin-bottom:0px;
    --border: 1px solid #000000;
    }


#Queastion .content #topic3 .topic .value h3
{
    letter-spacing:0px;
    line-height:20px;
}