@charset "utf-8";
/*-----------------------for both-----------------------*/
#right h6 {
	font-size: 19px;
	color: #fff;
	text-align: center;
	background: #222;
	padding: 10px 0;
	font-weight: normal;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------------Code Gift---------------------*/
.codeGift li {
	float: left;
	width: 32%;
	margin:0 3px 1% 3px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	height: 430px;
}
.codeGift li:nth-child(3n) {
	margin-right: 0;
}
.codeGift li a{ display: block; text-decoration: none; color: #000}
.codeGift li a:hover{ color: #91BD1E} 
.codeGift li h4{ height: 45px}

}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-------------------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: #000; }
.codeGift li a:hover { color: #91BD1E; } 
.codeGift li h4 { height: 50px; }
}
