/*=================================
全項目枠内の切り替え枠。
===============
====================================================*/

.item-menu-switch{
	width:100%;
	/*margin-left:auto;*/
	/*height:55px;*/
	/*line-height:55px;*/
	border-bottom:1px solid #e0e0e0;
	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;
}
#item-box-all-open{}
#item-box-all-close{}

/*-------------------------
ボタン枠。
------------------------------*/
.item-menu-switch div{
	width:68px;
	text-align:center;
	cursor:pointer;
	/*background-color:tomato;*/
}
/*.item-menu-switch div img{
	width:35px;
}*/

/*項目切り替え枠のボタンテキスト*/
.item-menu-switch-text{
	display:block;
	padding:1px 0 0 0;
	font-size:11px;
	word-spacing:0.5px;
	user-select:none;
}