/* ===================================================================
CSS information
=================================================================== */


/* ---------------------------------------------
 BASE
--------------------------------------------- */
#header_menu {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	background: rgb(34,34,34); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(34,34,34,1) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(34,34,34,1) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(34,34,34,1) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-bottom: 5px solid #004190;
}
.menu {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1000px;
	height: 50px;
	margin: auto;
}
/* ---------------------------------------------
 タブ
--------------------------------------------- */
.menu > li {
	display: table-cell;
	width: 25%;
	list-style: none;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #444;
	box-shadow: 1px 0 0 0 #111;
}
.menu > li:first-child {
	border-left: 1px solid #444;
	box-shadow: 1px 0 0 0 #111;
}
.menu > li:hover {
	background-color: #111;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu > li:hover > a {
	color: #666;
}
.menu > li:hover .init-bottom > img {
	opacity: .3;
}
.menu > li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}
.menu > li > a {
	padding: 9px 0 5px;
	color: #fff;
	/*text-shadow: 1px 1px 1px #000;*/
	font-size: 13px;
}
.menu > li > a:hover {
	color: #666;
	background: #111;
}
.menu > li.menuTab > a > div > span { /* ルビ */
	display: block;
	color: #666;
	letter-spacing: .1em;
	font-size: 10px;
}
.menuTab:hover .menu__drop {
	visibility: visible;
	top: 50px;
	opacity: 1;
}
/*----- ▼ アイコン調整 -----*/
.menuTab > a > img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.menuTab > a > div {
	display: inline-block;
}

/*----- ▼ floatクリア -----*/
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}

/* ---------------------------------------------
 ドロップダウン 全体
--------------------------------------------- */
.menu__drop {
	position: absolute;
	top: 50px;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 420px;
	padding: 30px;
	background: rgba(0,0,0,0.9);
	box-sizing: border-box;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	opacity: 0;
	font-size: 12px;
	z-index: 10000;
}
.menu__drop > li {
	position: relative;
	float: left;
	width: 100%;
	border: none;
	list-style: none;
	text-align: left;
}
.aimmenu ul {
	list-style: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aimmenu ul li {
	position: static;
}
/* ---------------------------------------------
 ドロップダウン 中身（車種）
--------------------------------------------- */
.brand_wrap {
	display: flex;
	justify-content: space-between;
	/*padding: 30px;*/
	/*background-color: #222;*/
	border-radius: 3px;
}
.brand_box {
	width: calc(100%/4.2);
	padding: 15px;
	background-color: #000;
	border: 1px solid #222;
	border-radius: 3px;
}
/* 可読性低いからボツかな...

.brand_box:nth-of-type(1) {
	background: url(../img/menu/brand-honda-bg.jpg) no-repeat;
	background-size: cover;
}
.brand_box:nth-of-type(2) {
	background: url(../img/menu/brand-yamaha-bg.jpg) no-repeat;
	background-size: cover;
}
.brand_box:nth-of-type(3) {
	background: url(../img/menu/brand-kawasaki-bg.jpg) no-repeat;
	background-size: cover;
}
.brand_box:nth-of-type(4) {
	background: url(../img/menu/brand-suzuki-bg.jpg) no-repeat;
	background-size: cover;
}*/
/*----- ボタン -----*/
.brand_box .brand_btn {
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 3px #ccc;
	text-align: center;
}
.brand_box .brand_btn a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.brand_box .brand_btn img {
	margin-bottom: 5px;
}
.brand_box .brand_btn span {
	display: block;
	width: 90%;
	margin: 0 auto 3px;
	padding: 5px 0;
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	letter-spacing: .1em;
	font-size: 11px;
	transition: .3s;
}
.brand_box:nth-of-type(1) .brand_btn span {
	background-color: #C00;
}
.brand_box:nth-of-type(2) .brand_btn span {
	background-color: #039;
}
.brand_box:nth-of-type(3) .brand_btn span {
	background-color: #093;
}
.brand_box:nth-of-type(4) .brand_btn span {
	background-color: #F90;
}
.brand_box .brand_btn:hover span {
	background-color: #222;
	transition: .3s;
}

/*----- 排気量リスト -----*/
.brand_box ul {
	padding: 0 10px;
}
.brand_box ul li a {
	position: relative;
	line-height: 1.2em;
	letter-spacing: .07em;
	text-indent: 12px;
	color: #fff;
}
.brand_box ul li a::before { /* arrow */
	position: absolute;
	top: 35%;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border: 4px solid transparent;
	border-left-color: #CCC;
}
.brand_box ul li a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------
 ドロップダウン 中身（パーツ）
--------------------------------------------- */

/*----- ▼ 親カテゴリ -----*/
.aimmenu > ul {
	position: relative;
	width: 160px; /* width - main menu */
	height: 420px; /* height - main menu */
	padding-left: 5px;
}
.aimmenu > ul > li > a {
	position: relative;
	color: white;
	display: block;
	overflow: auto;
	padding: 8px 0;
	border-bottom: 1px dotted #444;
	text-decoration: none;
	text-indent: 10px;
}
.aimmenu > ul li.hassub > a::after { /* arrow */
	position: absolute;
	width: 0;
	height: 0;
	right: 5px;
	top: 35%;
	content: '';
	border: 5px solid transparent;
	border-left-color: gray;
}
.aimmenu > ul li.hassub.selected > a::after { /* arrow hover */
	border-left-color: #111;
}
.aimmenu ul li a:hover, .aimmenu ul li.hassub.selected > a { /* hover */
	background: #222;
	cursor: pointer;
}
/*----- ▼ 子カテゴリ -----*/
.aimmenu ul li > ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	float: left;
	width: 780px;
	height: 315px; /* height - sub menu */
	overflow: hidden;
	padding: 10px;
	background: #222;
	border-radius: 0 8px 8px 0;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
}

