@charset "utf-8";

@media print, screen and (min-width : 769px) {
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/driving/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

/*-- pic_wide & pic_wide_inner --*/
.pic_wide {
	text-align: center;
	position: relative;
	height:800px;
}
.pic_wide img{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -700px;
}
	
#section_driving .caption {
    font-size: 11px;
    line-height: 140%;
    margin: 10px 50px 105px;
}
#section_driving .power {
	margin-left: 40px;
	margin-top: -20px;
	margin-bottom: 75px;
}
#section_driving .power dl dt, #section_driving .power dl dd {
	margin-bottom: 40px;
}
#section_driving .power dl dt {
	width: 7.5em;
	float: left;
	clear: left;
	font-size: 18px;
	padding-top: 10px;
}
.nenpi {
	width: 200px !important;
	padding-right: 20px;
}
.nenpi img {
	width: 100%;
}
#section_driving .power dl dd {
	margin-left: 7.5em;
}
#section_driving .power dl dd p.spec {
	font-size: 40px;
	font-weight: bold;
}
#section_driving .power dl dd p .caution {
	font-size: 14px;
	font-weight: normal;
}
#section_driving .power dl dd p.caption {
	font-size: 13px;
	margin-top: 10px;
}


}
