@charset "UTF-8";
table.table_spec,
table.table_spec_d2,
table.table_spec_a1,
table.table_spec_s1,
table.table_spec_e1,
table.table_spec_i1,
table.table_spec_ob{
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 90%;
  text-align: left;
	margin: 0 auto;
}

table.table_spec_d2 {
  border-left:  8px solid #660000
}

table.table_spec_a1 {
  border-left:  8px solid #666600
}

table.table_spec_s1 {
  border-left:  8px solid #000066
}

table.table_spec_e1 {
  border-left:  8px solid #006666
}

table.table_spec_i1 {
  border-left:  8px solid #006600
}

table.table_spec_ob {
  border-left:  8px solid #666666
}

table.table_spec th,table.table_spec th,table.table_spec_d2 th,table.table_spec_a1 th,table.table_spec_s1 th,table.table_spec_e1 th,table.table_spec_i1 th,table.table_spec_ob th,table.table_spec td,table.table_spec td,table.table_spec_d2 td,table.table_spec_a1 td,table.table_spec_s1 td,table.table_spec_e1 td,table.table_spec_i1 td,table.table_spec_ob td {
	border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}


table.table_spec th,
table.table_spec_d2 th,
table.table_spec_a1 th,
table.table_spec_s1 th,
table.table_spec_e1 th,
table.table_spec_i1 th,
table.table_spec_ob th{
  background-color: #eee;
}


table.table_spec caption,
table.table_spec_d2 caption,
table.table_spec_a1 caption,
table.table_spec_s1 caption,
table.table_spec_e1 caption,
table.table_spec_i1 caption,
table.table_spec_ob caption{
		font-size: 14px;
    	font-weight: bold;
		padding: 10px;
		
}


.tabletitle_red {
    background-color:#AC0002;
    color:#FFFFFF!important;
    font-weight: bold
}

@media screen and (max-width: 414px) {
  table.table_spec,table.table_spec_d2,table.table_spec_a1,table.table_spec_s1,table.table_spec_e1,table.table_spec_i1 ,table.table_spec_ob {
    display: block;
    position: relative;
  }
  table.table_spec thead,table.table_spec_d2 thead,table.table_spec_a1 thead,table.table_spec_s1 thead,table.table_spec_e1 thead,table.table_spec_i1 thead,table.table_spec_ob thead {
    display: block;
    float: left;
  }
  table.table_spec tbody,table.table_spec_d2 tbody,table.table_spec_a1 tbody,table.table_spec_s1 tbody,table.table_spec_e1 tbody,table.table_spec_i1 tbody,table.table_spec_ob tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

table.table_spec th,
table.table_spec_d2 th,
table.table_spec_a1 th,
table.table_spec_s1 th,
table.table_spec_e1 th,
table.table_spec_i1 th,
table.table_spec_ob th{
		font-size: 14px;
	} 

	table.table_spec td,
table.table_spec_d2 td,
table.table_spec_a1 td,
table.table_spec_s1 td,
table.table_spec_e1 td,
table.table_spec_i1 td,
table.table_spec_ob td{
		font-size: 12px;
	}


}

ul.product_navi {
	padding-left: 0px!important;
	margin: 10px auto;
}

.product_navi li {
	display: inline-block;
	width: 18%;
	background: #4A4A4A;
	padding: 10px 0px;
	text-align: center;
	border: 1px #CCC solid;
}

.product_navi a {
	color: #FFF;
	text-decoration: none;
}

.product_navi li:hover {
	background: #000;
	padding: 10px 0px;
}
.slide_area .flexslider{
	padding-bottom: 0px;
}

@media screen and (max-width: 730px) {
	.product_navi li {
		width: 32%;
		font-size: 12px
	}
	table.table_spec th {
		font-size: 14px;
	} 
	table.table_spec td {
		font-size: 12px;
	}
}

#product_navi_d2{
	background: #660000;
}

#product_navi_s1 {
	background: #000066;
}

