@charset "utf-8";
/* CSS Document */

/* top */

body {
	background:#47a0aa;
}

.main {
	position:relative;
	padding:0 0 0 260px;
}

.main_in {
}

.main_in p {
	font-size:18px;
	color:#ffffff;
	padding:0 0 20px 0;
}

.main h2 {
	margin:30px 0 0 0;
}

.main h2 img,
.main h3 img,
.main .copytext img {
	width:100%;
}

.story_img {
	padding:25px 12% 25px 12%;
	position:relative;
}

.story_img .prev {
	position:absolute;
	top:0;
	left:-14.5%;
	width:14.5%;
	cursor: pointer;
}

.story_img .next {
	position:absolute;
	top:0;
	right:-14.5%;
	width:14.5%;
	cursor: pointer;
}

.thumbnail {
	padding:0 0 50px 0;
}

.story_img_box img {
	width:100% !important;
}

.story_img_box h4 {
	text-align:center;
	color:#f9bbca;
	font-size:24px;
	font-weight:bold;
	padding:20px 0 15px 0;
}

.story_img_box h4 span {
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}

.story_img_box h4 span.season {
	color:#f9bbca;
	font-size:18px;
	display:inline-block;
	margin-right:10px;
}

.story_thumbnail img {
	width:92% !important;
	border:5px solid #ffffff;
	cursor: pointer;
}

.slick-active.slick-center img {
	border:5px solid #f9bbca;
}

.footer_text,
.footer_text a,
.footer_text span,
.footer_text_link,
.footer_text_link a,
.footer_text_link span {
	color:#eeeeee;
}