@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/driving/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */


/* ------------------------------
    #section_driving
------------------------------ */
#section_driving{
	margin-bottom: 150px;
    padding-bottom: 0;
}

#section_driving .driving_desc{
    width: 880px;
    margin: -180px auto 0 auto;
}

#section_driving .driving_desc .col_left{
    width: 420px;
    float: left;
}

#section_driving .driving_desc .col_right{
    width: 420px;
    float: right;
}

#section_driving .driving_desc .col_inner{
    height: 200px;
}

#section_driving .driving_desc h5{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: bold;
}

#section_driving .driving_desc .desc{
    font-size: 16px;
    line-height: 1.5em;
}
	
	#section_driving .pic_full {
		max-width: 1066px;
		margin: 0 auto;
		position: relative;
	}
	
	#section_driving .pic_full .desc_inner {
		width: 50%;
		position: absolute;
		text-align: left;
	}
	
	#section_driving .rs {
		top: 55%;
		left: 8.5%;
	}
	
	#section_driving .hybrid {
		top: 77%;
		left: 47%;
	}
	
	#section_driving .pic_full .desc_inner .desc {
		margin: 0;
		font-size: 12px;
		line-height: 1.5em;
	}
	
	#section_driving .pic_full .desc_inner .type {
		font-size: 18px;
		line-height: 1.5em;
	}

/* ------------------------------
    #section_view
------------------------------ */
#section_view .through_content{
    width: auto;
    max-width: 1440px;
    height: auto;
    margin: 0 auto 100px;
}
    
    #section_view .through_content .pic {
        max-width: 1440px;
    }
    
#section_view .through_content img{
    width: 100%;
    }

/* ------------------------------
    #section_easily
------------------------------ */
#section_easily{
    margin-bottom: 140px;
}

#section_easily .img_slider{
    width: 910px !important;
}

#section_easily .img_slider .title{
/*    height: 70px;*/
    text-align: center;
    white-space: nowrap;
}

#section_easily .img_slider .desc{
    font-size: 18px;
}

}