.aimmenu ul li > ul li[id^="list"] {
	float: left;
	width: calc(100% / 3);
	border-right: 1px solid #444;
}
.aimmenu ul li > ul li[id^="list"] a {
	position: relative;
	color: #fff;
	font-weight: normal;
	text-indent: 25px;
	line-height: 1.5em;
}
.aimmenu ul li > ul li[id^="list"] a:hover { /* hover */
	background-color: #0053a1;
	color: #FFF;
}
.aimmenu ul li > ul li[id^="list"] a::before { /* arrow */
	position: absolute;
	top: 35%;
	left: 10px;
	width: 0;
	height: 0;
	content: '';
	border: 5px solid transparent;
	border-left-color: #CCC;
}

/*----- ▼ マウスオーバー画像 -----*/
.aimmenu .menu_bg {
	position: absolute;
	overflow: hidden;
	width: 250px;
	height: 330px;
	top: 0;
	right: 0;
	border-radius: 0 8px 8px 0;
	z-index: 9999;
}

/* ---------------------------------------------
 ドロップダウン 中身（用品・レース用）
--------------------------------------------- */
.drop_inner_wrap {
	display: flex;
	justify-content: space-between;
	height: 330px;
	overflow: hidden;
	background-color: #222;
	border-radius: 3px 8px 8px 3px;
}
.drop_inner_wrap > li {
	width: calc(100% / 3);
}
.drop_inner_wrap > li[id^="list_item"] {
	padding: 25px 30px 0;
}
.drop_inner_wrap > li a {
	position: relative;
	color: #fff;
	text-indent: 24px;
}
.drop_inner_wrap > li a:hover {
	background-color: #0053a1;
	color: #FFF;
}
.drop_inner_wrap > li a::before { /* arrow */
	position: absolute;
	top: 35%;
	left: 10px;
	width: 0;
	height: 0;
	content: '';
	border: 5px solid transparent;
	border-left-color: #CCC;
}
.drop_inner_wrap .menu_bg {
	text-align: right;
}


/*======================================================================
　スマホ
========================================================================  */
@media screen and (max-width:480px) {
.menu > li {
	width: 25%;
}
.menu__drop {
	display: none;
}
}

/*======================================================================
　タブレット
========================================================================  */
@media only screen and (min-width:479px) and (max-width:768px) {
.menu > li.searchPC {
	width: 50%;
}
.menu > li a {
	pointer-events: none;
}

/* 親カテゴリ */
.aimmenu > ul {
	width: 160px;
}
.aimmenu > ul > li > a {
	padding: 6px 0;
}
/* 子カテゴリ */
.aimmenu ul li > ul {
	width: 570px;
	height: 350px;
}
.menu__drop {
	padding: 15px;
}
/* 車種から探す */
.brand_box .brand_btn img {
	width: 100%;
}
/* パーツから探す */
.aimmenu ul li > ul li[id^="list"] {
	width: calc(100% / 2);
	font-size: 14px;
}
.aimmenu .menu_bg {
	display: none;
}

.drop_inner_wrap > li[id^="list_item"] {
	padding: 20px 15px 0;
}

}

















