﻿.btn-border-radius {
    border-radius: 10px !important;
    background-color: #284773;
    color: #fff;
    width: 100px;
}

    .btn-border-radius:hover {
        background-color: #000;
    }

.selectbar {
    margin: 0px auto;
    border-bottom: 1px solid #ddd;
    width: 80%;
    padding-top:35px;
}

    .selectbar div {
        display: inline-block;
        padding-bottom: 5px;
    }

#show1 {
    margin: 0px auto;
    width: 75%;
    text-align: left;
    color: #999;
    font-size: 1.3rem;
    font-weight: bold;
}

    #show1 div {
        padding-bottom: 10px;
    }

#show2 {
    margin: 0px auto;
    width: 75%;
    text-align: left;
    border: 1px solid #b5b7b6;
}

    #show2 div {
        padding: 5px;
    }

#show3 {
    margin: 0px auto;
    width: 75%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

.datatb {
    margin: 0px auto;
    width: 100%;
}

    .datatb div {
        display: inline-block;
    }

.dHead {
    background-color: #b5b7b6;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 10px;
}

.d1 {
    padding-right: 20px;
}

.dTXT {
    font-size: 1.2rem;
    line-height: 34px;
}

.dTXT_s {
    font-size: 16px;
    line-height: 24px;
}

.subTXT {
    color: #006699;
    font-size: 1.2rem;
    margin-top: 15px;
}

.memoTXT {
    font-size: 0.9rem;
}

.agRight {
    text-align: right;
}

@media (min-width: 1200px) {
    .select2-container {
        font-size: 1.3rem;
    }
}

@media (max-width: 1200px) {
    .selectbar {
        padding-top: 30px;
    }

    .selectbar div {
        padding-bottom: 0px;
    }

    .select2-container {
        font-size: 1.1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 1.2rem;
    }

    #show1 {
        font-size: 1.1rem;
    }

        #show1 div {
            padding-bottom: 6px;
        }

    .dHead {
        font-size: 1rem;
    }

    .dTXT {
        font-size: 1rem;
        line-height: 28px;
    }

    .dTXT_s {
        font-size: 13px;
        line-height: 20px;
    }

    .subTXT {
        font-size: 0.9rem;
    }


    .memoTXT {
        font-size: 0.8rem;
    }
}

@media (max-width: 900px) {
    .selectbar {
        padding-top: 25px;
    }

    .selectbar div {
        padding-bottom: 0px;
    }

    .select2-container {
        font-size: 0.9rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 1rem;
    }

    #show1 {
        font-size: 1.1rem;
    }

        #show1 div {
            padding-bottom: 6px;
        }

    .dHead {
        font-size: 0.9rem;
    }

    .dTXT {
        font-size: 0.9rem;
        line-height: 24px;
    }

    .dTXT_s {
        font-size: 11px;
        line-height: 18px;
    }

    .subTXT {
        font-size: 0.6rem;
    }

    .memoTXT {
        font-size: 0.6rem;
    }
}
