﻿@charset "utf-8";

/* テーブル01：文字センター
--------------------------------------------------------- */
.table01 {
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: 0px;
    border-collapse: collapse;
    border: solid #1c73a6 1px;
}

    .table01 th {
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        background-color: #ecf9ff;
        border: solid #1c73a6 1px;
    }

    .table01 td {
        padding: 8px 18px;
        font-size: 14px;
        border: solid #1c73a6 1px;
    }

.td-right {
    text-align: right;
}


/* その他パーツなど
--------------------------------------------------------- */

