

@media(min-width: 768px){
    #footerBN { max-width: 400px; }
}

#side_menu_ul >li:nth-last-child(6) a { color:#f9ff00;}

/*MENU下層底色*/

.top_menu_pc ul ul a { background: #ffd6d9; }
.index_top_banner {  background: #72a023; }

.up_than_top {
    border-top: 5px solid #352dca;
    border-bottom: 3px solid #6f9c22;

}
/*內頁版頭底色*/
.index_top_banner {   background: #f5eabc;  }

/*手機版側邊MENU字顏色*/
.side_menu_list>ul>li>a { color: #693908; }

.top_menu_button {
    top: 9px;    left: 15px;  }

.top_menu_mobile_advertise {  background: #c13872;  }


/*menu下拉選單上層顏色*/
.top_menu_pc .m2 a, .m3 a {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    color: white;
    font-size: 18px;
    border-bottom: 1px solid white;
    background: #72a023;
    transition: all 0.2s;
}


/*menu下拉選單.hover上層顏色*/
.top_menu_pc .m2 a:hover {
    color: rgb(255, 218, 8);
    background: #c1438a;
    transform: translateX(10px);
}

/*menu下拉選單底層顏色.長度*/
.top_menu_pc .m2 {
    width: 180px;
    display: none;
    position: absolute;
    top: 56px;
    border: 1px solid white;
    box-sizing: border-box;
    background: #72a023;
}



.top_menu_mobile_banner {   background: #ffffff;    text-align: center;  }
@media (max-width: 530px){
.top_menu_mobile_banner>img {  display: block;   margin-left: 80px;  }
}


@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:#c59ac5;}