@charset "UTF-8";

/*---共通部分---*/
html {
    font-size: 100%;
}
body {
    font-family: verdana, Arial, sans-serif;
    line-height: 1.7;
    color:#000000;
}
img {
    max-width: 100%;
}

/*---div定義---*/
div#wrap {
    width: 1100px;
    margin: auto;
    padding-bottom: 0.1em;
    margin-bottom: 5em;
}

div#header {
    width: 1000px;
    margin: auto;
    text-align: center;
}

div#menu {
    width: 1000px;
    height: 65px;
    text-align: center;
    margin: auto;
    padding: 0%;
}

div#main {
    width: 1000px;
    margin: auto;
}

div#news {
    width: 1000px;
    margin: auto;
}

div#navi {
    width: 1000px;
    margin: auto;
    text-align: center;
}

div#Awards div#Presentation {
    width: 100%;
    margin: auto;
    text-align: center;
}

div#top {
    display: inline-block;
    margin: auto;
    border-top: 7px #53539c solid;
    border-bottom: 7px #53539c solid;
    height: auto;
    margin-bottom: 2em;
}

#menu td.current a {
    color: #00008d;
}

/*---photo関連---*/
.grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 6%;
    margin-bottom: 50px;
    grid-auto-rows: auto;
}

.big {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.grid .l {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.grid .l2 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.grid .r {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.grid .r2 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.item img {
    width: 100%;
}
.grid p {
    font-size: 20pt;
    text-align: center;
}

/*---細かいやつ---*/
.gengo {
    text-align: right;
}

.top {
    border: 0px;
    width: 408px;
    height: 99px;
    align-content: center;
}

.soccer {
    border: 0px;
    width: 98px;
    height: 85px;
}

h2 {
    font-style: italic;
    color: #000099;
    border-bottom: 4px #00008d double;
    line-height: 1.4em;
    margin-bottom: 0.1em;
    text-align: left;
}

h3 {
    color:#000099;
}

td {
    text-align: center;
    border: #000000 1px solid;
}

table {
    text-align: center;
    justify-content: center;
}

table.meibo {
    border-width: 4pt;
    border-style: solid;
    border-color: #000000;
    width: 1050px;
}

table.pub-menu {
    width: 800px;
    margin: auto;
    border-width: 1px;
    table-layout: fixed;
    text-align: center;
    font-size: 13pt;
    border: #000000 1px solid;
}

table.presentation {
    width: 95%;
    margin: auto;
    border: 1pt #000000 solid;
    text-align: center;
}

.year {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    background-color: white;
}

div#Presentation .gakkai {
    font-weight: bold;
    text-align: left;
}

div#Presentation .date {
    float: right;
}

div#Presentation h4 {
    display: inline;
}

.content {
    border-bottom: 1px #c2c2ff solid;
}

.content ul {
    margin-top: 0;
}

.content li {
    margin-bottom: 10px;
}

p.title {
    margin: 0%;
    font-size:x-large;
    font-weight: 500;
}

p.sub {
    display: inline;
}