@charset "utf-8";

/* Footer
----------------------------------------------------------- */
#footer {
	width: 100%;
}

#footer .inner {
	width: 970px;
	margin: 0 auto;
	background: #fff;
}

/* to Page Top
----------------------------------------------------------- */
#footer #topLink {
	position: relative;
	border-bottom: 2px solid #333;
}

#footer #topLink .pagetop {
	text-align: right;
	padding-right: 10px;
}

/* Footer Link List
----------------------------------------------------------- */
#footer #menuBox {
	padding: 14px 0 0 0;
	width: 970px;
	margin: 0 auto;
}

#footer #menuBox #menuList {

}

#footer #menuBox #menuList .menuCol {
	width: 182px;
	padding-right: 10px;
	float: left;
}

#footer #menuBox #menuList .menuCol h4 {
	font-size: 110%;
	font-weight: bold;
	padding: 0 5px 8px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 4px;
}

#footer #menuBox #menuList .menuCol ul {
	line-height: 150%;
	padding: 0 0 0 5px;
	margin-bottom: 23px;
}

#footer #menuBox #footerNav {
	clear: both;
	line-height: 100%;
}

#footer #menuBox #footerNav a:link,#footer #menuBox #footerNav a:visited
	{
	color: #666;
}

#footer #menuBox #footerNav dt,#footer #menuBox #footerNav dd,#footer #menuBox #footerNav ul,#footer #menuBox #footerNav li
	{
	float: left;
}

#footer #menuBox #footerNav dt {
	padding-right: 6px;
}

#footer #menuBox #footerNav dd {
	margin-bottom: 9px;
}

#footer #menuBox #footerNav dd.line2 {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#footer #menuBox #footerNav li {
	padding: 0 6px;
	border-left: solid 1px #666;
}

#footer #menuBox #footerNav li.first-child {
	padding: 0 6px 0 0;
	border: none;
}

#footerArea {
	height: 75px;
	margin: 0 auto;
	border-top: solid 1px #ccc;
	padding-top: 14px;
}

/*
#footerArea ul{
	float:left;
}

#footerArea ul li{
	float:left;
	padding:0 5px;
	border-left:solid 1px #000;
	line-height:100%;
}
*/
#footerArea ul li {
	display: block;
	border-left: 1px solid;
	padding: 0 5px;
	float: left;
}

#footerArea ul li.first-child {
	padding: 0 5px 0 0;
	border: none;
}

#footer  address {
	float: right;
	padding-right: 3px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
}

#footer  address img {
	margin-bottom: 13px;
}

/* 車種一覧, 車種別リンク
----------------------------------------------------------- */
#makerList,#modelNav {
	clear: both;
	padding-right: 10px;
	margin-bottom: 20px;
}

#makerList .makerListTitle,#modelNav h4 {
	border-bottom: solid 1px #ccc;
	margin-bottom: 6px;
}

#makerList .makerListTitle h4,#modelNav h4 {
	font-size: 115%;
	font-weight: bold;
	padding: 2px 9px 7px;
}

#makerList .makerListTitle h4 span {
	font-size: 87%;
	font-weight: normal;
	padding-left: 18px;
	vertical-align: 1px;
}

#makerList ul,#modelNav ul {
	margin-left: 6px;
}

#makerList ul li,#modelNav ul li {
	display: inline;
	padding-right: 0.75em;
	line-height: 150%;
}

/*----- 新ロゴSVG化　-----*/
#footer address svg {
	text-align: right;
	width: 165px;
}

#footer address a:hover {
	text-decoration: none;
}