@charset "utf-8";
body {
    font-size: 12px;
}

h1 {
    font-size: 16px;
    color: gray;
    letter-spacing: 0.1em;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.page {
    width: 960px;
    margin: 0 auto;
    background-color: yellow;
}

.main img {
    width: 100%;
}

.profile {
    float: left;
    width: 40%;
    margin-top: 15px;
}

.concept {
    float: right;
    width: 60%;
}

.heading {
    font-size: 14px;
}

.credit {
    font-size: 8px;
}

table.stu {
    border-collapse: collapse;
    width: 90%;
}

table.stu tr {
    width: 25%;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
}

table.stu td {
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.table-text-jp {
    margin-right: 0%;
    color: grey;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1em;
    padding: 0px 0px 10px 0px;
}

.text-jp {
    margin-top: 5px;
    color: grey;
    font-size: 14px;
    line-height: 37px;
    letter-spacing: 0.1em;
    padding: 0px 0px 10px 0px;
}

.logo {
    float: right;
    margin-top: 30px;
}

.clearfix {
    clear: both;
}


/*
table.company {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company 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-width: 10px;
    margin-top: -10px;
}
 firefox 
@-moz-document url-prefix() {
    table.company 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;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}



*/