﻿@charset "utf-8";
/* CSS Document */

#MainCont {
    margin: 20px 5px;
    clear: both;
}

h3 {
    background-color: rgba(102,194,243,0.15);
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin: 20px 0 20px;
    text-align: center;
    clear: both;
}

.PrjArea {
    font-family: "微軟正黑體", Arial;
    width: 280px;
    height: 320px;
    float: left;
    display: block;
    margin: 8px 16px;
    margin-bottom: 30px;
}

    .PrjArea img {
        width: 280px;
        height: auto;
        margin-bottom: 10px;
        border: 1px #e0e4dd solid;
    }

    .PrjArea h4 {
        color: #888888;
        text-align: left;
        padding: 10px 0;
        font-weight: bold;
        font-size: 1.125em;
    }

    .PrjArea img.logo {
        width: auto;
        height: auto;
        border: none;
        float: left;
        display: block;
    }

    .PrjArea h5 {
        color: #729559;
        line-height: 1.3em;
        padding-left: 32px;
        font-size: 1em;
    }

@media only screen and (max-width: 633.99px) {
    .PrjArea {
        height: auto;
        margin-bottom: 20px;
    }

        .PrjArea:last-child {
            margin-bottom: 40px;
        }
}

/*------ EN --------*/
.en .PrjArea {
    height: 380px;
}

    .en .PrjArea h4 {
        color: #888888;
        text-align: left;
        padding: 10px 0;
        font-weight: normal;
        font-size: 1em;
    }

    .en .PrjArea img.logo {
        width: auto;
        height: auto;
        border: none;
        float: left;
        display: block;
    }

    .en .PrjArea h5 {
        color: #729559;
        line-height: 1.3em;
        padding-left: 32px;
        font-size: 1em;
    }

@media only screen and (max-width: 633.99px) {
    .en .PrjArea {
        height: auto;
    }
}
