@charset "Shift_JIS";

/* fitFooter
=========================================*/
#auto-footer-contents {
  background: url(../image/footer_common/footer_bg01.png) no-repeat 0 0!important;
}

/* topicPath
=========================================*/

.footerTopicPath {
	padding: 9px 0;
	background: #333333;
	font-size: 93%;
	zoom: 1;
}
.footerTopicPath .inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.footerTopicPath p {
	padding-left: 1px;
	color: #ffffff;
}
.footerTopicPath p a,
.footerTopicPath p em {
	margin-left: 14px;
	padding-left: 22px;
	background: url(../image/footer_common/footer_ic01.gif) no-repeat 0 0.45em;
	color: #ffffff;
}
* html .footerTopicPath p a,
* html .footerTopicPath p em {
	background: url(../image/footer_common/footer_ic01.gif) no-repeat 0 0.25em;
}
.footerTopicPath p a:visited {
	color: #ffffff;
}
.footerTopicPath p a.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.skipText {
	display: none;
}

/* footerLink
=========================================*/

.footerLink {
	padding-bottom: 20px;
	background: #000000;
}
.footerLink .inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	background:url(../image/footer_common/footer_bg02.gif) #000000 no-repeat 0 0;
}
.footerLink .inner .col {
  float: left;
	width: 160px;
	padding: 0 5px 0 15px;
}
.footerLink a:link,
.footerLink a:visited {
	color: #adadad;
}
.footerLink p,
.footerLink dl {
	margin-top: 15px;
}
.footerLink dd {
	margin-top: 10px;
	font-size: 92%;
}
.footerLink .carTitle {
  padding-left: 15px;
}
.footerLink .carTitle a,
.footerLink .titleTxt a,
.footerLink dl dt a {
	font-weight: bold;
	color: #FFF!important;
}


/* clearfix
=========================================*/
.footerLink .inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.footerLink .inner {
	min-height: 1px;
}

* html .footerLink .inner {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
