/*メニュー新　通常
---------------------------------------------------------------*/

.global_menu a{
	position: absolute;
	right: 0;
	top: 14px;
	margin-right: 10px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
}
#category_list{
	width:100%;
	padding:5px 0 0;
	background:#FFF;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	color:#fff;
 	position: fixed;
	z-index:999;
	top: -5px;
	left: 0px;
	display:none;
}

.lists{
margin:10px auto;
width: 306px;
}

@media (min-width: 1025px){
.lists{
margin:10px auto;
width: 1000px;
}
}

#category_list li{
	float:left;
	margin:5px;
}

#category_list li a{
	display: block;
	cursor: pointer;
	width:140px;
	box-sizing: border-box;
	border-radius: 3px;
	font-size:10px;
	color: #fff;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	text-decoration: none;
	padding:8px 5px 8px;
	-webkit-text-size-adjust: none;
	background-color: #d2660c;
}

.menuText{
	text-align:center;
	font-weight: bold;
	font-size: 1em;
	margin: 16px 0 8px 0;
	color:#2b1400;	
}
.list_close{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:#FFF;
	text-align:center;
	padding:5px 0 0px 0;
	cursor:pointer;
	font-size: 0.8em;
}

#category_list li:active{
	background:#f4d400;
	color:#2b1400;
}



/* 検索ボックス */
.headSearchSP {
width: 300px;
line-height: 24px;
box-sizing: border-box;
padding: 0 15px;
margin: 10px auto;
}
.headSearchSP input.sbox3{
height:35px;
padding:5px 20px;
width: 90%;
border-radius:36px;
border: none;
outline:0;
background:#eee;
}


/* 検索ボックス
.headSearchSP {
background: #f3f5f7;
border-radius: 36px;
width: 90%;
line-height: 36px;
box-sizing: border-box;
padding: 0 15px;
margin: 10px auto;
}
.headSearchSP form {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.headSearchSP input {
border: none;
background: #f3f5f7;
width: 100%;
line-height: 36px;
height: 36px;
font-size: 14px;
color: #0e0e0e;
}
.headSearchSP input:active{
border: none;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
input, 
textarea, 
select {
outline: none;
margin: 0;
padding: 0;
border: none;
}
 */


/*メニュー新　検索
---------------------------------------------------------------*/


#category_list2{
	width:100%;
	padding:5px 0 0;
	background:#FFF;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	color:#fff;
 	position: fixed;
	z-index:999;
	top: -5px;
	left: 0px;
	display:none;
}

#category_list2 li{
	float:left;
	margin:5px;
}

#category_list2 li a{
	display: block;
	cursor: pointer;
	width:140px;
	box-sizing: border-box;
	border: 1px solid #cbc8b8;
	border-radius: 3px;
	font-size:10px;
	color:#4b4b4b;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	text-decoration: none;
	padding:8px 5px 8px;
	-webkit-text-size-adjust: none;
}

#category_list2 li:active{
	background:#f4d400;
	color:#2b1400;
}

.bbbt{
	position: absolute;
	top: 20px;
	right: 20px;
}