

#side_menu_ul >li:nth-last-child(6) a { color:#f9ff00;}


/*MENU底色*/
.top_menu { background: #a358b1; }

/*手機版側邊上顏色*/
.top_menu_mobile_banner {  background: #ffdcdf;  text-align: center;  }

@media (max-width: 530px){
.top_menu_mobile_banner>img { display: block;  margin-left: 80px;   }
.side_menu_banner { padding: 18px 0;  background: #ffdcdf;  }
.side_menu_list>ul>li>a {    color: #eb5184; }
.side_menu_list>ul>li>a:hover { color: #96339e; }
.side_menu_list>ul>li:last-child > a { color: #673AB7; }
}


/*內頁版頭底色*/
.index_top_banner {   background: #f5eabc;  }


.top_menu_button {
    top: 9px;    left: 15px;  }

.top_menu_mobile_advertise {  background: #c13872;  }


/*menu下拉選單上層顏色*/
.top_menu_pc .m2 a, .m3 a { color: #ffffff;  background: #d74877; }

/*menu下拉選單.hover上層顏色*/
.top_menu_pc .m2 a:hover {  color: #ffffff; background: #a358b1; }

/*menu下拉選單底層顏色.長度*/
.top_menu_pc .m2 { width: 190px;  background: #d74877; }


@media (max-width: 768px){
.reg_selector_block .reg_selector .group_block .group_content .group_time {  width: 140px;  }
.top_menu {background: #fef5ec;}
}

/*商品區內頁商品格式*/
.store_page .col-1-2 {   width: 40%;    display: block;    margin: 10px; }


/* 按鈕顏色設定 */
.enter-btn {
  background-color: #f3497e;
  box-shadow: 0 6px 1px #e0215c;
}
.enter-btn:hover {
  background-color: #ec749a;
}
.enter-btn:active {
  box-shadow: 0 3px 1px #e0215c;
}

/* footer背景 */
footer {background-color:#e15b87;}


@media(min-width: 768px){
    #footerBN { max-width: 400px; }
}



