@charset "utf-8";

/* for 480px or less */
@media screen and (max-width:480px) {
.h1tag {
	font-size:9px;
	padding:2px;
	background-color:#ECE8E8;
	position:fixed;
	z-index:1;
	
}



.menu{
    width:100%;
    height:50px;
    display:block;
    position:fixed;
	font-size:9px;
    top:0;
    left:0;
    }

.body {
margin-top:50px;
padding-top:1px;	
}

footer {
background-color:#ED080C;
width:100%;
height:50px;
display:block;
position:fixed;
bottom:0;
left:0;
z-index:1;
}

.floating-box {
display:inline-block;
width:100px;
height:100px;
margin:10px;
border: 3px solid  #124AE1;
}

}