
#topArea{
    width: 100%;
    height: 100vh;
    background-image: url("../images/list/list_banner_04.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

article .content{
    width: 70%;
    margin: 40px auto auto auto;
    text-align: left;
    float: none;


}


article .content.pc_only img{
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-filter:grayscale(1);
    transition: all .3s ease-in-out;
}

article .content.pc_only img:hover{
    -webkit-filter:grayscale(0);
}


article .content.mobile_only img{
    margin: 5px auto;
}



article #contentForm .underline{

    border-bottom: 1px solid grey;


}



article .content input[type="text"]{

    width: auto;
    padding: 3px 0px;


}


article .content input[type="text"], textarea{

    width: 80%;
    border: none;
    background:transparent;
    font-size: 16px;
    margin-left: 19px;
    outline: none;
    color: #7d7d7d; /*網友輸入字顏色 預設：深灰*/
}




article .content textarea{

    width: 90%;
    min-width: 90%;
    min-height: 300px;
    max-height: 300px;
    max-width: 90%;

}


article .content input[type="submit"]{

    font-size: 16px;
    width: 95%;
    height: 30px;
    color: white;
    border: none;
    margin: 20px 10px;
    background-color: #7d0000;
    transition: background 0.6s ease;

}


article .content input[type="submit"]:hover{


    background-color: #c90808;
    cursor: pointer;
}


/*單獨setting*/

footer{
    position: fixed;
    bottom: 0%;

}


