@charset "utf-8";
/* CSS Document */

#head_menu_wrap{
	height: 60px;
	position: static;
	padding: 10px;
	box-sizing: border-box;
}
#head_menu_wrap img{
	display: block;
	height: 100%;
}
/**/
#footer_menu_wrap{
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #bb0000;
}
.footer_menu_tel{
	float: left;
	width: 100%;
}
.footer_menu_form{
	float: right;
	width: 100%;
	background-color: #fff;
}
.footer_menu_tel img,.footer_menu_form img{
	width: 100%;
	display: block;
}