@charset "utf-8";
/*---------------------------------------------------main---------------------------------------*/
/*-----------------------------------content---------------------------------------*/
/*----------------contentHere------------------*/
/*-----------article-----------*/
article {
    border-bottom: 2px solid #fff;
}
#contentHere article p {
	font-weight:bold;
    margin-bottom:20px;
}
#contentHere article p a{
	color:#4d4d4d;
	text-decoration:underline;
}
#contentHere article p a:hover{
	color:#7cd8ce;
}
#map{
	width:100%;
	height:400px;
    margin: 30px auto 50px auto;
}
/*-------------pointW---------*/
#pointW{
    margin: 60px auto 20px auto;
}
#pointW p{
    position: relative;
    display: block;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px #52BCB1;
}
/*-------------form------------*/
#formBox{
	background-color:#c52b45;
	margin: 50px 0 0 0;
    padding: 50px 0;
}
form {
    width: 70%;
    margin: 0 auto;
    padding: 10px 3% 20px 3%;
    background-color: rgba(195, 196, 196, 0.3);
    border-radius: 5px;
}
p.formP {
    width:60%;
    margin: 15px auto;
}
.formP {
    width: 60%;
    margin: 15px auto;
}
label	{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
input {
    width: 100%;
    height: 30px;
    border-radius: 3px;
}
textarea{
    width: 100%;
    height:100px;
    border-radius: 3px;
    box-shadow:inset 1px 1px 1px #575757;
}
#content form .formP img#codeimg{
    width: initial;
    margin: 0 auto 30px auto;
}
input#submit {
    height: 40px;
    margin: 0 auto;
    font-size: 1.1em;
    background-color: #319B90;
    transition:all 0.5s ease ;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #319B90;
}
input#submit:hover{
    background-color: transparent;
    color: #319B90;
}
#user:focus,#phone:focus, #mail:focus, #com:focus, #security_code:focus	{
	background-color:#E1FCF9;
}

/*熒幕尺寸【小於】1441時頁面顯示*/
@media (max-width:1440px) {
/*---------------------------------------------------main---------------------------------------*/
/*-----------------------------------content---------------------------------------*/
/*----------------contentHere------------------*/
/*-----------article-----------*/
    #map {
        margin: 0 auto 30px auto;
    }
/*-------------pointW---------*/
    #pointW{
        margin: 30px auto 10px auto;
    }
}

/*熒幕尺寸【小於】769時頁面顯示----平板*/
@media (max-width: 768px) {
/*---------------------------------------------------main---------------------------------------*/
/*-----------------------------------content---------------------------------------*/
/*----------------contentHere------------------*/
/*-------------form------------*/
	form {
		width: 90%;
	}	
}

