/*=================================
大項目枠の削除ボタン下。
===============
====================================================*/

/* 大項目枠下部の削除ボタン */
.menu-big-close-button-bottom{
	width:260px;
	margin:0 auto;
	position:fixed;
	bottom:0;
	right:10px;
	bottom:10px;
	display:flex;
	border-radius:5px 5px 0 0;
	/*background:skyblue;*/
	z-index:9;
}

/* 大項目枠下部の削除ボタン */
.menu-big-colose-button-bottom-bar{
	height:44px;
	line-height:44px;
	width:340px;
	margin:0 auto;
	background-color:#111;
	border-radius:5px;
	color:#ccc;
	/*display:none;*/
	text-align:center;
	cursor:pointer;
	opacity:0.95;
	z-index:9;
}

/* 大項目枠下部の削除ボタン */
.menu-big-colose-button-bottom-bar:hover{
	opacity:0.90;
}