/*=================================
検索枠の最上部の切り替え枠。
===============
====================================================*/

/*-------------------------
切り替え枠。
------------------------------*/
.search-switch{
	width:100%;
	/*height:55px;*/
	/*line-height:55px;*/
	/*border-left:1px solid #e0e0e0;*/
	border-bottom:1px solid #e0e0e0;
	/*text-align:center;*/
	color:#444;
	display:flex;
	flex-direction:row-reverse;
	/*justify-content:space-between;*/
	padding:6px 5px 7px 0;
	position:sticky;
	top:0px;
	right:0px;
	background-color:#fff;
	z-index:1;
}

/*-------------------------
ボタン枠。
------------------------------*/
.search-switch div{
	width:68px;
	text-align:center;
	cursor:pointer;
	z-index:9;
}

/*項目切り替え枠のボタンテキスト*/
.search-switch-text{
	display:block;
	padding:1px 0 0 0;
	font-size:11px;
	word-spacing:0.5px;
	user-select:none;
}