@media(min-width:350px){

	/*=================================
	大項目枠。
	===============
	====================================================*/

	.menu-big{
		width:330px;
	}
	
	.menu-switch{
		/*width:330px;*/
	}

	/* 大項目枠下部の削除ボタン */
	.menu-big-close-button-bottom{
		width:310px;
	}
	/* 大項目枠下部の削除ボタン */
	.menu-big-colose-button-bottom-bar{
		width:310px;
		height:50px;
		line-height:50px;
	}

	/*=================================
	検索枠。
	===============
	====================================================*/

	/*-------------------------
	検索枠
	------------------------------*/
	.search{
		width:330px;
	}

	/* 画面下部の削除ボタン */
	.search-close-button-bottom{
		width:310px;
	}
	/* 画面下部の削除ボタン */
	.search-colose-button-bottom-bar{
		width:310px;
		height:50px;
		line-height:50px;
	}

	/*=================================
	項目枠の削除装置。
	===============
	====================================================*/
	.item{
		width:330px;
	}
	/*=================================
	項目枠の削除ボタン下。
	===============*/
	.item-close-button-bottom{
		width:310px;
	}
	.item-colose-button-bottom-bar{
		width:310px;
		height:50px;
		line-height:50px;
	}
}