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

h2 {
	position: relative;
}
h2:before {
	background: #70add0;/*線の色*/
}

.livebox {
	min-height: 800px;
}

/* .anim-img{
	animation-name: anim-img;
	transform: rotate(0deg);
	animation-duration: 5s;
	animation: anim-img linear 5s infinite;
}
@keyframes anim-img {
	50% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(5deg);
	}
}*/
