@charset "UTF-8";

/*
===========================================================================
|           site common style
===========================================================================
*/
div.tabList ul li{
    min-width:0;
}
div.tabList ul li:hover,
div.tabList ul li.current:hover, div.tabList ul li.current,
div.searchBox div.maker li:hover span,
div.searchBox div.maker li.current:hover span, div.searchBox div.maker li.current span{
    background: url(/images/common/tab_on.png) no-repeat right bottom;
    box-sizing: border-box;
}
div.tabList ul li,
div.searchBox div.maker li span{
    background: url(/images/common/tab_off.png) no-repeat right bottom;
}

/*----------------------------------------------------------------------
/   estimateIndex
/----------------------------------------------------------------------*/


#estimateIndex{
    background: #111 url(/images/common/carbon.jpg);
    font-size:80%;
}

#estimateIndex #container div.wrapper{
    padding:2.5% 2.5%;
    max-width:100%;
}

#estimateIndex section{
    padding:0;
}
/*
#header h1#BRIDE img{
    width:40px;
    height:auto;
}
#header h1#BRIDE{
    width:40px;
    margin-left:12px;
}
#footer div.inner{
    padding:10px 10px;
}
*/
#estimateIndex div.subSection{
        margin:0 0 20px 0;
}

#estimateIndex div.subSection p.EnNotice{
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
}

/*----------------------------------------------------------------------
/   rightSection
/----------------------------------------------------------------------*/
#estimateIndex div.rightSection{
    position: absolute;
    right:2.5%;
    top: 23px;
    width:22%;
    box-sizing: border-box;
    z-index:100000;
}
#estimateIndex.is_scroll div.rightSection{
    position: fixed;
    top: 15px;
}
#estimateIndex.is_static div.rightSection{
    position: static;
    width:23%;
}
#estimateIndex div.rightSection table.grid{
    margin:0;
}
#estimateIndex div.rightSection dd{
    margin:0;
    padding:0 0 0 10px;
}
#estimateIndex div.rightSection  table.grid td{
    border-bottom:1px dotted #999;
    padding:3px;
}

/*----------------------------------------------------------------------
/   leftSection
/----------------------------------------------------------------------*/

#estimateIndex div.leftSection{
    width:75%;
}

#estimateIndex ul.flow {
    list-style: none;
    overflow: hidden;
    font-weight:bold;
}

#estimateIndex ul.flow li {
    float: left;
    width:24.2%;
    cursor: pointer;
}
#estimateIndex ul.flow li span {
    color: white;
    text-decoration: none;
    padding: 20px 0 20px 15px;
    background: #444;
    position: relative;
    display: block;
    text-align: center;
}

#estimateIndex ul.flow li span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 15px solid #444;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#estimateIndex ul.flow li span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;

    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 15px solid #111;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#estimateIndex ul.flow li:first-child span {
    padding-left: 10px;
}


#estimateIndex ul.flow li.current span { background: #cc0000;}
#estimateIndex ul.flow li.current span:after { border-left-color: #cc0000 !important;}

#estimateIndex ul.flow li span.enabled:hover { background: #cc0000;}
#estimateIndex ul.flow li span.enabled:hover:after { border-left-color: #cc0000 !important;}



#estimateIndex span.price{
   display: inline-block;
   font-size:120%;
   margin:0 10px;
}
#estimateIndex div.rightSection tr th{
    background: #ccc;
    color:#000;
}
#estimateIndex div.rightSection tr.amount th{
   background: #0066cc;
   color:#fff;
   padding:5px 4px;
}
#estimateIndex div.item{
    margin:0 0 20px 0;
}
div.itemInner{
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    padding:20px;
}
#estimateIndex div.estimateNav{
    text-align: center;
    padding:20px 0;
}
#estimateIndex div.estimateNav span.button{
    border-radius: 0;
    padding:12px 20px;
    position: relative;
    height:36px;
    box-sizing: border-box;
    margin:0 5px;
}

