/* screen width under 720px */
@media only screen and (max-width:720px) {
	.fixed_menu {display:none;}
	.spacer {height:60px;}
	.spacer:nth-child(1) {height:84px;}
	.fixed_log>div.fixed_log_menu {display:inline-block; margin:0 0 0 15px;}
}
@media only screen and (min-width:721px) {
	#toggle_menu_block {display:none;}
}