a {
    text-decoration: none;
}

#POP .pop_t01 {
    font-size: 1.5em;
    line-height: 1.6em;
    color: #333;
}

#POP .pop_t02 {
    font-size: 1.1em;
    line-height: 1.6em;
    color: #333;
}

#POP .pop_t03 {
    font-size: 0.9em;
    line-height: 1.6em;
    color: #666;
}

#POP .RED {
    color: #CC0000;
}

#POP .BLUE {
    color: #1a8dd4;
}

#POP .PURPLE {
    color: #6e25a8;
}

#POP {
    width: 95%;
    max-height: 80%;
    margin: auto;
    left: 2.5%;
    background-color: #FFF;
    box-shadow: 0px 0px 8px #333333;
    border-radius: 6px;
    position: fixed;
    overflow: scroll;
    z-index: 10001;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
}

#POP .COM {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 3% 5% 3% 5%;
    -webkit-box-sizing: border-box;
    line-height:
}

#POP .COM02 {
    width: 95%;
    height: 300px;
    overflow: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
}

#POP .COM03 {
    background-color: #eeeeee;
    -webkit-box-sizing: border-box;
}

#POP .TBAR {
    width: 100%;
    height: 45px;
    background-color: #6e25a8;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    border-radius: 6px 6px 0 0;
}

#POP .TBAR p {
    float: left;
    font-size: 1.5em;
    line-height: 45px;
    color: #fff;
}

#POP .TBAR .XX {
    width: 35px;
    height: 40px;
    float: right;
    margin: 2px 2px 0 0;
}

#POP .TBAR .XX a {
    display: block;
    width: 35px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center center;
    background-image: url(../images/pop_x_icon.png);
}


/*按鈕樣式*/

#POP .e_BT {
    width: 95%;
    height: 50px;
    margin: 10px auto;
}

#POP .e_BT a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1.3em;
    line-height: 48px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#POP a.B_COLOR {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffab48;
    background: -webkit-gradient( linear, left top, left bottom, from(#ffab48), to(#ff9237));
    border: 1px solid #e6641e;
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}


/*選擇LIST*/

#POP .OPTIN {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#POP .OPTIN ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#POP .OPTIN li.LIST_OPTIN {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#POP .OPTIN li.LIST_OPTIN+li.LIST_OPTIN {
    border-top: 1px solid #eaeaea;
}

#POP .OPTIN li.LIST_OPTIN a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 0 5px 5px;
    -webkit-box-sizing: border-box;
}

#POP .OPTIN li.LIST_OPTIN a.BT02 {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0px;
    top: 33px;
}

#POP .OPTIN .SELECT02 {
    background-color: #fffcd5;
}

#POP .OPTIN .SELECT03 {
    background-color: #fff588;
}

#POP .OPTIN .PL {
    padding: 5px 0 5px 30px;
}

#POP .radio span+span {
    display: block;
}