#estimateIndex div.estimateNav span.button:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #cc0000;
    position: absolute;
    top: 0%;
    right:-24px;
    z-index: 2;
}

#estimateIndex div.estimateNav span.button:hover:after{
    border-left: 12px solid #ee0000;
}
#estimateIndex div.estimateNav span.prev{
    border-radius: 0;
    padding:12px 20px;
    position: relative;
    height:36px;
    box-sizing: border-box;
    background: #999;
}
#estimateIndex div.estimateNav span.prev:after {
    content: none;
}
#estimateIndex div.estimateNav span.prev:before{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid #999;
    position: absolute;
    top: 0%;
    left:-24px;
    z-index: 2;
}
#estimateIndex div.estimateNav span.prev:hover{
    background: #666;
}
#estimateIndex div.estimateNav span.prev:hover:before{
    border-right: 12px solid #666;
}

#estimateIndex div.flowSection{
    display: none;
}

/*=====================================================
    step
=======================================================*/


#estimateIndex ul.selectItem li{
    cursor: pointer;
    border:2px solid #ddd;
    position: relative;
    z-index: 20;
}
#estimateIndex ul.selectItem > li.selected:after{
    content:'　';
    border-radius: 20px;
    position: absolute;
    right:3px;
    top:3px;
    width:16px;
    height:16px;
    z-index:10000;
    background: #cc0000 url(/images/common/icon_checked.png) no-repeat;
    background-size: 70%;
    background-position: 50% 50%;
}
#estimateIndex ul.selectItem > li:hover{
    border-color: #ffcc00 !important;
}
#estimateIndex ul.selectItem > li.selected{
     border-color: #cc0000 !important;
     background: #f9f9f9 !important;
     z-index:1000;
}
#estimateIndex ul.seatList > li.selected:after{
    top:50%;
    margin-top: -8px;
}

#estimateIndex ul li div.brandImg {
    width:25%;
    float:left;
    overflow: hidden;
}
#estimateIndex ul li div.brandImg img{
    width:100%;
    display: block;
}
#estimateIndex ul li div.brandDetail {
    width:75%;
    float:right;
    padding:10px;
    box-sizing: border-box;
}

#estimateIndex ul.seatList {
    overflow: hidden;
}
#estimateIndex ul.seatList li{
    width:49.6%;
    margin:0 0.2% 0.4% 0.2%;
    padding:0.6% 1.2%;
    box-sizing: border-box;
    float: left;
    position: relative;
}

#estimateIndex ul.colorList{
    overflow:hidden;
    border-collapse:separate;
    border-spacing: 2px 0;
    display: table;
}
#estimateIndex ul.colorList li{
    overflow:hidden;
    padding:0.6%;
    display: table-cell;
    line-height: 130%;
}
#estimateIndex ul.colorList li div{
    line-height:140% !important;
}
#estimateIndex ul.colorList li img{
    width:100%;
    display:block;
    margin:0 auto 10px auto;
    max-width:120px;
}
#estimateIndex ul.selectList li div.variation{
    text-align:center;
    font-size:80%;
    line-height:120%;
}
#estimateIndex ul.shelllList {
    overflow: hidden;
    margin:0 0 30px 0;
    border-collapse:separate;
    border-spacing:  2px 0  ;
    display: table;
    table-layout:fixed;
    width:100%;
}
#estimateIndex ul.shelllList li{
    padding:0.5%;
    vertical-align:top;
    box-sizing: border-box;
    display: table-cell;
    line-height:140%;
}

/*--20161220--*/
#estimateIndex ul.seatheaterList {
    overflow: hidden;
    margin:0 0 30px 0;
    border-collapse:separate;
    border-spacing:  2px 0  ;
    display: table;
    table-layout:fixed;
    width:100%;
}
#estimateIndex ul.seatheaterList li{
    padding:1%;
    vertical-align:top;
    box-sizing: border-box;
    display: table-cell;
    line-height:140%;
}
/*--20161220--*/

