@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------main-----------------------------------------*/
/*--------------------------content---------------------------------*/
	#content {
		width: 50%;
	}
/*-------------information_box----------------*/
    #information_box {
        margin-bottom: 8%;
        padding: 5% 0;
        border-top: 3px solid #ededed;
        border-bottom: 3px solid #ededed;
    }
/*box*/
    #information_box .box{
        width: 80%;
        margin: 0 auto;
    }
    #information_box .information {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ABA3A3;
    }
    #information_box .information img {
        float: left;
        width: 29px;
		height:auto;
    }
    #information_box .information h4 {
        width: 80%;
        float: left;
        margin-left: 10%;
        text-align: right;
        line-height: 40px;
    }
    #information_box .box .information h4 a{
        transition: opacity 0.2s ease ,text-decoration 0.2s ease;
    }
    #information_box .box .information h4:hover a{
        color: #FF9800;
        text-decoration: underline;
    }
/*---map---*/
    #map{
        width: 80%;
        height: 500px;
    }
/*-------------------form---------------------*/
    form .box{
        width: 80%;
        margin: 0 auto;
        padding-top: 5%;
    }
    form .area{
        margin-bottom: 30px;
    }
    form label{
        width: 20%;
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: left;
        margin-left: 10%;
    }
    form input{
        width: 58%;
        float: left;
        height: 38px;
        margin-right: 10%;
		-webkit-appearance: none;
 		border-radius:0;
    }
/*留言*/
    form textarea{
        width: 58.5%;
        float: left;
        height: 100px;
		-webkit-appearance: none;
 		border-radius:0;
    }
/*驗證碼*/
    img#codeimg {
        width: auto;
        margin-top: 20px;
    }
/*送出按鈕*/
    #submit {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    #submit .btn{
        cursor: pointer;
		-webkit-appearance: none;
 		border-radius:50%;
        color: #fff;
    }
    #submit:hover .btn{
        color: #ffff15;
    }

/*熒幕尺寸【小於】1025時頁面顯示---平板*/
@media (max-width: 1024px) {
/*---------------------------------------------------main-----------------------------------------*/
/*--------------------------content---------------------------------*/
	#content {
	    width: 80%;
	}
/*-------------information_box----------------*/
    #information_box {
        margin-bottom: 10%;
        padding: 7% 0;
    }
/*box*/
    #information_box .information {
        margin-bottom: 10%;
        padding-bottom: 7%;
    }
    #information_box .information h4 {
        width:75%;
    }
/*-------------------form---------------------*/
    form .box{
        padding-top: 7%;
    }
}

/*熒幕尺寸【小於】481時頁面顯示---手機*/
@media (max-width: 480px) {
/*---------------------------------------------------main-----------------------------------------*/
/*--------------------------content---------------------------------*/
/*-------------information_box----------------*/
    #information_box {
        margin-bottom: 12%;
        padding: 9% 0;
    }
/*box*/
    #information_box .box {
        width: 90%;
        margin: 0 auto;
    }
    #information_box .information {
        margin-bottom: 12%;
        padding-bottom: 9%;
    }
    #information_box .information h4 {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        line-height: inherit;
    }
/*---map---*/
    #map {
        width: 90%;
    }
/*-------------------form---------------------*/
    form .box {
        width: 90%;
        padding-top: 9%;
    }
    form label {
        width: 30%;
        margin-left: 0;
    }
    form input {
        width: 65%;
        margin-right:0;
    }
    form textarea {
        width: 67.5%;
    }
/*送出按鈕*/
    #submit {
        width: 60px;
        height: 60px;
    }
	#submit .btn{
		line-height:60px;
    }
}