/*//////////////////////////////////////////////////////////////////////////////

style.css
	
//////////////////////////////////////////////////////////////////////////////*/

/* mainArea */
#mainArea{
	background: #000;
}
#mainArea .backgroundArea{ background-image:url(../img/main.jpg); }

#mainArea .backgroundArea{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 1280px;
	height: 330px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
#mainArea .inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mainArea .inner h2{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 40px;
}
#mainArea .inner p{
	font-weight: normal;
	margin-top: 10px;
}

/* 共通 ----------------------- */
#contents{
	padding: 60px 0 60px 0;
}
#contents table{
	width: 100%;
	border-collapse:collapse;
	border:0px;
	border-top:1px solid #EDEDED;
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.4;
}
#contents th{
	font-weight:bold;
	width:20%;
	vertical-align: middle;
	border-bottom:1px solid #EDEDED;
	padding: 15px 15px 15px 10px;
	text-align: left;
	font-weight: normal;
}
#contents td{
	border-bottom:1px solid #EDEDED;
	width:80%;
	padding: 15px 10px 15px 10px;
}
#contents tr:last-child th,
#contents tr:last-child td{
	border-bottom:none;
}
#contents tr:last-child td p+p{
    margin-top: 5px;
}
#contents .dealerCategory{
  margin-top: 8px;
}
#contents p+h4{
  margin-top: 15px;
}

.big{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
}


.dealerList{
  letter-spacing: -.4em;
  margin-top: 10px;
  font-size: 14px;
}
.otherArea{
  margin-top: 5px;
  font-size: 14px;
}
.otherArea+h4{
  margin-top: 30px!important;
}
.dealerList dt,
.dealerList dd{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-bottom: 6px;
}
.dealerList dt{
  width:25%;
  margin-bottom: 5px;
}
.dealerList dd{
  width:75%;
  margin-bottom: 5px;
}


/*-------------------------------------------

Responsive Style

-------------------------------------------*/
@media only screen and (max-width: 768px) {
	.dealerList dt,
  .dealerList dd{
    display: block;
  }
  .dealerList dt{
    width:100%;
    padding-bottom: 4px;
  }
  .dealerList dd{
     width:100%;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 480px) {
	/* 共通 ----------------------- */
	#contents{
		padding: 30px 0 60px 0;
	}
	
	/* mainArea */
	#mainArea .backgroundArea{
		height: 150px;
	}
	#mainArea .inner h2{
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 28px;
	}
	#mainArea .inner h3{
		font-weight: normal;
		margin-top: 5px;
	}
	
	#contents table{
		width: 100%;
		border-collapse:collapse;
		border:0px;
		border-top:1px solid #EDEDED;
		margin-top: 30px;
		font-size: 15px;
	}
	#contents th{
		font-weight:bold;
		width:100%;
		display: block;
		vertical-align: middle;
		border-bottom:none;
		padding: 15px 10px 5px 10px;
		text-align: left;
		font-weight: bold;
	}
	#contents td{
		width:100%;
		display: block;
		border-bottom:1px solid #EDEDED;
		padding: 5px 10px 15px 10px;
	}
	#contents tr:last-child th,
	#contents tr:last-child td{
		border-bottom:none;
	}
}