﻿.Color_Blue {
    color: blue;
}

.FontFamily_JhengHei {
    font-family: Microsoft JhengHei;
}

#als-div {
    position: relative;
    width: inherit;
    height: 100%;
    line-height: 1.5em;
    opacity: 0.9;
    z-index: 50;
    margin-bottom: -15px;
}

.als-container {
    position: relative;
    width: 100%;
    z-index: 0;
}

.als-viewport {
    position: relative;
    overflow: hidden;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 1.1em;
    overflow: hidden;
    color: red;
    font-weight: 900;
}

    .als-item a {
        color: #FFFFFF;
    }

        .als-item a:hover {
            color: #C4C4C4;
        }