#estimateIndex #kindOfShell div#selectShell img.shellImg{
    max-width:35px;
    float: left;
    margin:0 10px 0 0;
    width:90%;
}

#estimateIndex #kindOfSeat div#selectShell{
    margin-bottom:2%;
    font-size:80%;
}

#estimateIndex ul.cushionList {
    overflow: hidden;
    margin:0 0 30px 0;
    border-collapse:separate;
    border-spacing:  2px 0  ;
    display: table;
    table-layout:fixed;
    width:100%;
}
#estimateIndex ul.cushionList li{
    padding:1%;
    vertical-align:middle;
    box-sizing: border-box;
    display: table-cell;
}
#estimateIndex #kindOfShell div#selectCushion{
    margin-bottom:2%;
    font-size:90%;
}

#estimateIndex #kindOfShell div#selectColor{
    margin-bottom:2%;
    font-size:90%;
}


#estimateIndex #kindOfSeatRail ul.railList{
    overflow:hidden;
    margin-bottom:2%;
}
#estimateIndex #kindOfSeatRail ul.railList li{
    width:49%;
    padding:1%;
    float:left;
    box-sizing: border-box;
    margin: 0 0.5% 1% 0.5%;
    overflow:hidden;
}

#estimateIndex #kindOfSeatRail div#tabDetail{
    margin-bottom:2%;
    font-size:90%;
}

#estimateIndex #kindOfParts ul.afterpartsList{
    margin-bottom:2%;
    overflow: hidden;
}
#estimateIndex #kindOfParts h4{
    margin:0 0 6px 0;
}
#estimateIndex #kindOfParts div.estimateNav span.button:last-child:after{
    content: none;
    background: none;
}
#estimateIndex #kindOfParts ul.afterpartsList li{
    padding:1%;
    overflow:hidden;
    box-sizing: border-box;
    width:48%;
    margin: 0 0.5% 1% 0.5%;
    float: left;
}
#estimateIndex #kindOfParts ul.afterpartsList table{
    border:none;
    width:100%;
}
#estimateIndex #kindOfParts ul.afterpartsList table th{
    width:50%;
    padding:0 3%;
    vertical-align: top;
}
#estimateIndex #kindOfParts ul.afterpartsList table td{
    width:50%;
    vertical-align: top;
}
#estimateIndex #kindOfParts ul.afterpartsList li li{
    width: auto;
    border:none;
    padding:0;
}

#estimateIndex #kindOfParts div#tabContents{
    margin-bottom:2%;
    font-size:90%;
}

#estimateIndex #kindOfParts div.tabList ul{
   white-space: nowrap;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
}
#estimateIndex #kindOfParts div.tabList ul li{
    padding-left:1%;
    padding-right:1%;
}
#footer ul.lineNav{
    border:none;
}
#estimateIndex #kindOfSeat p.seat_caution {
    margin: .5em 0;
    color: #000;
}

#pre_price {
    font-size: 1.25em;
    margin-bottom: .5em;
}

#kindOfSeatRail ul.railList li.recommend div.brandImg:before {
    content: '推奨';
    background: #133f7e;
    margin: .25em;
    padding: 2px 8px;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
}

#kindOfSeatRail ul.railList li.recommend_en div.brandImg:before {
    content: 'Recommend';
    background: #133f7e;
    margin: .25em;
    padding: 2px 8px;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
}

#kindOfSeatRail p.rsf {
    margin-bottom: .25em;
}

#kindOfSeat .seatList li img {
    width: calc(100% / 8) !important;
}

#kindOfSeat .seatList li p {
    margin-bottom: .25em;
}

#kindOfSeat .seatList li {
    position: relative;
}

/*
#kindOfSeat .seatList li.competitive:before {
    position: absolute;
    bottom: 0;
    right: 0;
    margin:.25em;
    padding:.25em .5em;
    content: "車検非対応";
    background: #133f7e;
    color: #fff;
}
*/

