header {
	margin-bottom: 15px;
}

#main {
	width: 100%;
	height: 464px;
	position: relative;
	background: url(../event/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 120px;
}
#main h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -201px;
}

.contents {
	width: 1024px;
	margin: 0 auto;
}

#intro {
	margin-bottom: 130px;
}
#intro h1 {
	margin-bottom: 55px;
	text-align: center;
	width: 100%;
}
#intro p {
	width: 100%;
	text-align: center;
	line-height: 1.5;
}

#example {
	width: 1024px;
	margin: 0 auto 120px;
}

#example h1 {
	margin-bottom: 40px;
	text-align: center;
}
#example p.caution {
	text-align: center;
	margin-bottom: 30px;
}

#example .wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#example .wrapper article {
	width: 245px;
	margin-bottom: 60px;
}
#example .wrapper article h2 {
	margin: 15px 0;
}
#example .wrapper article p {
	line-height: 1.5;
}

#example_02 {
	width: 1024px;
	margin: 0 auto 40px;
	text-align: center;
}
#example_02 h1 {
	margin-bottom: 40px;
	text-align: center;
}




#news {
	width: 1024px;
	margin: 0 auto 120px;
}
#news h1 {
	margin-bottom: 40px;
	text-align: center;
}
#eventNews {
	border-top: 1px solid #e5e5e5;
}
#eventNews .article {
	overflow: hidden;
	padding: 13px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
#eventNews .article .date {
	width: 180px;
	float: left;
}
#eventNews .article a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	transition: 0.3s;
}
#eventNews .article a:hover {
	background-color: rgba(255,255,255,0.4);
}

#out {
	width: 1024px;
	margin: 0 auto 60px;
}
#out h1 {
	margin-bottom: 40px;
	text-align: center;
}

#out .wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#out .wrapper article {
	width: 245px;
	margin: 30px 5px;
}
#out .wrapper article h2 {
	margin: 15px 0;
}
#out .wrapper article p {
	line-height: 1.5;
}

#out .banner {
	width: 950px;
	margin: 50px auto;
}

#coming {
	width: 1024px;
	margin: 0 auto 170px;
	
}


#greenblue {
	width: 100%;
	background-color: rgba(60,60,60,0.1);
	padding-bottom: 60px;
	margin-bottom: 120px;
}
#greenblue .wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
}
#greenblue .wrapper h1 {
	width: 350px;
	text-align: right;
	float: left;
}
#greenblue .wrapper p {
	width: 500px;
	float: right;
	line-height: 1.5;
}
#greenblue p.banner {
	width: 950px;
	margin: 0 auto;
}

#lantern {
	width: 900px;
	padding: 25px;
	border: 1px solid #000;
	margin: 0 auto 80px;
	overflow: hidden;
	background-color: #fff;
}
#lantern .wrapper {
	width: 435px;
	float: left;
}
#lantern .wrapper p.ic {
	font-size: 0.8em;
	background-color: #771414;
	width: 60px;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	margin-bottom: 10px;
}
#lantern .wrapper h1 {
	font-size: 15pt;
	margin-bottom: 20px;

}
#lantern .wrapper article {
	line-height: 1.5;
}
#lantern .image {
	width: 435px;
	float: right;
}


#sunset {
	width: 100%;
	background-color: rgba(60,60,60,0.1);
	padding-top: 60px;
	margin-bottom: 60px;
}
#sunset .wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
}
#sunset .wrapper h1 {
	width: 350px;
	text-align: right;
	float: left;
}
#sunset .wrapper p {
	width: 500px;
	float: right;
	line-height: 1.5;
}
#sunset p.image {
	width: 950px;
	margin: 0 auto;
}