@charset "utf-8";
/* CSS Document */

.sm {
    display: inline-block;
}
header {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    background-color: #fff;
    border-bottom: 5px solid #D4ECEA;
}

header .back {
    position: absolute;
    display: inline-block;
    top: 12px;
    left: 10px;
    font-size: 20px;
}

header .back-text {
    position: absolute;
    display: inline-block;
    top: 0px;
    font-size: 12px;
}

header .back a {
    color: #000;
}
header .back a:hover {
    color: #f00;
}

header .lang {
    position: absolute;
    top: 6px;
    left: 80px;
}

header .lang a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    border: 2px solid #000;    
}

header .lang a:hover {
    color: #f00;
    border-color: #f00;
}

main {
    padding-left: 5px;
    padding-right: 5px;
}

.header-title h1 {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 26px;
    line-height: 120%;
}
.header-title img {
    float: right;
    padding-left: 5px;
}

.header-title .header-attntion {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}

.title-color01 {
    background-color: #0ca55f;
}
.title-color02 {
    background-color: #2aa7da;
}
.title-color03 {
    background-color: #d5c789;
}

.category-table {
    margin-top: 30px;
    width: 100%;
    line-height: 130%;
}

.column-title01 {
    padding: 2px;
    font-size: 14px;
    min-width: 2.8em;
}
.column-title02 {
    padding: 2px;
    min-width: 7em;
    font-size: 14px;
    text-align: center;
}
.column-title03 {
    text-align: center;
    padding: 2px;
    font-size: 14px;
    white-space: nowrap;
}

.title-fff {
    color: #fff;
}
.title-000 {
    color: #000;
}

.category-code {
    padding-top: 8px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}
.category-title {
    padding: 5px;
    font-size: 14px;
    vertical-align: top;
}
.category-detail {
    padding: 5px;
    font-size: 14px;
    vertical-align: top;    
}


.detail-text01 {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

.detail-text02 {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

.row-color01 {
    background-color: #d4ecea;
}
.row-color02 {
    background-color: #f1f8f8;
}

.top-line-000 {
    border-top: 2px solid #000;
}
.left-line-000 {
    border-left: 2px solid #000;
}
.right-line-000 {
    border-right: 2px solid #000;
}
.bottom-line-000 {
    border-bottom: 2px solid #000;
}
.left-line-fff {
    border-left: 2px solid #fff;
}

footer {
    margin-top: 30px;
    padding-right: 10px;
    border-top: 1px solid #000;
}

.copyright {
    font-size: 12px;
    text-align: right;
}

@media (min-width: 600px) {

    .sm {
        display: none;
    }
    header {
        padding-top: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 150%;
    }

    header .back {
        top: 8px;
        left: 15px;
        font-size: 24px;
    }
    header .lang {
        position: absolute;
        top: 5px;
        left: 120px;
    }

    header .lang a {
        display: inline-block;
        padding: 3px 15px;
        font-size: 16px;
        line-height: 130%;
        color: #000;
        border: 2px solid #000;    
    }
    
    .header-title h1 {
        margin-top: 5px;
        padding-top: 15px;
    }

    .column-title01 {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }
    .column-title02 {
        font-size: 16px;
        white-space: nowrap;
    }
    .column-title03 {
        font-size: 16px;
    }

    .detail-text01 {
        text-indent: -7em;
        padding-left: 7em;
    }

    .detail-text02 {
        text-indent: -9em;
        padding-left: 9em;
    }
}

@media (min-width: 700px) {

    
    main {
        margin: 0px auto;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 750px;
    }

    .header-title h1 {
        margin-top: 5px;
        padding-top: 15px;
        font-size: 32px;
        line-height: 120%;
    }
}
