@media all and (max-width: 600px) {
	
	/* footer */
		
	#footer_day, #footer_day_sep, #footer_user_cap, #footer_user, #footer_user_sep,
	#footer_company_sep, #footer_company_cap, #footer_company {
		display: none;
	}
	
	.tool_mobile_hide {
		display: none;
	}
	.tool_mobile_show {
		display: block;
	}
	.tool_both_show {}
	
	.tab_mobile_hide {
		display: none;
	}
	.tab_mobile_show {
		display: inline-block;
	}
	.tab_both_show {}
	
	.form_td_cap {
		display: none;
	}
	
	/*
	.btn_menu_close {
		display: none;
	}
	*/
}