﻿.parent {
    text-align: center;         /* 子要素を左右中央揃えにする */
    /*border: solid 1px;*/          /* 枠線指定 */
    /*padding:  20px;             /* 余白指定 */*/
}
 .tableOuterDiv{
    display: inline-block;
    background-position-y: -40px;
    background-image: url('../img/背景.png');
    background-repeat: no-repeat;
}
.inline-block_test {
    display: inline-block; /* インラインブロック要素にする */;
    position: relative;
    padding: 3px;
    margin: 3px;
    width: 290px; /* 余白指定 */;
    border: 1px solid #808080;
    border-radius: 7px;

}

.saleCarImg{
    width:150px;
    float:left;
}


.saleCarTable{
    background-position: -30px 50px;
    /*border: 1px ridge #C0C0C0;*/
    width: 132px;
    background-image: url('../img/吹き出し.png');
    background-repeat: no-repeat;
    border-collapse:collapse;
    border-spacing:0;
}

.td1{
    display:inline-block;
    width:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.td2{
    display:inline-block;
    width:125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.td3{
    padding-left: 5px;
}
.td4{
    padding-top: 1px;
}
.td3Div1{
    /*border: 1px solid #000000;*/
    display: inline-block;
    font-size: x-large;
    font-weight: bold;
    width: 75px;
    text-align: center;
    margin-top: -5px;
}
.td3Div2{
    display:inline-block;
}
.td3Div3{
    color: #FF0000;
    padding-left: 5px;
}

.saImg{
    position: absolute;
    margin-top: 60px;
    margin-left: 100px;
    width: 30px;
}


.tableDiv_1{
    background-position: 0px -40px;
    border: 1px solid #ffffff;
    margin-left: 153px;
    text-align: left;
    background-image: url('../img/背景.png');
    background-repeat: no-repeat;
}
.tableDiv_2{
    background-position: -25px 47px;
    height: 112px;
    background-image: url('../img/吹き出し.png');
    background-repeat: no-repeat;
}

.tableDivTd_1{
    height: 18px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tableDivTd_2{

    height: 18px;
    width: 140px;
    color: #FF0000;
    padding-left: 20px;
    margin-top:7px;
}
.tableDivTd_3{
    width: 130px;
}
.tableDivTd_3_d1{
    width: 80px;
    display: inline-block;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
    margin-top:-5px;
    margin-bottom:-5px;
}
.tableDivTd_3_d2{
    width: 30px;
    display:inline-block;
   
}
