@media(min-width:500px){

	h1,h2,h3,h4,h5 {
		font-size: 25px;
		margin:0 0 50px 0;
		padding:0 0 15px 0;
		text-align: left;
	}


	/*=================================
	ヘッダー。
	===============
	====================================================*/
	header{
		/* padding:42px 0 0 0; */
	}
	.important-item-one{
		padding:2px 0 0 0;
	}


	/*=================================
	大項目枠。
	===============
	====================================================*/

	.menu-big {
		width:380px;
	}

	/* 大項目枠下部の削除ボタン */
	.menu-big-close-button-bottom{
		width:340px;
		right:20px;
		bottom:20px;
	}
	/* 大項目枠下部の削除ボタン */
	.menu-big-colose-button-bottom-bar{
		width:340px;
		height:50px;
		line-height:50px;
	}

	/*=================================
	検索枠。
	===============
	====================================================*/

	.search{
		width:380px;
	}
	.search-box{
		width:310px;
	}
	/* 画面下部の削除ボタン */
	.search-close-button-bottom{
		width:340px;
		right:20px;
		bottom:20px;
	}
	/* 画面下部の削除ボタン */
	.search-colose-button-bottom-bar{
		width:340px;
		height:50px;
		line-height:50px;
	}




	/*=================================
	全項目一覧。
	===============
	====================================================*/
	.item {
		width:380px;
	}

	.item-box-large {
		margin:0 20px;
	}
	/*=================================
	項目枠の削除装置。
	===============
	====================================================*/
	/*=================================
	項目枠の削除ボタン下。
	===============*/
	.item-close-button-bottom{
		width:340px;
		right:20px;
		bottom:20px;
	}
	.item-colose-button-bottom-bar{
		width:340px;
	}

	/*=================================
	項目切替。
	===============
	====================================================*/

	.menu-switch{
		/*width:380px;*/
	}

}