@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------------eventRock-------------------*/
.eventRock li {
	background-image: url(../images/event/climb.png);
	background-position: left top;
	background-repeat: no-repeat;
	/*垂直致中*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.eventRock li:nth-child(2) {
	background-image: url(../images/event/rope.png);
}
.eventRock li:nth-child(3) {
	background-image: url(../images/event/walk.png);
}
.eventRock li:nth-child(4) {
	background-image: url(../images/event/finger.png);
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------------eventRock-------------------*/
.eventRock li {
	width: 48%;
	float: left;
	margin: 0 4% 2% 0;
	height: 100px;
	background-size: 100px 100px;
	padding-left: 110px;
}
.eventRock li h4 {
	margin-bottom: 10px;
}
.eventRock li:nth-child(even) {
	margin-right: 0;
}

/*-------------------Code Gift---------------------*/
.codeGift li {
	float: left;
	width: 32%;
	margin:0 5px 1% 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	height: 450px;
}
.codeGift li:nth-child(3n) {
	margin-right: 0;
}
.codeGift li a { /*display: block; text-decoration: none; */color: #F5A503 }
.codeGift li a:hover { color:#8e7f3a } 
.codeGift li h4 {
	font-size: 17px;
	line-height: 160%;
}

}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-------------------eventRock-------------------*/
.eventRock li {
	width: 100%;
	margin: 0 0 20px 0;
	height: 100px;
	background-size: 100px 100px;
	padding-left: 110px;
}
.eventRock li h4 {
	margin-bottom: 8px;
}
.eventRock li:last-child {
	margin: 0;
}

/*-------------------Code Gift---------------------*/
.codeGift li {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	padding: 10px;

}
.codeGift li:last-of-type {
	margin-bottom: 0;
}
.codeGift li a { /*display: block; text-decoration: none; */color: #F5A503; }
.codeGift li a:hover { color:#8e7f3a; } 
.codeGift li h4 { line-height: 160%; }

}
