﻿
input, select, textarea
{
    font-size: 12px;
}

.Contents1
{
    width: 100%;
    font-size: 18px;
    float: left;
    padding-bottom: 2%;
}

.Contents1 .Type
{
    
    width: 100%;
    font-size: larger;
    font-weight: bold;
    background-color: #CCCCCC;
    text-align: center;
    margin-bottom: 1%;
}

.Contents1 .title
{
    padding-bottom: 1%;
    width: 100%;
    float: left;
}

.Contents1 .keyin
{
    padding-bottom: 2%;
    width: 100%;
    float: left;
}

.Contents1 .Text
{
    width: 100%;
    font-size:16px;
    background-color:#FFFACD;
}

.BoldWord
{
    font-weight:bold;
    font-family:標楷體;    
    font-size:large;
}

@media screen and (max-width: 400px)
{

}

@media screen and (min-width: 401px) and (max-width: 800px)
{
    input, select, textarea
    {
        font-size: 20px;
    }

    .Contents1
    {
        font-size: 20px;
    }

    .Contents1 .title
    {
        width: 30%;
        text-align: right;
    }

    .Contents1 .keyin
    {
        width: 60%;
    }

    .Contents1 .Text
    {
        font-size:20px
    }
}

@media screen and (min-width: 801px)
{
    input, select, textarea
    {
        font-size: 30px;
    }

    .Contents1
    {
        font-size: 30px;
    }

    .Contents1 .title
    {
        width: 30%;
        text-align: right;
    }

    .Contents1 .keyin
    {
        width: 60%;
    }
    
    .Contents1 .Text
    {
        font-size:30px
    }
}
