@charset "utf-8";

#book01::before{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	color: #fff;
	background: url(../img/01.jpg) no-repeat 0 0/100%;
	content: "";
}

.pcNone {
	display: none !important;
}