@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  select { border:none !important;}
  .addr_1 { width:200px !important;}
  .user_nm { width:108px !important;}
  #container { width: 100% !important;}
  #rsv_area > span.item_3, #arv_rsv_area > span.item_3 {
  	display:none !important;
  }
  .deliveryContent
{
	width:100% !important;
	
}
}