/* /info/accessibility/ */

.accessibility_article {
    max-width: 756px;
    box-sizing: border-box;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background-color: white;
}

.accessibility_article h1 {
    margin: 1em 0;
    font-weight: normal;
    font-size: 200%;
    line-height: 1.29;
}

.accessibility_article h2 {
    margin: 2em 0 .5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e6e6e6;
    font-weight: normal;
    font-size: 142.86%;
    line-height: 1.2;
}

.accessibility_article h3 {
    margin: 1.5em 0 0.5em;
    font-size: 114.29%;
    line-height: 1.5;
}

.accessibility_article h4 {
    font-size: 100%;
    line-height: 1.5;
}

.accessibility_article p,
.accessibility_article ul {
    margin: 0.5em 0 1.5em;
}

.accessibility_article ul {
    padding-left: 2em;
}

.accessibility_article ul li {
    list-style-type: disc;
}

h1 span {
    display: block;
    font-size: 85%;
}

.common_article ul li {
    margin-bottom: 0.75em;
    line-height: 1.4;
}

ol.urllist {
    padding-left: 2em;
}

ol.urllist li {
    margin-bottom: 0.5em;
    line-height: 1.2;
    list-style-type: decimal;
    word-break: break-all;
    word-wrap: break-word;
}

.resp_table {
    border-collapse: separate;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.resp_table caption {
    border: 1px solid #999;
    border-bottom: none;
    font-weight: bold;
    background: #ccc;
}

.resp_table th,
.resp_table td {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.resp_table thead th {
    background: #ccc;
    white-space: nowrap;
}

.resp_table tbody th {
    background: #e2e2e2;
    text-align: left;
}

@media screen and (min-width: 801px) {
    .resp_table {
        width: 95%;
        margin: 0 auto;
        font-size: 90%;
    }
    .resp_table caption {
        padding: 8px 6px;
    }
    .resp_table th,
    .resp_table td {
        padding: 8px 6px;
    }
    .resp_table tbody td:last-child {
        width: 100px;
    }
    .resp_table .pc_center {
        text-align: center;
        white-space: nowrap;
    }
    .resp_table tbody span {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .resp_table {
        width: 100%;
        margin: 0;
    }
    .resp_table caption {
        padding: 5px 6px;
    }
    .resp_table thead {
        display: none;
    }
    .resp_table th,
    .resp_table td {
        display: block;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 6px;
    }
    .resp_table .pc_center {
        text-align: left;
    }
    .resp_table tbody span {
        display: block;
        font-weight: bold;
    }
}


/* ==================================
	以下、201509.html専用
================================== */


@media screen and (max-width: 800px) {
    #a_201509 .resp_table tbody th:before {
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
        content: '細分箇条';
    }
    #a_201509 .resp_table tbody td:nth-child(2):before {
        display: block;
        font-weight: bold;
        content: '達成基準';
    }
    #a_201509 .resp_table tbody td:nth-child(3):before {
        display: block;
        font-weight: bold;
        content: '等級';
    }
    #a_201509 .resp_table tbody td:nth-child(4):before {
        display: block;
        font-weight: bold;
        content: '適用';
    }
    #a_201509 .resp_table tbody td:nth-child(5):before {
        display: block;
        font-weight: bold;
        content: '適合';
    }
    #a_201509 .resp_table tbody td:nth-child(6):before {
        display: block;
        font-weight: bold;
        content: '備考';
    }
}
