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

/* ANAYUKI */
body {
	background: url("/img/tmp/body_bg_top.png") top repeat-x, url("/img/tmp/texture_frozen_800×533.jpg") top/100%;
}
#top {
	position: relative;
}
#top h1 a::after {
	content: "";
	display: block;
	width: 200px;
	height: 60px;
	background: url(/img/tmp/tokyu_ice_logo.png) center/100% no-repeat;
	position: absolute;
	top: 0;
	left: -20px;
}
#top h1 a img {
	opacity: 0;
}


@media only screen and (max-width: 480px) {
	
	/* ANAYUKI */
	body {
		background: url("/img/tmp/body_bg_top.png") top/100% 200px no-repeat, url("/img/tmp/texture_frozen_800×533.jpg") top/100%;
	}
		#top {
			height: auto;
			overflow: hidden;
		}
	#top h1 a::after {
		left: 50%;
		margin-left: -100px;
		z-index: 1;
	}
}