﻿@charset "utf-8";
/* CSS Document */


/*iX*/
@media only screen and (max-width: 813px) and (orientation: landscape) {
    .main {
        padding: 50px 0;
        height: auto;
        padding: 70px 0 0;
        background: url(https://test.sharelife.tw:8080/estate4/images/bg2.jpg)no-repeat center top
    }

    .title {
        margin: 0 auto;
        font: bold 28px/28px "微軟正黑體";
        color: #333;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 20px
    }

    .description {
        min-height: 96px;
        margin-bottom: 20px;
    }

    .form {
        width: 80%;
        height: auto;
        overflow: hidden;
    }

    .partleft {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
    }

    .text {
        width: 100%;
    }

    .column1 {
        width: 100%;
        height: auto;
        display: inline-block
    }

    .box1 {
        width: 98.5%;
    }

    .box2, .box3 {
        text-align: center;
    }

        .box2 input {
            width: 95%;
            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: 94%;
        max-width: 94%;
        min-height: 108px;
        max-height: 108px;
        float: none;
        padding: 1%;
    }

    .btn1 {
        width: 97%;
        height: 32px;
        margin: 0 auto 14px;
        float: none;
    }

        .btn1 a {
            width: 100%;
            height: 32px;
        }

    .btn2 {
        width: 97%;
        height: 32px;
        float: none;
        margin: 0 auto;
    }

        .btn2 a {
            width: 100%;
            height: 32px;
        }

    .permanent {
        width: 100%;
        height: 44px;
        top: inherit;
        right: inherit;
        left: 0;
        bottom: 0;
    }

    .permanent-btn {
        display: none;
    }

    .permanent-fb {
        display: block;
    }

    .permanent-line {
        display: block;
    }

    .permanent-form {
        display: block;
    }

    .tel {
        display: block;
    }
}
/*Nexus 5*/
@media only screen and (max-width: 640px) and (orientation: landscape) {
    .tel {
        bottom: 20%;
        right: 5%;
    }
}
/*i6Plus*/
@media only screen and (max-width: 415px) {
    .description {
        min-height: 96px;
        margin-bottom: 20px;
    }

    .permanent {
        width: 100%;
        height: 44px;
        top: inherit;
        right: inherit;
        left: 0;
        bottom: 0;
    }

    .permanent-btn {
        display: none;
    }

    .permanent-fb {
        display: block;
    }

    .permanent-line {
        display: block;
    }

    .permanent-form {
        display: block;
    }

    .tel {
        display: block;
        bottom: 12%;
    }
}
/*i5*/
@media only screen and (max-width : 321px) {
    .form {
        width: 76%;
    }
}
