@charset "shift_jis";


.strong-price {
    font-weight: bold;
    font-size: 16px;
}

.strong-price span {
    font-size: 9px;
}


/**
 * price
 *
 */
table.price {
}

table.price .midashi {
    height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(227,20,49,1.00);
    color: rgba(255,255,255,1.00);
    background-image: linear-gradient(180deg,rgba(230,33,48,1.00) 0%,rgba(167,28,32,1.00) 100%);
    border-radius: 3px;
}

table.price .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgba(220,28,54,1.00);
}

table.price table.cars {
    margin: 10px 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 0px 10px;
    border: 0px;
}

table.price table.cars td {
    margin: 0px;
}

table.price table.cars > tbody > tr {
}

table.price table.cars > tbody > tr > td {
    padding: 10px 0px;
    background-color: rgba(0,0,0,0.05);
}

table.price table.cars td.type {
    padding: 0px 10px 0px 10px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    color: rgba(220,28,54,1.00);
}

table.price table.cars td.photo {
    padding: 0px 5px;
}

table.price table.cars td.photo img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}

table.price table.cars td.gokei {
    padding: 0px 5px;
    white-space: nowrap;
}

table.price table.cars td.gokei span.caption {
    display: block;
    margin: 10px 2px;
    padding: 5px 0px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(220,28,54,1.00);
}

table.price table.cars td.gokei span.price {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: rgba(220,28,54,1.00);
}

table.price table.cars td.gokei span.price.cond {
    letter-spacing: -1px;
}

table.price table.cars td.gokei span.price span.en {
    font-size: 12px;
    font-weight: bold;
}

table.price table.cars table.hyou {
    margin: 0px 0px 0px 10px;
}

table.price table.cars table.hyou th {
    text-align: left;
    padding: 0px 5px 0px 10px;
    white-space: nowrap;
    font-weight: normal;
}

table.price table.cars table.hyou td {
    text-align: right;
    white-space: nowrap;
}


/**
 * kojo
 *
 */
table.kojo {
    width: 100%;
}

table.kojo td.midashi {
    height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(227,20,49,1.00);
    color: rgba(255,255,255,1.00);
    background-image: linear-gradient(180deg,rgba(230,33,48,1.00) 0%,rgba(167,28,32,1.00) 100%);
    border-radius: 3px;
}

table.kojo td.title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgba(220,28,54,1.00);
}

table.kojo table.outline {
    width: 100%;
}

table.kojo table.outline table.hyou {
    margin: 0px 0px 10px 0px;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

table.kojo table.outline table.hyou th {
    padding: 5px;
    text-align: left;
    line-height: 150%;
    white-space: nowrap;
    color: rgba(255,255,255,1.00);
    background-color: rgba(220,28,54,1.00);
}

table.kojo table.outline table.hyou td.price {
    font-size: 26px;
    font-weight: bold;
    color: rgba(220,28,54,1.00);
    white-space: nowrap;
    border-bottom: thin solid rgba(220,28,54,1.00);
}

table.kojo table.outline table.hyou td.price span.en {
    font-size: 18px;
}

table.kojo table.outline td.photo {
    text-align: right;
}

table.kojo table.outline td.photo div {
    position: relative;
    text-align: left;
}

table.kojo table.outline td.photo span {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    padding: 10px;
    font-weight: bold;
}

table.kojo table.outline div.photo img {
    width: 100%;
}

table.kojo table.outline span.maru {
    padding: 5px 15px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(220,28,54,1.00);
    font-weight: bold;
    border-radius: 15px;
}

table.kojo table.outline span.maru small {
}

table.kojo td.syuri {
    text-align: center;
}

table.kojo table.sonota {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    border-collapse: collapse;
}

table.kojo table.sonota td {
    padding: 5px;
}

table.kojo table.sonota td.hoken {
    padding: 0px 10px 0px 10px;
}

table.kojo table.sonota td.hoken span {
    display: block;
    padding: 5px 10px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(220,28,54,1.00);
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    border-radius: 5px;
}
