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

.strapline02 {background: #fff; padding: 12px 16px;}
.strapline02 span {
	display: block;
	height: 42px;
	line-height: 42px;
	background: #FFA555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.event_content {}
.event_content img {
	width: 100%;
}
.event_content > div {
	position: relative;
}
.event_content > div  img {vertical-align: top;}
.event_content > div a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
}
.event_content > div a span {
	display: block;
	margin: 0 auto;
	width: 190px;
	height: 40px;
	line-height: 40px;
	background: url(../../../images/userApp/event_btn.png)no-repeat center/ 190px auto;
	color: #202020;
	text-align: center;
	font-size: 14px;
}
.event_content > div.img01 {
	min-height: 308px;
	background: url(../../../images/userApp/event01_02.png)no-repeat center/ 100% auto;
}
.event_content > div.img02 {
	min-height: 338.5px;
	background: url(../../../images/userApp/event01_03.png)no-repeat center/ 100% auto;
}








