@charset "shift_jis";

/* 全体 */
.choice {
/*    margin:25px auto auto 250px;*/
    margin:150px;
    width:700px;
    border-left:4px solid #bb0000;
    border-right:4px solid #bb0000;
    border-bottom:4px solid #bb0000;
    z-index:10005;
    display:none;
    position:absolute;
    background-color:#F5F5F5;
}

.choice h2.main_ti {
    border:none;
    padding:5px 14px;
    background:#bb0000;
    color:#FFFFFF;
    font-size:22px;
    font-weight:bold;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* ボタン */
.choice p.back_close{
    margin:8px 14px;
    height:24px;
    overflow:hidden;
}
.choice p.back_close .btn_back {
    display:block;
    float:left;
}
.choice p.back_close .btn_close {
    display:block;
    float:right;
}
.choice p.check {
    margin:0 14px 10px;
    text-align:center;
}

/*メーカーを選ぶ*/
.choice .car_japan {
    margin:0 14px 20px;
}

.choice .car_japan h3 {
    border:none;
    margin-bottom:2px;
    height:17px;
    padding-bottom:2px;
    border-bottom:1px solid #CCCCCC;
    background:url(/common/img/quick_search/ti_japan.gif) no-repeat;
    text-indent:-9999px;
}

.choice .car_japan ul {
    overflow:hidden;
    height:1%;
    text-align:left;
}

.choice .car_japan li {
    float:left;
    width:224px;
    line-height:1.8;
}

.choice .car_import {
    margin:0 14px 20px;
}

.choice .car_import h3 {
    border:none;
    margin-bottom:2px;
    height:17px;
    padding-bottom:2px;
    border-bottom:1px solid #CCCCCC;
    background:url(/common/img/quick_search/ti_import.gif) no-repeat;
    text-indent:-9999px;
}
.choice .car_import ul {
    overflow:hidden;
    height:1%;
    text-align:left;
}
.choice .car_import li {
    float:left;
    width:224px;
    line-height:1.8;
}

/*車種を選ぶ メイン索引*/
.choice ul.main_index {
    overflow:hidden;
    height:1%;
    margin:20px 14px 14px;
    padding-bottom:4px;
    border-bottom:1px solid #CCCCCC;
}
.choice ul.main_index li {
    display:block;
    float:left;
    margin-right:15px;
    font-weight:bold;
}

/*車種を選ぶ サブ索引*/
.choice .sub_ti {
    border:none;
    background-image:none !important;
    margin:0 14px 5px; 
    padding-bottom:2px;
    border-bottom:1px solid #CCCCCC;
    font-size:140%;
    font-weight:bold;
}
.choice ul.sub_index {
    overflow:hidden;
    height:1%;
    margin:0 14px 35px;
    text-align:left;
}
.choice ul.sub_index li {
    float:left;
    width:224px;
    line-height:1.8;
}


/* マスキングのスタイル add 2008.10.14 mori */
.mask {
    margin: 0px auto auto 0px;
    background-color:black;
    position:absolute;
    z-index:10002;
    display:none; 
    filter:alpha(opacity=50);
    opacity:0.5;
}

