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

body#story {
	/*	background-color: #FFDE00;*/
/*	background: #00001F url(/images/story/story_bg.jpg) 0% 0 no-repeat fixed;
	background-attachment: fixed;
	background-size: cover;*/
}
#main {
	margin-bottom: 100px;
	min-height: 530px;
}
#main .txt01 {
	position: absolute;
	top: 0px;
	right: 50px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff
}
#main .img01 {
	position: absolute;
	top: 320px;
	right: 0px;
	width:600px;
}
#main .txt02 {
	margin: 550px auto 0 auto;
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}
