@charset "utf-8";
/* ===================================================================

toyota.jp tjp_001_p_002.css

MIRAI専用CSS 001_p_002
------------------------------------------------------------------- */
/* ===================================================================
 - グレード詳細　価格一覧
=================================================================== */
#main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell{
    width: 19%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell{
        width: 13%;
    }
}
#main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col{
    width: 12%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col{
        width: 12%;
    }
}
#main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col{
    width: 5%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col{
        width: 9%;
    }
}
#main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col{
    width: 13%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col{
        width: 15%;
    }
}
#main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col + col{
    width: 8%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col + col{
        width: 8%;
    }
}
#main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col + col + col{
    width: 20%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col + col + col{
        width: 19%;
    }
}
#main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col + col + col + col{
    width: 23%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.price-table col.fixed-cell + col + col + col + col + col + col{
        width: 24%;
    }
}

/* ===================================================================
 - 内外配色一覧表
=================================================================== */
#main #contents #contents-inner #contents-body .section.fixed-table table.color-list-table col.fixed-cell{
    width: 39%;
}
#main #contents #contents-inner #contents-body .section.fixed-table table.color-list-table col.fixed-cell + col{
    width: 15%;
}
#main #contents #contents-inner #contents-body .section.fixed-table table.color-list-table col.fixed-cell + col + col{
    width: 23%;
}
#main #contents #contents-inner #contents-body .section.fixed-table table.color-list-table col.fixed-cell + col + col + col{
    width: 7%;
}

/* ===================================================================
 - スペック・装備
=================================================================== */
#main #contents #contents-inner #contents-body .section.fixed-table table.spec-table{
	width: 100%;
	min-width: 290px;
}
#main #contents #contents-inner #contents-body .section.fixed-table table.spec-table col.fixed-cell{
    width: 30%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.spec-table col.fixed-cell{
        width: 50%;
    }
}
#main #contents #contents-inner #contents-body .section.fixed-table table.spec-table col.fixed-cell + col{
    width: 70%;
}
@media screen and (max-width: 767px){
    #main #contents #contents-inner #contents-body .section.fixed-table table.spec-table col.fixed-cell + col{
        width: 50%;
    }
}

/* ===================================================================
 - 水素ステーション
=================================================================== */
#contents-body .section table.station-info-table{
    width: 100%;
}
#contents-body .section table.station-info-table colgroup col{
    width: 7%;
}
#contents-body .section table.station-info-table colgroup col + col{
    width: 19%;
}
#contents-body .section table.station-info-table colgroup col + col + col{
    width: 46%;
}
#contents-body .section table.station-info-table colgroup col + col + col + col{
    width: 21%;
}
#contents-body .section table.station-info-table th,
#contents-body .section table.station-info-table td{
    padding: 10px 2px;
    vertical-align: top;
}
#contents-body .section table.station-info-table thead th{
    background-color: #f5f5f5;
}
#contents-body .section table.station-info-table td.mapStatus{
    vertical-align: middle;
}
#contents-body .section table.station-info-table td.innerLink{
    padding: 0;
    background-color: #0097db;
}
#contents-body .section table.station-info-table td.innerLink a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 2px;
    color: #fff;
    font-weight: bold;
}
#contents-body .section table.station-info-table td.innerLink a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:767px){
    #contents-body .section table.station-info-table colgroup col + col{
        width: 24%;
    }
    #contents-body .section table.station-info-table colgroup col + col + col + col{
        width: 16%;
    }
}

/* ===================================================================
 - 取扱販売店
=================================================================== */
#contents-body .section p.dealer-title{
    margin-bottom: 21px;
}
#contents-body .section .dealer-toyota,
#contents-body .section .dealer-toyopet{
    width: 50%;
}
#contents-body .section .dealer-toyota{
    float: left;
    padding-right: 25px;
}
#contents-body .section .dealer-toyopet{
    float: right;
    padding-left: 25px;
}
#contents-body .section .dealer-toyota table,
#contents-body .section .dealer-toyopet table{
    width: 100%;
}
#contents-body .section .dealer-toyota table thead th,
#contents-body .section .dealer-toyopet table thead th{
    background-color: #f5f5f5;
}
#contents-body .section .notice-in-wrapper{
    text-align: center;
}
#contents-body .section .notice{
    display: inline-block;
    margin: 23px auto 0;
    padding: 10px 14px;
    border: 1px solid #9b9b9b;
    text-align: left;
    font-size: 10px;
}

@media screen and (max-width:767px){
    #contents-body .section .dealer-toyota{
        margin-bottom: 11.562%;
    }
    #contents-body .section .dealer-toyota,
    #contents-body .section .dealer-toyopet{
        width: 100%;
        float: none;
        padding: 0;
    }
}  

/* ===================================================================
 - 補助金
=================================================================== */
.zeisei-orange {
    background-color: #ffdb9d;
}
.zeisei-red {
    background-color: #ffd9de;
}

/* ===================================================================
 - アプリダウンロード
=================================================================== */
#contents-body .section.applink ul.btn-to-dl {
    display: table;
    float: right;
}

#contents-body .section.applink ul.btn-to-dl li {
    display: table-cell;
    vertical-align: top;
}

#contents-body .section.applink ul.btn-to-dl li:first-child a {
    width: 150px !important;
    margin-right: 0 !important;
}

#contents-body .section.applink ul.btn-to-dl li:first-child a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7;
}

@media screen and (max-width: 767px) {
    #contents-body .section.applink ul.btn-to-dl {
        position: inherit;
        float: none;
        top: inherit;
        right: inherit;
        padding-left: 0;
    }
}

/* ===================================================================
 - cv-nav
=================================================================== */
#cv-nav ul li.owners{
    display: none;
}