@charset "UTF-8";

/* About */
table.about {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.about th,
table.about td {
    padding: 10px;
}
 
table.about th {
    background: #D1BB73;
    /*background: #242E41;*/
    vertical-align: middle;
    text-align: left;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding-left: 20px;
    letter-spacing: 1px;
}
 
table.about th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    /*border-left-color: #295890;*/
    border-left-color: #D1BB73;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.about th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        /*border-left: #295890 10px solid;*/
        border-left: #242E41 10px solid;
        margin-top: -10px;
    }
}
 
table.about td {
    /*background: #D1C49C;*/
    /*width: 360px;*/
    width: 28%;
    padding-left: 20px;
    letter-spacing: 2px;
}

table.about td .br-sp {
    display: none;
}

@media screen and (max-width: 480px) {
    table.about td .br-sp {
    display: block;
}

table.about td {
    letter-spacing: 1px;
    line-height: 1rem;
}
        }

/* History */
table.history {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.history th,
table.history td {
    padding: 10px;
}
 
table.history th {
    /*background: #295890;*/
    background: #242E41;
    vertical-align: middle;
    text-align: left;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding-left: 20px;
    letter-spacing: 2px;
}
 
table.history th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    /*border-left-color: #295890;*/
    border-left-color: #242E41;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.history th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        /*border-left: #295890 10px solid;*/
        border-left: #242E41 10px solid;
        margin-top: -10px;
    }
}
 
table.history td {
    /*background: #f8f8f8;*/
    /*width: 360px;*/
    width: 28%;
    padding-left: 20px;
}

