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

#box{
	
	width :100px;
	height: 100px;
	position: absolute;
	z-index:0;
}

.red{
	background-color:red;
}
button{
	
	padding:20px;
	font-size:24px;
	z-index:10;
}
table{
	
	z-index:1;
	display:block;
	position:absolute;
}

.container{
	width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
	
}

input{
	width:50px;	
}