﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    background: transparent; /*vertical-align: baseline;*/
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #57a900;
    text-shadow: 0 0 3px rgba(255,255,255,0.9);
}
/*-- Form --*/
.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0 50px;
    background: url(https://test.sharelife.tw:8080/estate4/images/bg2.jpg)no-repeat center top;
}

.title {
    width: 100%;
    height: 24px;
    margin: 0 auto;
    font: bold 28px/28px "微軟正黑體";
    color: #333;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.description {
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font: bold 16px/28px Arial, "微軟正黑體";
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.form {
    width: 970px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 35px;
}

.partleft {
    width: 460px;
    height: auto;
    float: left;
}

.text {
    width: 100%;
    height: 12px;
    margin: 0 0 14px 0;
    font: 12px/12px Arial, "微軟正黑體";
    color: #ff0000;
    letter-spacing: 2px;
}

    .text span {
        color: #333;
    }

.column1 {
    width: 460px;
    height: 34px;
    margin-bottom: 14px;
}

    .column1:last-child {
        margin-bottom: 0;
    }

.name {
    width: 110px;
    height: 34px;
    float: left;
    font: 16px/34px Arial, "微軟正黑體";
    color: #333;
    letter-spacing: 1px;
}

.label {
    width: 5px;
    height: 34px;
    float: left;
    color: #ff0000;
    margin-right: 7px;
}

.box1 {
    width: 348px;
    height: 32px;
    float: left;
    padding-left: 5px;
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 5px;
    font: 16px/34px Arial, "微軟正黑體";
    color: #333;
}

.box2 input {
    width: 340px;
    height: 30px;
    float: left;
    padding-left: 5px;
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 5px;
    font: 16px/34px Arial, "微軟正黑體";
    color: #333;
}

.block {
    width: 50px;
    height: 176px;
    float: left;
    margin: 35px 0;
}

.partright {
    width: 460px;
    height: auto;
    float: left;
    margin: 0 0 0 50px;
}

.column2 {
    width: 460px;
    height: auto;
    overflow: hidden;
    margin-bottom: 14px;
}

.name2 {
    width: 98px;
    height: 34px;
    float: left;
    font: 16px/34px Arial, "微軟正黑體";
    color: #333;
    letter-spacing: 1px;
}

.box3 textarea {
    min-width: 340px;
    max-width: 340px;
    min-height: 108px;
    max-height: 108px;
    float: left;
    padding: 10px;
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 5px;
    font: 16px/24px Arial, "微軟正黑體";
    color: #333;
    text-align: justify;
}

.btn1 {
    width: 170px;
    height: 32px;
    float: right;
    margin-left: 20px;
}

    .btn1 a {
        width: 170px;
        height: 32px;
        background: #333;
        border: 1px solid #ccc;
        border-radius: 5px;
        font: 16px/34px Arial, "微軟正黑體";
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        display: inline-block;
        text-decoration: none;
    }

        .btn1 a:hover {
            background: #555;
        }

.btn2 {
    width: 170px;
    height: 32px;
    float: right;
}

    .btn2 a {
        width: 170px;
        height: 32px;
        background: #eee;
        border: 1px solid #ccc;
        border-radius: 5px;
        font: 16px/34px Arial, "微軟正黑體";
        color: #333;
        text-align: center;
        letter-spacing: 2px;
        display: inline-block;
        text-decoration: none;
    }

        .btn2 a:hover {
            background: #f8f8f8;
        }
/* fb_fans */
.container {
    margin-left: auto;
    margin-right: auto;
    /*width: 70em;*/
    width: 100%;
    max-width: 970px;
}

.fade {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1;
}

header {
    display: block;
}

    header h1 {
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 24px;
        color: #7dbaaa;
        text-shadow: 1px 1px #fff, 2px 3px rgba(64,128,128,.2);
        position: relative;
    }

h1 {
    margin: 0 0 1em 0;
    line-height: 1.5em;
    letter-spacing: -.025em;
}

*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header h1::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 10%;
    height: 1px;
    width: 80%;
    background: #555;
    background: linear-gradient(to right, rgba(255,255,255,.1) 0%, rgba(50,50,50,1) 50%, rgba(255,255,255,.1) 100%);
}

section.special, article.special {
    text-align: center;
}

#fb_fans {
    padding: 30px 0 80px;
}

.special iframe, .fb_page span {
    width: 100% !important;
}

/* Line */
.line {
    width: 230px;
    height: 35px;
    margin: 30px auto 0;
}

    .line .line-logo {
        width: 100px;
        height: auto;
        float: left;
        margin: 5px 0 0;
    }

        .line .line-logo img {
            width: 100%;
            height: auto;
        }

    .line .line-btn {
        width: 110px;
        height: auto;
        float: right;
        cursor: pointer;
    }

        .line .line-btn:hover {
            opacity: 0.8;
        }

        .line .line-btn img {
            width: 100%;
            height: auto;
        }
/* 常駐btn */
.permanent {
    width: 50px;
    height: auto;
    position: fixed;
    top: 20%;
    right: 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    z-index: 30;
}

.permanent-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
}

    .permanent-btn img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .permanent-btn img:hover {
            width: 106%;
            height: 106%;
            -webkit-transform: translate(-3%, -3%);
            -moz-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.permanent-fb {
    width: 33%;
    height: 44px;
    float: left;
    overflow: hidden;
    font: 14px/44px Arial, "微軟正黑體";
    color: #fff;
    text-align: center;
    background: #3b5998;
    display: none;
}

.permanent-line {
    background: #00cc00;
    display: none;
}

.permanent-form {
    width: 34%;
    background: #666;
    display: none;
}
/*撥打電話*/
.tel {
    width: 50px;
    height: 50px;
    background: url(../images/tel.png) no-repeat center top;
    position: fixed;
    bottom: 18%;
    right: 3%;
    z-index: 30;
    display: none;
}

@media only screen and (max-width : 1024px) {
    .main {
        height: auto;
    }

    .form {
        width: 80%;
        height: auto;
        overflow: hidden;
    }

    .partleft {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
    }

    .partright {
        margin: 0;
    }

    .text {
        width: 100%;
    }

    .column1 {
        width: 100%;
        height: auto;
        display: inline-block
    }

        .column1:last-child {
            margin-bottom: 14px;
        }

    .box1 {
        width: 100%;
    }

    .box2 {
        text-align: center;
    }

        .box2 input {
            width: 98%;
            height: 30px;
            float: none;
            padding-left: 1%;
            margin: 0 auto;
            text-align: left
        }

    .partright {
        width: 100%;
        height: auto;
        float: none;
        padding-top: 0;
    }

    .column2 {
        width: 100%;
        height: auto;
        margin-left: 0px
    }

    .box3 textarea {
        min-width: 97%;
        max-width: 97%;
        min-height: 108px;
        max-height: 108px;
        float: none;
        padding: 1%;
    }

    .btn1 {
        width: 99%;
        height: 32px;
        margin-left: 0;
        margin-bottom: 14px;
        float: none;
    }

        .btn1 a {
            width: 100%;
            height: 32px;
        }

    .btn2 {
        width: 99%;
        height: 32px;
        float: none;
    }

        .btn2 a {
            width: 100%;
            height: 32px;
        }
}
