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

body {
    font-size: 16px;
    /* line-height: 1; */
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1 {
    font-size: 16px;
    text-align: center;
    padding: 40px 0 20px;
}

.inner {
    width: 100%;
    max-width: 894px;
    margin: 0 auto;
}

.intro{
    font-size:0.8em;
    margin-bottom: 20px;
}


table.tblStyle02 {
    border-top: 1px solid #0094ff;
    border-left: 1px solid #0094ff;
    margin: 7px 0 40px;
    table-layout: fixed;
}
table.tblStyle02 th,
table.tblStyle02 td {
    box-sizing: border-box;
}
table.tblStyle02 th,
table.tblStyle02 th.none {
    background-color: #e9f6ff;
    border-right: 1px solid #0094ff;
    border-bottom: 1px solid #0094ff;
    padding: 3px 15px;
}
table.tblStyle02 th.none {
    font-weight: normal;
}

table.tblStyle02 td {
    border-right: 1px solid #0094ff;
    border-bottom: 1px solid #efe8e3;
    padding: 3px 0 3px 15px;
}
table.tblStyle02 td.indication{
    text-align: right;
    font-weight: bold;
    padding: 3px 5px 3px 0;
}
table.tblStyle02 td.none {
    border-right: none;
    padding: 3px 0 3px 15px;
}
table.tblStyle02 td.lastLine {
    border-bottom: 1px solid #0094ff;
}


table.tblStyle02 th.prefecture {/* 都道府県 */
    table-layout: fixed;
    width: 100px;
}
table.tblStyle02 th.city {/* 市区郡 */
    table-layout: fixed;
    width: 140px;
}
table.tblStyle02 th.charge {/* 中継料金 */
    width: 160px;
}

@media screen and (min-width:581px) {
    .sp-br{
        display: none;
    }
}

@media screen and (max-width:580px) {
    table.tblStyle02 th,
    table.tblStyle02 th.none {
        padding: 3px 5px;
    }
    table.tblStyle02 tr:first-child {
        font-size:0.9em;
    }
    table.tblStyle02 th.prefecture {/* 都道府県 */
        width: 90px;
    }
    table.tblStyle02 th.city {/* 市区郡 */
        width: 101px;
    }
    table.tblStyle02 th.charge {/* 中継料金 */
        width: 95px;
        padding: 3px 11px;
    }
    table.tblStyle02 td,
    table.tblStyle02 td.none {
        padding: 3px 7px;
    }
}

@media screen and (max-width:390px) {
    table.tblStyle02 {
        font-size:0.8em;
    }
    table.tblStyle02 th.prefecture {/* 都道府県 */
        width: 70px;
    }
    table.tblStyle02 th.city {/* 市区郡 */
        width: 80px;
    }
    table.tblStyle02 th.charge {/* 中継料金 */
        width: 77px;
        padding: 3px 0;
    }
}
