@charset "utf-8";

@media print, screen and (min-width : 769px) {

  /*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/ecology/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
.section .detail {
    padding: 0;
}
	
	
/* ------------------------------
    #section_fuel
------------------------------ */
#section_fuel {
	margin-bottom: 150px;
}
#section_fuel .head_title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
	
#section_fuel .head_title:after{
    content: '';
    width: 930px;
    height: 1px;
    display: block;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 50px;
}

	
#section_fuel h3, #section_fuel h4 {
	padding: 0;
}
#section_fuel h3{
	font-size: 36px;
	margin-top: 90px;
}
#section_fuel h4.equipment {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
#section_fuel .fuel_table {
	width: 430px;
	padding: 0 !important;
	float: left;
}
#section_fuel .fuel_table.right {
	float: right;
	margin-bottom: 37px;
}
#section_fuel .fuel_table p {
    margin: 0 0 3px 0!important;
   line-height: 1.3em !important;
	
}
#section_fuel .fuel_table th {
	font-size: 12px;
}
#section_fuel .fuel_table th span {
	display:inline;
}
#section_fuel .fuel_table th.jc08 span.sup {
	margin-left: -4px;
}
#section_fuel .fuel_table th.jc08 span.wltc.sup {
	margin-left: 2px;
	vertical-align: 15px;
}
	
#section_fuel .fuel_table th.jc08 {
	width: 120px;
}
#section_fuel .fuel_table .jc08 img {
    width: 64px;
}
#section_fuel .fuel_table td.num {
	padding-left: 5px;
}
#section_fuel .fuel_table td.fuel {
	font-size: 37px;
	padding-bottom: 24px;
	vertical-align: bottom;
}
#section_fuel .fuel_table td.fuel .sup{
	font-size: 10px;
}
	
	#section_fuel .bottom_tbl{
	font-size: 12px;
	margin-bottom: 40px;
}
	#section_fuel .bottom_tbl td.num {
		width:70px;
    font-size: 30px;
}
#section_fuel .bottom_tbl td.fuel {
    font-size: 16px;
	padding-bottom: 5px;
}
	
#section_fuel .caution {
	clear: both;
  font-size: 11px;
	line-height: 1.5em;
	text-indent: -1.25em;
	padding: 10px;
	padding-left: calc(10px + 1em);
	border: 1px solid #ccc;
	font-weight: bold;
}
	
  /* ------------------------------
    #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;
/*特装追加7type時*/
    margin: 0 0 60px 0;
  }

  #section_standard .img_slider .img {
    width: 180px;
    height: auto;
    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;
/*特装追加7type時*/
    height: 140px;
    top: -16px;
  }

  #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 h5 br {
		line-height: 0;
	}

  #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;
  }

  @-moz-document url-prefix() {
    #section_standard .img_slider .type {
      line-height: 0.8em;
    }
  }
}