#kindOfSeat .seatList li div.badge {
    position: absolute;
    bottom: .25rem;
    right: 0;
}

#kindOfSeat .seatList li div.badge span {
    margin: .25em;
    padding: .25em .5em;
    color: #fff;
}

#kindOfSeat .seatList li div.badge span.competitive {
    background: #133f7e;
}

#kindOfSeat .seatList li div.badge span.eop {
    background: #F44336;
}

#kindOfSeat .seatList li div.badge span.cmp {
    background: #FF9800;
}


#domestic_car_sort,
#imported_car_sort {
    margin: 0.5rem 0;
}

/*=====================================================
    device
=======================================================*/

/*
    TAB
    */
@media screen and (max-width: 767px) {
    #estimateIndex ul.shelllList li{
        vertical-align: top;
    }
    #estimateIndex #kindOfShell div#selectShell{
        font-size:90%;
    }
    #estimateIndex #kindOfShell div#selectShell img.shellImg{
        display: block;
        margin:10px auto 10px auto;
        float: none;
        width:90%;
    }
}
/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {

    div.wrapper{
        width:auto;
    }
}

/*
    SPHONE
    */
@media screen and (max-width: 479px) {
    div.subSection{
        margin:0 0 15px 0;
    }
    #estimateIndex ul.flow{
        text-align: center;
    }
    #estimateIndex ul.flow li {
        width:auto;
        display: inline-block;
        min-width: auto;
    }
    #estimateIndex ul.flow li span{
        font-size:80%;
        white-space: nowrap;
        padding-left: 20px;
    }
    #estimateIndex ul.seatList{
        padding:2% 0;
        display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
    }
    #estimateIndex ul.seatList li{
        margin-bottom:-2px;
        width:auto;
        float: none;
        padding:2% 1.5%;
        flex: 0 1 100%;
    }
    #kindOfSeat .seatList li img {
    width: calc(100% / 5) !important;
	}
	#kindOfSeat .seatList li p {
		font-size: 0.8rem;
	}
	/* SP版でシート画像を1つのみ表示 */
	/*#kindOfSeat .seatList li img:nth-child(n + 2) {
		display: none;
	}*/
    #estimateIndex ul.shelllList {
        display: block;
        overflow: hidden;
    }
    #estimateIndex ul.shelllList li{
        display: block;
        width:48%;
        margin:0 1% 2% 1%;
        float: left;
    }
    #estimateIndex ul.cushionList {
        display: block;
        overflow: hidden;
    }
    #estimateIndex ul.cushionList li{
        display: block;
        width:48%;
        margin:0 1% 2% 1%;
        float: left;
        padding:3% 1%;
    }



    #estimateIndex div.item,option{
        font-size:90%;
    }
    #estimateIndex div.rightSection{
        width:auto;
        float: none;
        position: static;
    }
    #estimateIndex.is_static div.rightSection,
    #estimateIndex div.leftSection{
        width:auto;
        float: none;
        position: static;
    }
    #estimateIndex ul li div.brandImg{
        width:80%;
        margin:0 auto;
        float: none;
    }
    #estimateIndex ul li div.brandDetail{
        float: none;
        width: auto;
        width:auto;
        margin:0 auto;
        padding:5px;
    }
    #estimateIndex #kindOfParts ul.afterpartsList li li{
        line-height:130%;
    }
    #estimateIndex ul.colorList{
        display: block;
        overflow: hidden;
    }
    #estimateIndex ul.colorList li{
        display: block;
        width:48%;
        margin:0 1% 2% 1%;
        float: left;
        padding:3% 1%;
        width:31.3%;
        box-sizing: border-box;
    }

    #estimateIndex #container {
        margin-top: 60px;
    }

}



/*=====================================================
    seat memo & car memo
=======================================================*/

.seat_memo {
    background-color: white;
    margin-top: 1rem;
    padding: .25rem;
    display: none;
}