article {

    width: 870px;
    margin: 0 auto;
    font-size: 21px;
}

article > h1 {

    width: 100%;
    margin-top: 80px;
    font-size: 40px;
    text-align: center;
}

article > section {

    width: 100%;
    margin: 60px 0 0 0;
    line-height: 1.6em;
    text-align: left;
}

article > section > h1 {

    font-size: 32px;
    margin-bottom: 0.5em;
}

article > section > ol {

    margin: 1em 0;
    padding: 2em 4em;
    background: rgba(177,153,20,0.15);
    list-style-position: inside;
}

article > section ul {

    margin: 1em 2em;
    font-size: 18px;
    list-style-position: inside;
}

article > section > ol > li {

    margin-top: 1em;
}

article > section > .photo {

    width: 100%;
    margin: 2em 0;
    text-align: center;
    font-size: 18px;
}

#sanka-jisseki h1 {

    width: 100%;
    text-align: center;
    font-size: 21px;
}

#sanka-jisseki table {

    margin-top: 30px;
    margin-left: -65px;
    width: 1000px;
}

#sanka-jisseki table tr th,
#sanka-jisseki table tr td {

    border: solid 1px #666666;
    width: calc(1000px / 11);
    font-size: 16px;
    padding: 0.5em 0;
    text-align: center;
}

#sanka-jisseki table tr th {

    font-weight: normal;
    background: rgba(177,153,20,0.15);
}

#sanka-jisseki aside {

    width: 100%; 
    text-align: right;
    font-size: 16px;
    margin-top: 15px;
}

article > section > .photo {

    margin-top: 30px;
    margin-left: -65px;
    width: 1000px;
    text-align: center;
}

