@charset "utf-8";
.slide {
	text-align: center;
	position: absolute;
	font-family: "游明朝";
	left: 0px;
	top: 160px;
	right: 0px;
	color: #000;
	z-index: 1;
	margin: 0 auto;
	font-size: 18px;
	text-shadow: -8px -8px 8px #fff, 8px 8px 8px #fff, 2px 2px 8px #fff, -2px -2px 8px #fff, 4px 4px 8px #fff, -4px -4px 8px #fff;
	line-height: 24px;
}
@media screen and (max-width: 767px) {
	.slide {
		top: 110px;
		width: 90%;
		position: relative;
	}
}
