﻿@charset "utf-8";

.photosiz{
    width: 307.2px;
    height: 161.27px;
}

.bg_yellow {
    background-color: #FFFEF1 !important;
}

.pointBox {
    background-color: var(--light-blue2);
    padding: 8px 24px 24px !important;
    position: relative;
    border-top: none !important;
}

span.label {
    background: var(--yellow);
    display: inline-block;
    padding: 6px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.tableA01 {
    border-bottom: 1px solid #c1d9f0;
    border-right: 1px solid #c1d9f0;
}

.tableA01 thead th {
    border-left-color: #c1d9f0;
    background: #001871;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tableA01 tbody td {
    background: #f9fafb;
    text-align: center;
}

table.t_posi{
    text-align: center;
}

.tableA01 tbody th {
    background: #eef1f4;
    text-align: center;
}