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

li{
	float: left;
	list-style: none;
	height: 130px;
	width: 130px;
}

.h{
	position: absolute;
	top:50%;
	left: 50%;
	width: 780px;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: o;
}

.box1 {
	width: 100px;
	height: 100px;
	background-image: url(hikouki.gif);
	background-size: contain;	
	
}
.box2 {
	width: 100px;
	height: 100px;
	background-image: url(H.gif);
	background-size: contain;	
}