﻿body {
    margin: 0 auto;
    background-color: #FFFFFF;
    font-family: 微軟正黑體;
    overflow-y: scroll;
}

header {
    background-repeat: no-repeat;
    background-position: top left,bottom right;
    background-color: #DBD0E6;
    box-shadow: #B5B6B6 0px 5px 10px;
}

    header > div {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        header > div > h1 {
            text-align: center;
            margin: 0;
            font-size: 2.5rem;
            font-weight: bold;
            text-shadow: 0px 3px 3px #FFFFFF,0px -3px 3px #FFFFFF,3px 0px 3px #FFFFFF,-3px 0px 3px #FFFFFF;
            letter-spacing: 0.2rem;
            vertical-align: text-bottom;
            line-height: 3rem;
        }

        header > div > div.SubTitle {
            margin-bottom: 1.5rem;
            font-weight: 500;
            text-align: center;
        }

            header > div > div.SubTitle > span {
                border-radius: 50%;
                background-color: rgba(255, 255, 255, 0.75);
                padding: 0.3rem 0.5rem 0.3rem 0.5rem;
                font-size: 1.8rem;
                margin-left: 0.2rem;
                margin-right: 0.2rem;
            }

header, article {
    min-width: 985px;
}

    article > section > div {
        width: 1180px;
        margin: 0 auto;
    }

    article a {
        text-decoration: none;
    }

    article > section > div:first-child {
        /*width: 25%;*/
        text-align: right;
        margin-top: 3rem;
        padding-right: 1%;
    }

        article > section > div:first-child > div > span {
            font-size: 1.2rem;
            font-weight: bold;
            width: 9rem;
            display: inline-block;
            text-align: center;
            padding: 0.8rem 0.5rem;
            letter-spacing: 0.1rem;
            border-top-left-radius: 1.2rem;
            border-top-right-radius: 1.2rem;
            border-top: 2px solid #E9E5E5;
            border-left: 2px solid #E9E5E5;
            border-right: 2px solid #E9E5E5;
            background-color: #F7EBF2;
            color: #9E3130;
        }

        article > section > div:first-child > ul {
            display: inline-block;
            width: 10rem;
            margin: 0;
            padding: 0.5rem 0;
            list-style: none;
            background-color: #FFF;
            border-bottom-left-radius: 1.2rem;
            border-bottom-right-radius: 1.2rem;
            border: 2px solid #E9E5E5;
        }

            article > section > div:first-child > ul > li {
                text-align: center;
                font-size: 1.1rem;
                font-weight: bold;
                letter-spacing: 0.1rem;
            }

                article > section > div:first-child > ul > li > a {
                    width: 90%;
                    display: inline-block;
                    border-bottom: 1px dotted #7C7C7C;
                    padding: 0.8rem 0.1rem;
                    margin-left: auto;
                    margin-right: auto;
                    color: #525252;
                }

                    article > section > div:first-child > ul > li > a:hover,
                    article > section > div:first-child > ul > li > a:active {
                        color: #000000;
                    }

                article > section > div:first-child > ul > li:last-child > a {
                    border-bottom: none;
                }

    article > section > div:last-child {
        width: 60%;
        /*min-height: 500px;*/
        padding: 0.5rem 2rem;
        /*margin: 0 auto;*/
        text-align: center;
    }

        article > section > div:last-child > div.path {
            color: #5B5B5B;
            vertical-align: middle;
            font-weight: bold;
            margin-bottom: 1rem;
        }

            article > section > div:last-child > div.path > img {
                margin-right: 0.5rem;
            }