#product_navi_e1 {
	background: #006666;
}

#product_navi_i1 {
	background: #006600;
}

#product_navi_a1 {
	background: #666600;
}

.title_img {
	position: relative;
}

.title_img img {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
	vertical-align:middle;
}

.cover {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
	width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    background-size: cover;
}


/*---------------追加---------------*/

.trim {
		width: 21%;
	margin:10px 10px 50px 10px;
	display: inline-block;
	min-height: 100%;
	position: relative;
	vertical-align: top
}

.trim p {
	width: 100%;
	text-align: left;
	line-height: 120% !important
}

.trim h4 {
	text-align: left
}

.trim img {
	width: 100%;
	height: 140px;
	object-fit: cover; 
	
}

.trim a {
	color: #FFF
}

.trim a:hover {
	color: #FFF;
}


@media screen and (max-width:500px) {
	.trim {
	width: 90%;
	margin:0px 10px;
	display: inline-block;
		padding: 10px 0;
		border-bottom: #666666 solid 1px;
}
	.trim img {
	width: 32%;
		height: 62.922px;
		float: left;
}
	.trim p {
	width: 60%;
	float: left;
	margin:auto 0px auto 5px!important;
	text-align: left;
	position: absolute;
		left: 35%;
}
}


  /* トップページの背景画像 
  
.bg_img01 {
	margin: 0px;
	padding: 0px;
	max-width:100%;
	max-height:500px;
    background-color: #191919;
	//background: url(../product/car/suzuki/alto/ha36s_2/slide_ph/ha36s_2.jpg) no-repeat center center; 
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
  }*/

.header_car {
	position: relative;
	margin: 0 0 0 0;
}
.header_img {
	width: 100%;
}

.header_in {
    margin: 0;
    position: absolute;
    left: 200px;
    top: 330px;
    width: 90%;
    -webkit-transform: translate(-20%, -90%);
    -ms-transform: translate(-20%, -90%);
    transform: translate(-20%, -90%);
    color: #FFF;
}
.text {
	font-family: proxima_nova_rgbold;
	text-shadow: 1px 1px 1px #333333;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 40px;
}
.text_2{
	display: block;
    width: 100%;	
	position: absolute;
    bottom: 65px;
    left: 0;
	z-index: 1;
}
.header_in_2 p{
	position: absolute;
    bottom: -20px;
    left: 0;	
}
p.header_in {
	font-size: 15px;
}
.slide_area{
	position: relative;
}
@media screen and (max-width:500px)  {
	.header_in,.header_car {
		position: static;
		left: 0%;
	top: 0%;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	}
	
	.header_in {
		color: #40220F;/*スマホ用のｈ１文字色*/
		display:block;
		width: 90%;
		margin: -15px auto 15px auto;
	    	}
	
	.header_in h1 {
		color: #40220F;/*スマホ用のｈ１文字色　20250719作成*/
		display:block;
		width: 100%;
		margin: 10px auto 5px auto;
			    	}
	
	.text,.header_in p{
	font-size: 20px;
	position: static;
	}
}

div.menu p {
	margin: 5px 5%!important;
	text-align: left
}

.p12_darkred {
	font-size: 12px;
	color: #BD0003;
}
.blue{
	color: #0000ff;
}
ul.sub_category {
	margin: 20px auto!important;
	padding: 0px;
}


ul.sub_category li {
	float: left;
	list-style: none;
	width: 48%;
	padding: 0px;
	background: #AC0002;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 5px 1%;
}

ul.sub_category li a {
	color: #FFFFFF;
	background: #AC0002;
	text-decoration: none;
}

ul.sub_category li img {
	width: 30%;
	text-align: left;
	vertical-align: middle;
	margin-right: 5%;
}


@media screen and (max-width:500px) {
	ul.sub_category li {
		font-size: 10px;
	}
}

.p_title {
	position: absolute;
	top: 45%;
	left: 65px;
	width: 60%;
	margin: 0px!important;
	padding: 0px!important;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
