body {
    font-family: "ヒラギノ角ゴシック", "游ゴシック", sans-serif;
    font-size: large;
    background-color: white;
    margin: 0 0 20PX 0;
}

a:hover {
    font-weight: bolder;
}

a:link,
a:visited {
    color: #273ac8;
}

/* SNSヘノシェア */

#x-logo {
    background-color: black;
    width: 18px;
    padding: 2px 30px;
    margin: 10px 10px 0 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 1px #999999;
}

#fb-logo {
    background-color: #0866ff;
    width: 18px;
    padding: 2px 30px;
    margin: 10px 5px 0 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 1px #999999;
}

#x-logo:hover,
#fb-logo:hover {
    opacity: 0.8;
    box-shadow: 0px 0px 3px 1px #999999;
}

#SNS-share {
    width: 100%;
    max-width: 920px;
    margin: 5px auto 0 auto;
    background-color: #e8f3ff;
}

#SNS-share ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#SNS-share a:link,
#SNS-share a:visited {
    color: #ffffff;
    text-decoration: none;
}

/*メイン*/

#Main {
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding-bottom: 20px;
    background-color: #e8f3ff;
}

#pTitle {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.contents {
    width: 90%;
    margin: 10px auto;
}

.cTitle {
    font-size: 1.5rem;
    font-weight: 600;
}

.explain {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.keep-right {
    float: right;
}

.keep-center {
    text-align: center;
}

.keep-left {
    text-align: left;
}

.table {
    width: 90%;
    max-height: 400px;
    border: solid 1px #000000;
    margin-top: 10px;
    overflow: auto;
    background-color: #ffffff;
}

tr {
    height: 2.5em;
}

th {
    padding: 0 10px;
}

td {
    vertical-align: top;
    padding: 0 10px;
}

td:first-child {
    text-align: center;
}

td:nth-child(2) {
    text-align: center;
    width: 100px;
}

footer {
    width: 100%;
    max-width: 920px;
    margin: 5px auto;
}

.copyright {
    text-align: center;
    font-size: small;
}