@media(min-width:300px){

	/*=================================
	大項目枠。
	===============
	====================================================*/

	.menu-big{
		width:280px;
	}
	
	.menu-switch{
		/*width:280px;*/
	}
	/* 大項目枠下部の削除ボタン */
	.menu-big-close-button-bottom{
		width:260px;
		right:10px;
		bottom:10px;
	}
	/* 大項目枠下部の削除ボタン */
	.menu-big-colose-button-bottom-bar{
		width:260px;
		height:48px;
		line-height:48px;
	}


	/*=================================
	検索枠。
	===============
	====================================================*/

	/*-------------------------
	検索枠
	------------------------------*/
	.search{
		width:280px;
	}
	/*検索文字列入力枠*/
	.search-text{
		width:150px;
	}
	/* 画面下部の削除ボタン */
	.search-close-button-bottom{
		width:260px;
		right:10px;
		bottom:10px;
	}
	/* 画面下部の削除ボタン */
	.search-colose-button-bottom-bar{
		width:260px;
		height:48px;
		line-height:48px;
	}

	/*=================================
	項目枠の削除装置。
	===============
	====================================================*/
	.item{
		width:280px;

	}
	/*=================================
	項目枠の削除ボタン下。
	===============*/
	.item-close-button-bottom{
		width:260px;
		right:10px;
		bottom:10px;
	}
	.item-colose-button-bottom-bar{
		width:260px;
		height:48px;
		line-height:48px;
	}
}