/* header */
.header {
    background: #32A7FF;
}
/* italking */
.italking .italk-content .box {
    border-radius: 0;
}
.italking .italk-content .box a {
    color: #FFF;
    background: #32A7FF;
}
.italking .italk-content .box a:active {
    background: #32C7FF;
}
.italking .bottom .send {
    color: #FFF;
    background: #32A7FF;
}
/* alert */
#custom-msg h1 {
    background: #32A7FF;
    background: linear-gradient(#32A7FF, #32C7FF);
    color: #FFF;
}
#custom-msg .msg-close {
    background: #286CEB;
    color: #FFF;
}
#custom-msg .msg-close:active {
    background: #32A7FF;
}

/* 優惠活動 */
.detail {
    color: #000;
}