@charset "utf-8";
/* CSS Document */
.foot_nav_bg1{ display:none;}

@media all and (max-width: 50em){
	.foot_nav_bg1{ width:100%; background: #262D33; position:fixed; bottom:0; left:0; z-index:6; padding:4px 0; display:block;}
	.foot_nav1{ width:98%; margin:0 auto; padding-left:5px; }
	.foot_nav_item1{ float:left; width:49.5%; list-style:none;}
	.foot_nav_icon1{ width:36px; height:36px; margin:0 auto;}
	.foot_nav_icon1 img{ width:36px; height:36px;}
	.foot_nav_item1 p{ width:100%; text-align:center; color:white; font-size:1.5rem; }
	
}