    table {
        margin: 0 auto;
        padding: 1%;
        font-family: arial, geneva, sans-serif;
        width: 90%;
    }

    table td {
        background-color: #ffffff;
        /*border: 1px solid #cccccc;*/
        padding: 1% 3%;
        font-size: 18px;
        transition: 0.3s;
        line-height: 24px;
    }

    table .title {
        background-color: #a5a5a5;
        font-weight: bold;
        font-size: 20px;
        line-height: 22px;
        color: #ffffff;
    }

    table .titleB { background-color: #93a365; }

    table .content {
        background-color: #f2f2f2;
        /*border-right: 1px solid #ffffff;*/
    }

    #linkbar { display: none; }

    #body-inset { margin: -74px 0 0; }
    .body-text { font-size: 17px; }
    .body-text ol { padding: 0; }

    .ewbul {
        list-style: none;
        /*margin-left: -20px;*/
    }
    /*ol { margin-left: -30px; }
    ol li { margin-bottom: 30px; }*/
    .inner-list, .detail-list {
        margin: 15px 0;
        list-style: disc;
    }
    .inner-list li, .detail-list li { margin-bottom: 5px; }
    a { text-decoration: none; color: #a37739; }
    
    .list-img-R {
        width: 100%; 
        max-width: 300px; 
        height: auto;  
        float: right; 
        padding: 0 3% 2% 3%;
    }
    .list-img-L {
        width: 100%; 
        max-width: 400px; 
        height: auto;  
        float: left; 
        padding: 0 3% 10px 3%;
    }
    .button, .button-sched, .button-box {
        font-size: 18px;
        padding: 10px 20px;
        margin-bottom: 5px;
    }
    .button-sched {
        padding: 5px 10px;
    }
    .button-box {
        padding: 5px !important;
        width: 100%;
        max-width: 130px;
        margin-left: auto;
        margin-right: auto;
    }
    .button-box a {
        color: #ffffff;
    }
    @media only screen and (max-width : 950px) {
        table td { font-size: 15px; line-height: 20px; }
        .body-text { font-size: 16px; }
    }
    @media only screen and (max-width : 700px) {
        table td { font-size: 12px; line-height: 17px; }
        .body-text { font-size: 15px; }
        .list-img-R, .list-img-L { max-width: 100%; }
        .button-sched, .button-box {
            font-size: 16px;
            padding: 4px 8px;
        }
        .detail-list { text-align: center; }
        .inner-list { padding-left: 0; /*margin-left: -10px;*/ }
        .inner-list li { text-align: center; width: 100%; }
    }
    @media only screen and (max-width : 580px) {
        /*table td { font-size: 11px; }*/
        .body-text { font-size: 14px; }
        .button-sched, .button-box {
            font-size: 14px;
            padding: 2px 6px;
        }
        .button { font-size: 14px; }
        .button, .button-sched, .button-box { 
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
            -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
        }
    }
