

#Promo{
	width:100%;
	margin: 0 auto;
    border: 2px solid #eac3fb;
	background-color: #FFF;
	padding-bottom: 30px;
	margin: 35px auto;
	border-radius: 30px;
}
	@media (max-width: 640px) {
		#Promo{
		width: 98%;
		margin: 0 auto;
		margin: 20px auto;
		}
    }

#Promo .TITLE{
    width: 100%;
    height: 60px;
    background-color: #eac3fb;
    color: #8000B7;
    text-align: center;
    font-size: 1.8rem;
    line-height: 60px;
    font-weight: bold;
	border-radius: 28px 28px 0 0;
}

#Promo .COLLECTION{
	width: 92%;
	margin: 0 auto;
	margin-top: 15px;
	
}
	@media (max-width: 640px) {
		#Promo .COLLECTION{
			width: 90%;
			margin: 0 auto;
			
		}
    }
#Promo .COLLECTION ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content:center;
	list-style: none;
	padding-left: 0px;
}

#Promo .COLLECTION ul li{
	width: 32%;
	margin-bottom: 20px;	
	}

	@media (max-width: 640px) {
	#Promo .COLLECTION ul li{
		width: 100%;	
		}
    }
#Promo .COLLECTION ul li a{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	}
#Promo .COLLECTION ul li a p{
	text-decoration: none;
	font-size: 1.2em;
	line-height: 12px;
	color:#333;
	font-weight: normal;
	font-family: 微軟正黑體, 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

#Promo .COLLECTION ul li a p:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #333;
	transform: rotate(45deg);
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	margin-top: 3px;}
#Promo .COLLECTION li a img{
	width: 100%;
	height: auto;
border-radius:16px ;}

#Promo .Promo_BT{
	width: 20%;
	height: 45px;
	margin: 0 auto;
}

	@media (max-width: 640px) {
		#Promo .Promo_BT{
			width: 60%;
			height: 45px;
			margin: 0 auto;
		}
    }
#Promo .Promo_BT a{
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;	
	display:block;
	width:100%;
	margin:0 auto;
	height:50px;
	font-size: 1.1rem;
	line-height:47px;
    text-align: center;
    color: #fff;
	border-radius: 10px;
    font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*紅色01*/
.pq_RED{
	border:1px solid #a30000;
	background: #ff0000; /* Old browsers */
	background: -webkit-linear-gradient(#ff0000 0%, #b90000 100%);
	background: -o-linear-gradient(#ff0000 0%, #b90000 100%);
	background: linear-gradient(#ff0000 0%, #b90000 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b90000',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
}

.pq_RED:hover{
	color:#fff9bc;
	background: #b90000; /* Old browsers */
	background: -moz-linear-gradient(top, #b90000 0%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b90000 0%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b90000 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}
/*紅色01*/
