@charset "UTF-8";

.article_txt {
	margin-bottom: 50px;
	padding-left: 15px;
	line-height: 180%;
}


#supportersWrap {
	position: relative;
	height: 500px;
	margin-bottom: 60px;
	background-image: url(../img/bg_supporter2014.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#supportersInner {
	display: none;
	overflow: hidden;
	height: 500px;
	background-color: #000;
	background-image: url(../img/eva_logo_bk.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#supporters {
	display: none;
	font-family:
		MatissePro-EB,
		"ヒラギノ明朝 ProN W6",
		"HiraMinProN-W6",
		"HG明朝E",
		"ＭＳ Ｐ明朝",
		"MS PMincho",
		"MS 明朝",
		serif;
	;
	color: #fff;
	text-align: center;
}

#supporters ul {
	display: none;
}

	#supporters li {
		float: none;
		width: auto;
		height: auto;
		padding: 1em;
	}
		#supporters li span {
			display: block;
			padding: 0.5em 0;
		}
	#supporters .title {
		font-weight: normal;
		font-size: 120%;
	}
	#supporters .blank {
		height: 8em;
	}
	#supporters .vip {
		padding: 0 0 1em 0;
		font-size: 2em;
		color: #ff0000;
	}
	#supporters .members {
		padding: 0 0 1em 0;
	}
		#supporters .members div {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 14em;
			margin: 0 1em;
		}

.fader {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	background-repeat: repeat-x;
	background-position: 0 0;
}

#fade_top {
	top: 0;
	background-image: url(../img/fade_top.png);
}

#fade_bottom {
	bottom: 0;
	background-image: url(../img/fade_bottom.png);
}

.simply-scroll {
	width: 100%;
	height: 500px;
	margin-bottom: 0;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 500px;
}
.simply-scroll-btn {display: none;}


@media screen and (max-width: 1024px) {
/*各ブレークポイントごとのcssを記述*/
}

@media screen and (max-width: 768px) {
/*各ブレークポイントごとのcssを記述*/
}

@media screen and (max-width: 480px) {
/*各ブレークポイントごとのcssを記述*/
}

@media screen and (max-width: 320px) {
/*各ブレークポイントごとのcssを記述*/
}