/*=================================
検索枠。
===============
====================================================*/

/* 画面下部の削除ボタン */
.search-close-button-bottom{
	width:260px;
	margin:0 auto;
	position:fixed;
	bottom:0;
	right:10px;
	bottom:10px;
	display:flex;
	border-radius:5px 5px 0 0;
	font-size:15px;
	/*background:skyblue;*/
	word-spacing:0px;
}

/* 画面下部の削除ボタン */
.search-colose-button-bottom-bar{
	height:58px;
	line-height:58px;
	width:340px;
	margin:0 auto;
	background-color:#111;
	border-radius:5px;
	color:#ccc;
	/*display:none;*/
	text-align:center;
	cursor:pointer;
	opacity:0.95;
	
}

/* 画面下部の削除ボタン */
.search-colose-button-bottom-bar:hover{
	opacity:0.90;
}