@charset "utf-8";
/*----------------------------------------

	follow menu

----------------------------------------*/
#followMenu {
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 107px;
	z-index: 999;
	position: absolute;
}
#followMenu a {
	display: none;
}
#followMenu .contents {
	position: relative;
}
#followMenu li {
	display: inline;
}
#followMenu #carLogo {
	height: 44px;
}
#followMenu #headConversion {
	width: 620px;
	height: 30px;
	position: absolute;
	top: 6px;
	right: 10px;
}
#followMenu #headConversion a {
	float: left;
}
#followMenu #slideMenuBtn {
	display: none;
}
#followMenu #catalogMenu {
	margin-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
#followMenu #catalogMenu a {
	float: left;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left -45px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
/*----------------------------------------

	back to top page

----------------------------------------*/
.back_page {
	position: absolute;
	left: 0px;
	width: 55px;
	z-index:888;
}
/*----------------------------------------

	footer conversion menu

----------------------------------------*/
#conversionMenu {
	padding-top: 40px;
	height: 100px;
	clear: both;
}
#conversionMenu li {
	display: inline;
}
#conversionMenu a {
	background-position: 0 0;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
	display: none;
	float: left;
}
