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

.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:#ab9b81;
	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;
  background: #fff;
	border: 1px solid #ab9b81;
	border-radius: 4px;
	font-size:10px;
	color: #ab9b81;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	text-decoration: none;
	padding:8px 5px 8px;
	-webkit-text-size-adjust: none;
}

.menuText{
	text-align:center;
	font-weight: bold;
	font-size: 1em;
	margin: 16px 0 8px 0;
	color:#333;
}
.list_close{
	width: 100px;
	opacity: 1;
	text-align: center;
	padding: 4px 0;
	border-radius: 2rem;
	cursor: pointer;
	font-size: 0.8em;
	color: #ab9b81;
	background: #2b2b2b;
}

#category_list li:active{
	background:#f4d400;
	color:#333;
}



/* 検索ボックス */
.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:4px;
border: none;
outline:0;
background:#fff;
}


/* 検索ボックス
.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:#ab9b81;
	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:#333;
}

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