@charset "utf-8";

#headerTitle01 {
	left: 2%;
	top: 22%;
}

#headerTitle02 {
	right: 0;
	top: 50%;
}

#headerTitle03 {
	left: 0;
	top: 0;
}

#story {
	width: 95.5%;
	height: auto;
	margin: 11% auto 0;
	padding: 6% 0;
	background: #3a0202;
}

	#story .tit {
		padding: 0 7%;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}

	#story .group {
		margin-top: 8.5%;
	}

		#story .pic {
			width: 86%;
			height: auto;
			margin: 0 auto;
		}

		#story .txt {
			margin-top: 2.5%;
			padding: 0 7%;
			font-size: 14px;
			line-height: 24px;
			color: #fff;
		}
