.faq .banner .info p {
    color: #84530D;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.faq .main .title {
    border-bottom: 1px dotted #A7A7A7;
    background: url("../images/faq_icon.png") no-repeat -189px 18px;
    font-size: 16px;
    height: 36px;
    padding: 13px 0 0 21px;
}

.faq .main .content {
    border-bottom: 1px dotted #A7A7A7;
    line-height: 20px;
    margin: 15px 0;
    padding-bottom: 10px;
}

.faq .main .question {
    background: url(../images/faq_icon.png) no-repeat -153px -16px #fdf7e5;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 36px;
    font-size: 14px;
}

.faq .main .answer {
    margin: 8px 32px 0 36px;
}

.faq .emphasize {
    color: #e6551d;
}

/*private style : anyedai */
.anyedai .stepFlow {
    margin: 10px 0;
}

.anyedai .stepFlow li {
    background: url(../images/step_items.png) no-repeat 0 0;
    float: left;
    height: 75px;
    line-height: 48px;
    padding: 0 18px 0 0;
    width: 123px;
}

.anyedai .stepFlow .last {
    margin: 0;
    padding: 0;
}

.anyedai .investStep .stepFlow {
    height: 84px;
    margin: 10px 0 0 10px;
}

.anyedai .stepFlow li h2 {
    color: #E6551D;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
}

.anyedai .stepFlow li h3 {
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    text-align: center;
}

.anyedai .stepFlow li span {
    color: #999999;
    display: inline-block;
    font-size: 10px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 7px;
    position: absolute;
}

.anyedai .collectionBill {
    margin-top: 10px;
    text-align: center;
    border: 1px solid #cecece;
    font-size: 14px;
    width: 100%;
}

.anyedai .collectionBill th {
    background-color: #FDF4DA;
    padding: 6px;
    border-style: solid;
    border-color: #cecece;
    border-width: 0 1px 0 0;
}

.anyedai .collectionBill td {
    padding: 6px;
    border-style: solid;
    border-color: #cecece;
    border-width: 1px 1px 0 0;
}

.anyedai .collectionBill .lastLine {
    font-weight: bold;
    color: #e6551d;
}

.anyedai .collectionBill .cashAlign {
    text-align: right;
    padding-right: 10px;
}