@media screen and (max-width: 480px){
	*{
		width : 100%!important;
	}

	#makebanner>tbody>tr:first-child form+td,#ldd_menu{
		display : none;
	}

	#makebanner>tbody>tr:first-child form+td+form+input+input+input+td{
		display : none;
	}

	#makebanner>tbody>tr:first-child td:last-child{
		width : 100%!important;
	}

	.header-fixed-wrap{
		display : none!important;
	}

	#sidebarSearchButton{
		width : 20%!important;
		display : block;
	}

	.gnav-link,#M_headBasketIn{
		font-size : 10px;
	}

	#header>div+div{
		width : 40%!important;
	}

	#sidebarSearchInput{
		width : 70%!important;
	}

	#header-sp-flag a,#M_basketTemp1{
		width : 45%!important;
		margin : 0px!important;
		display : block;
		float : left;
	}



	#M_basketCloseBox,#M_headBasketSwitch,#M_basketTemp1{
		height : auto!important;
	}

	#header{
		height : auto!important;
	}
}