

/*
-----------------------------------------------------
 お見積もり結果
-----------------------------------------------------
*/

#selectListTitle {
        font-size: 1.2em;
}

#scrollOuter {
        position: absolute;
        top: 104px;
        /*top: 354px;*/
        left: 885px;
        height: 200px;
        /*height: 217px;*/
        width: 331px;
        z-index: 300;
        background-color: none;
        overflow: hidden;
}


#selectListTotalArea {
        position: absolute;
        /*top: 305px;*/
        top: 290px;
        left: 15px;
        height: 65px;
        width: 320px;
        z-index: 100;
        background-color: none;
        overflow: hidden;
        border-top: 2px solid #969696;
}

#jpTotalTextDiv {
        position: absolute;
        top: 35px;
        left: 0px;
        font-size: 0.6em;
        line-height: 1.1em;
        width: 326px;
        background-color: none;
}



#partsListTitle {
        font-size: 1.2em;
}

#totalTitleDiv {
        line-height: 20px;
        font-size: 1.0em;
}

#selectListTotalArea {
        overflow:visible;
}

#totalPriceDiv {
        position: absolute;
        top: -15px;
        left: 100px;
        height: 65px;
        width: 220px;
        background-color: none;
        overflow: hidden;
}

#messageArea{
        font-size: 0.9em;
}


#bikePriceCurrency{
        font-size: 0.7em;
}

#totalPriceCurrency{
        font-size: 0.8em;
}

#loanText {
        font-size: 0.6em;
        left: 156px;
        padding-top: 12px;
}

#dealerLocationText {
        font-size: 0.6em;
        padding-top: 12px;
}

#bikeNameDiv {
        position: absolute;
        left: 5px;
        height: 35px;
        width: 190px;
        background-color: none;
        overflow: hidden;
        line-height: 37px;
        font-size: 0.9em;
        text-align: left;
        color: #000;
        text-overflow:inherit;
        white-space: nowrap;
}

/*
-----------------------------------------------------
 セレクトリスト
-----------------------------------------------------
*/

.aaaa{
        margin-top: 2px;
        margin-left: 20px;
        background-color: none;
        line-height: 1.1em;
        font-size: 0.60em;

}

.bbbb{
        margin-top: 0px;
        margin-left: 0px;
        width: 190px;
        background-color: none;
        line-height: 1.1em;
        font-size: 0.65em;
}

.selectDiv {
        left: 0px;
        /*height: 25px;*/
        min-height: 15px;
        width: 320px;
        background-color: none;
        margin-bottom: -3px;
        /*margin-top: -10px;*/
        overflow: hidden;
}


.selectPartsNameDiv {
        position: absolute;
        left: 5px;
        margin-top: 7px;
        margin-bottom: 5px;
        /*height: 25px;*/
        /*height: 80px;*/
        /*width: 295px;*/
        width: 190px;
        background-color:none;
        /*overflow: hidden;*/
        word-wrap: break-word;
        /*line-height: 26px;*/
        line-height: 1.1em;
        font-size: 0.65em;
        /*text-overflow: ellipsis;*/
        white-space: normal;
        /*white-space: nowrap;*/
}
/*
-----------------------------------------------------
 パーツリスト
-----------------------------------------------------
*/

.accNameDiv {
        font-size: 0.8em;
}

#partsInfoTitle {
        font-size: 1.0em;
}

#partsInfoCode {
        font-size: 0.8em;
}

#partsInfoText {
        font-size: 0.8em;
        line-height: 17px;
        overflow: hidden;
        text-align: none;
        text-justify: none;
}

#partsInfoPriceInteger {
        font-size: 1.2em;
}

#partsInfoDecimal {
        font-size: 0.8em;
}

#partsInfoCurrency {
        font-size: 0.8em;
}

/*
-----------------------------------------------------
パーツ情報表示
-----------------------------------------------------
*/

#jsPartsInfoPriceComent {
        height: 25px;
        background-color: none;
        overflow: hidden;
        line-height: 26px;
        font-size: 0.8em;
        float: right;
        color: #44b034;
}


/*
-----------------------------------------------------
ローンシミュレーション
-----------------------------------------------------
*/

#loanInitialVarCurrency{
        background-color: none;
        white-space: nowrap;
}

#loanAnnotation{
        position: absolute;
        top: 15px;
        right: 28px;
        width: 485px;
        font-size: 0.7em;
        line-height: 1.2em;
        color: #000;
        background-color: none;
        text-align: left;
}
