@charset "utf-8";

.slicknav_menu{
     display: none;
}

/*menu_00*/
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}
.menu_box{
	background-color: white;
	width: 100%;
	top: 0;
	padding: 10px;
}
#menu_00{
	font-size: 0.9rem;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 10px 0;
}
#menu_00 ul{
	list-style-type: none;
	padding-left: 0;
}
#menu_00 li{
	padding: 0 10px;
}

/*menu_01*/
.menu_01{
	text-align: center;
}
.menu_01 li{
	display: inline;
}

/*=============*/
/*Media Queries*/
@media screen and (max-width: 916px) {
.js #menu{
	display:none;
}
.js .slicknav_menu{
	display:block;
}
.slicknav_menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
transform: translate(-50%);
	z-index: 1000000;
}

/*rogo*/

.slicknav_menu:before {
	width: 180px;
	height: 24px;
	float: left;
	margin: 11px 0 10px 6px;
	content:"Afro System INC." !important;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
}
/*=============================
.slicknav_menu:before {
	width: 180px; //ロゴの幅
	height: 50px;　//ロゴの高さ
	float: left;　//左に寄せる
	background-image: url(..img/logo_top.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100%;
	content:"";　//ここを空にする
}
=============================*/
/*rogo*/

.menu_var_scroll {
	height: 100%;
}
.menu_var_scroll ul {
	height: 100% !important;
	overflow: auto !important;
}
#menu_00{
	margin: 0px;
	padding: 0px;
}
}

@media screen and (min-width: 481px) and (max-width: 916px){
.space-top_menu{
	margin-top: 1.5em;
}
}
@media screen and (max-width: 480px){
.space-top_menu{
	margin-top: 3.5em;
}
}

#menu li+ li {
	border-left: 1px solid #fff;
}
