/*=============================================*/
/*               menubtm                       */
/*=============================================*/
.menu_navi {
	height: 45px;
	width:100%;
	margin:5px 0px;

}

.button-toggle {
	position: absolute;
	width: 55px;
	height: 50px;
	right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #120704;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	top: 3px;
	background-color: #44481a;
	border:1px #44481a solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
}

.menu_toggle {
	position: absolute;
	top: 74px;
	width: 290px;
	margin: 10px;
	background-color: #44481a;
	color: #999;
	overflow: hidden;
	right: -7px;
	border: 1px #76783e solid;
	z-index:1000;
}

.menu_toggle ul {
	padding: 0;
	margin: 10px 5px;
    list-style-type:none;
    list-style-position:outside;
}

.menu_toggle li {
	position: relative;
}

.menu_toggle a {
	font-family:"ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
	display: block;
	color: #f5e6c2;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #76783e;
	margin-top: 3px;
	margin-bottom: 3px;
}

.menu_toggle a:hover {
	background: #333;
}
