@media (min-width: 481px) {
    #contentsArea {
        position: relative;
        margin: 0px auto;
        overflow: hidden;
        padding: 0;
        width: 980px;
        z-index: 10;
        font-size: 12px;
        color: #4b4b4b;

    }

    #contentsArea #sideEnclosingArea {
        float: left;
        width: 800px;
        margin-top: 20px;
    }

    #contentsArea h1 {
        font-size: 24px;
        margin: 7px 0 0 0;
        color: #222222;
        line-height: 1;
    }

    #contentsArea h2 {
        font-size: 14px;
        padding: 0 0 10px 0;
        margin: 20px 0 -2px 0;
        color: #222222;

    }

    #contentsArea h3 {
        border-bottom: 1px solid #b0b0b0;
        padding: 0 0 5px 0;
        font-size: 12px;
    }

    #contentsArea h3 span {
        border-left: 2px solid #8a9fa6;
        padding: 0 0 0 5px;
        display: block;
    }

    #contentsArea .line {

        clear: both;
        line-height: 1.4;
        display: inline-block;
    }

    #contentsArea .unit {
        float: left;
    }

    #contentsArea .lastUnit {
        margin: 0;
    }

    #contentsArea .size1of2 {
        width: 376px;
        margin: 0 20px 0 0;
    }

    #contentsArea p {
        margin: 11px 0 -1px 0;
        font-size: 12px;
    }

    #contentsArea table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        width: 100%;
    }

    #contentsArea div.table-01 table {
        border: 0px;
        vertical-align: top;
    }

    #contentsArea div.table-01 table td p {
        margin: 0 0 0 0;
    }

    #contentsArea table th,
    #contentsArea table td {
        border: 1px solid #ccc;
        padding: 5px 8px;
        vertical-align: top;
    }

    #contentsArea div.table-01 table,
    #contentsArea div.table-01 table tr,
    #contentsArea div.table-01 table th,
    #contentsArea div.table-01 table td {
        border: 0px;
        vertical-align: top;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #contentsArea {
        position: relative;
        margin: 0px auto;
        overflow: hidden;
        padding: 0;

        z-index: 10;
        font-size: 12px;
        color: #4b4b4b;

    }

    #contentsArea #sideEnclosingArea {
        padding: 0 10px;
        margin-top: 95px;
    }

    #contentsArea h1 {
        font-size: 24px;
        margin: 7px 0 0 0;
        color: #222222;
        line-height: 1;
    }

    #contentsArea h2 {
        font-size: 14px;
        padding: 0 0 10px 0;
        margin: 20px 0 -2px 0;
        color: #222222;

    }

    #contentsArea h3 {
        border-bottom: 1px solid #b0b0b0;
        padding: 0 0 5px 0;
        font-size: 12px;
    }

    #contentsArea h3 span {
        border-left: 2px solid #8a9fa6;
        padding: 0 0 0 5px;
        display: block;
    }

    #contentsArea .line {
        clear: both;
        line-height: 1.4;
        display: inline-block;
       
    }

    #contentsArea .lastUnit {
        margin-top: 15px;
    }

    #contentsArea p {
        margin: 11px 0 -1px 0;
        font-size: 12px;
    }

    #contentsArea table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        width: 100%;
    }

    #contentsArea div.table-01 table {
        border: 0px;
        vertical-align: top;
    }

    #contentsArea div.table-01 table td p {
        margin: 0 0 0 0;
    }

    #contentsArea table th,
    #contentsArea table td {
        border: 1px solid #ccc;
        padding: 5px 8px;
        vertical-align: top;
    }

    #contentsArea div.table-01 table,
    #contentsArea div.table-01 table tr,
    #contentsArea div.table-01 table th,
    #contentsArea div.table-01 table td {
        border: 0px;
        vertical-align: top;
    }
}