@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: 19%;
	margin:0 6px 1% 7px;
	border: 1px solid #e0e0e0;
	padding: 15px;
	height: 375px;
}
/*.codeGift li:nth-child(3n) {
	margin-right: 0;
}*/
/*.codeGift li a{ display: block; text-decoration: none;}
.codeGift li a:hover{ color: #91BD1E} */
.codeGift li h4 {
	height: 70px;
	font-size: 17px;
	line-height: 140%;
}

}

/*------------------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:0 20px 30px 20px;
	border: 1px solid #e0e0e0;
	padding: 55px;

}
.codeGift li:last-of-type {
	margin-bottom: 0;
}
/*.codeGift li a{ display: block; text-decoration: none; color: #000}
.codeGift li a:hover{ color: #91BD1E} */
.codeGift li h4{ height:60px}

}
