@charset "utf-8";

@media screen and (min-width : 769px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/ecology/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
/* ------------------------------
    #section_fuel
------------------------------ */
#section_fuel {
    margin-bottom: 90px;
}

#section_fuel .head_title{
    position: relative;
}

#section_fuel .row{
    clear: both;
    width: 880px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#section_fuel .fuel_table{
    width: 420px;
    padding: 0 !important;
    float: left;
}

#section_fuel .fuel_table.right{
    float: right;
}

#section_fuel .fuel_table td.num {
    line-height: 76px;
}

#section_fuel .fuel_table p.desc {
	font-size: 18px;
	line-height: 1.6em !important;
}

#section_fuel .jc08 img{
    width: 85px;
}
    
#section_fuel .fuel_table .small {
    white-space: nowrap;
}

/* ------------------------------
    #section_assist
------------------------------ */
#section_assist .img_slider{
    width: 910px !important;
}

#section_assist h4.equipment{
    margin: 0 0 20px 0;
}

#section_assist .slider_inner .desc{
    margin: 0 0 10px 0;
	font-size: 18px;
}

#section_assist .slider_inner h5 {
	font-size: 16px;
}

#section_assist .slider_inner h5 span {
	font-weight: normal;
}

/* ------------------------------
    #section_standard
------------------------------ */
#section_standard h3{
    margin-bottom: 40px;
}

#section_standard h3.all{
    margin-top: 60px;
}

#section_standard .img_slider{
    padding: 0 0 0 30px;
}

#section_standard .img_slider .slider_inner{
    margin: 0 0 40px 0;
}

#section_standard .img_slider .img{
    width: 230px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#section_standard .img_slider .img:after{
    content: '';
    width: 1px;
    height: 100px;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: -400px;
}

#section_standard .img_slider .img img{
    width: 100%;
    height: auto;
}

#section_standard .img_slider h5{
    width: 400px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 5px;
}


#section_standard .img_slider .type{
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
}
}