﻿body {
}

#Contact .Main {
    max-width: 780px;
    padding: 50px 15px;
}

#Contact .Map {
    display: block;
    margin: 0 auto;
    width: calc( 100% - 30px );
    height: 290px;
}

#Contact .Contact_List {
    width: 100%;
    padding: 15px 0 30px 0;
}

    #Contact .Contact_List .Contact_Item {
        float: left;
        padding: 0 15px;
        width: calc( 50% - 30px );
        font-size: 16px;
        letter-spacing: 1px;
        color: #55aaee;
    }

        #Contact .Contact_List .Contact_Item span {
            display: block;
            padding: 15px 0 5px 0;
        }

        #Contact .Contact_List .Contact_Item input {
            padding: 0 10px;
            width: 100%;
            height: 40px;
            font-size: 16px;
            color: #777;
            border: 1px #ddd solid;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    #Contact .Contact_List textarea {
        display: block;
        margin: 0 auto;
        padding: 10px;
        width: calc( 100% - 30px );
        height: 250px;
        font-size: 16px;
        color: #777;
        resize: none;
        border: 1px #ddd solid;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

#Contact .Button {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "Microsoft Jhenghei","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #55aaee;
    cursor: pointer;
    border: 1px #55aaee solid;
    border-radius: 10px;
    background-color: transparent;
}

    #Contact .Button:hover {
        color: #fff;
        background-color: #55aaee;
    }


/* 平板之後 */
@media screen and (max-width:991px) {
    #Contact .Main {
        padding: 30px 15px;
    }
}


/* 手機 */
@media screen and (max-width:767px) {
    #Contact .Contact_List .Contact_Item {
        width: calc( 100% - 30px );
    }

        #Contact .Contact_List .Contact_Item span {
            padding: 15px 0 5px 0;
        }

    #Contact .Button {
        width: calc( 100% - 30px );
    }
}
