@charset "utf-8";
#header:after,
#header .function #account:after,
.inner:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
#headerArea {
  width: 950px !important;
  margin: 0 auto !important;
  height: 80px !important;
  padding-top: 0 !important;
}
#headerArea #logo {
  margin-top: 0 !important;
  padding-top: 10px;
  float: left;
}
#headerArea .function  {
  width: 549px;
  float: right;
  background: #eee;
  border-radius: 3px;
  margin-top: 10px;
  display: table;
}
#headerArea .function .inner {
  padding: 10px;
}
#headerArea .function .inner form {
  width: 286px;
  height: 39px;
}
#headerArea .function #search {
  border-right: 1px solid #fff;
  display: table-cell;
  width: 305px;
  vertical-align: middle;
}
#headerArea .notice {
	float: left;
	margin-left: 30px;
	width: 140px;
	padding-top: 10px;
}

#headerArea .notice img {
	width: 132px;
}
#headerArea #search input[type="text"] {
  float: left;
  background: #fff url("https://cdn.autoc-one.jp/static/common2/images/search/bg_search.png") no-repeat left center;
  background-position: 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-size: 108.3%;
  padding: 0 0 0 28px;
  width: 189px;
  border: 1px solid #c6c6c6;
  height: 37px;
}
#headerArea #search input[type="submit"] {
  float: left;
  cursor: pointer;
  width: 66px;
  font-size: 108.3%;
  font-weight: bold;
  color: #000000;
  height: 39px;
  background: rgb(255,235,50); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,235,50,1) 0%, rgba(251,210,4,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,235,50,1)), color-stop(100%,rgba(251,210,4,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,235,50,1) 0%,rgba(251,210,4,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,235,50,1) 0%,rgba(251,210,4,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,235,50,1) 0%,rgba(251,210,4,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,235,50,1) 0%,rgba(251,210,4,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb32', endColorstr='#fbd204',GradientType=0 ); /* IE6-9 */
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #d3a500;
  -moz-box-shadow:
    inset 0px 0px 1px rgba(255,255,255,1);
  -webkit-box-shadow:
    inset 0px 0px 1px rgba(255,255,255,1);
  box-shadow:
    inset 0px 0px 1px rgba(255,255,255,1);
  text-shadow:0px 1px 0px #fef71b;
}
#headerArea #search input[type="submit"]:hover,
#headerArea p#login a:hover,
#headerArea p#members a:hover,
#headerArea p#account a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom:1;
}

#headerArea .function #account {
  border-left: 1px solid #d0d0d0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#headerArea p#login {
  margin-left: 10px;
}
#headerArea p#login,
#headerArea p#members {
  float: left;
}
#headerArea p#user a {
  display: inline-block;
  margin: 0 2px;
  font-weight: bold;
}
#headerArea p#login a,
#headerArea p#members a,
#headerArea p#account a {
  text-indent: -9999px;
  height: 29px;
  display: block;
  background: url("https://cdn.autoc-one.jp/static/common2/images/search/bg_button.png") no-repeat left center;
}
#headerArea p#login a {
  width: 110px;
  background-position: 0 0;
}
#headerArea p#members a {
  width: 111px;
  background-position: -110px 0;
}
#headerArea p#account a {
  width: 111px;
  background-position: 0 -29px;
}

.shortcutnav_bg {
	width: 100%;
	background-color: #e0e8ea;
}

.shortcutnav {
	width: 950px;
	margin: 0px auto;
	padding: 5px;
}
.shortcutnav span {
	float: left;
	margin: 3px 5px 0 0;
}
.shortcutnav span:after {
	content: " >";
}
.shortcutnav span.lastBread:after {
	content: none;
}

.shortcutnav span.lastBread span {
    margin: 0;
    font-weight: normal;
}

.shortcutnav span.lastBread span:after {
    content: "";
}


/*----- 新ロゴSVG化 -----*/
#headerArea #logosvg {
	margin-top: 0 !important;
	padding-top: 20px;
	float: left;
	display: block;
	width: 202px;
	height:  54px;
}

#headerArea .function2018 {
	width: 800px !important;
	float: right;
	background: #eee;
	border-radius: 3px;
	margin-top: 10px;
	display: table;
}

#headerArea .function2018 .inner {
	padding: 10px;
}

#headerArea .function2018 .inner form {
	width: 536px !important;
	height: 39px;
}

#headerArea .function2018 #search2018 {
	border-right: 1px solid #fff;
	display: table-cell;
	width: 556px !important;
	vertical-align: middle;
}

#headerArea #search2018 input[type="text"] {
	float: left;
	background: #fff
		url("https://cdn.autoc-one.jp/static/common2/images/search/bg_search.png")
		no-repeat left center;
	background-position: 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	font-size: 108.3%;
	padding: 0 0 0 28px;
	width: 470px !important;
	border: 1px solid #c6c6c6;
	height: 39px;
}

#headerArea #search2018 input[type="submit"] {
	float: left;
	cursor: pointer;
	width: 66px;
	font-size: 108.3%;
	font-weight: bold;
	color: #000000;
	height: 39px;
	background: rgb(255, 235, 50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 235, 50, 1) 0%,
		rgba(251, 210, 4, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		235, 50, 1)), color-stop(100%, rgba(251, 210, 4, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 235, 50, 1) 0%,
		rgba(251, 210, 4, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 235, 50, 1) 0%,
		rgba(251, 210, 4, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 235, 50, 1) 0%,
		rgba(251, 210, 4, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 235, 50, 1) 0%,
		rgba(251, 210, 4, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb32',
		endColorstr='#fbd204', GradientType=0); /* IE6-9 */
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border: 1px solid #d3a500;
	-moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1);
	text-shadow: 0px 1px 0px #fef71b;
}

#headerArea #search2018 input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}

#headerArea .function2018 #account {
	border-left: 1px solid #d0d0d0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
