@charset "utf-8";

@media screen and (max-width : 350px) {
br.sp {
	display: none !important;
}
}

@media screen and (max-width : 768px) {
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/driving/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
/* -----------------------------------
    #contents_area
----------------------------------- */
#contents_area .pic_wide {
	text-align: center;
	position: relative;
	width: 100%;
	height: 70vw;
}
#contents_area .pic_wide img {
	height: 70vw;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -55vw;
}

#section_driving .caption {
    font-size: 11px;
    line-height: 140%;
    margin: 10px 15px 105px;
	
}
#section_driving .power{
	margin-top:-40px;
	margin-bottom:40px;
}
#section_driving .power dl {
	padding: 0 15px;
}
#section_driving .power dl dt {
	font-size: 18px;
	margin-bottom: 10px;
}

.nenpi {
	width:180px !important;
	padding-right:20px;
}
.nenpi img{
	width:100%;
}
#section_driving .power dl dd {
	margin-bottom: 20px;
}
#section_driving .power dl dd p.spec {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}
#section_driving .power dl dd p .caution{
	font-size:12px;
	font-weight:normal;
	padding-left:1em;
	
}
#section_driving .power dl dd p.caption {
	font-size: 13px;
	margin-top: 10px;
	line-height: 130%;
}
}
