@charset "utf-8";
@import url(sanitize.css);

body {
    border-top: 10px solid #314cc4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Meiryo;
    font-size: 13.5px;
    font-weight: normal;
    color: #ffffff;
    margin: 0px;
    padding: 0 0px 60px 36px;
    background-color: #4a5c74;
    text-align: left;
}

#nav li {
    display: inline-block;
    width: 200px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
}

#nav a {
    font-family: 'Monotype Corsiva', 'Book Antiqua', 'Weltron Urban', 'fantasy';
    color: #c9ffe0;
    font-size: 20px;
    text-decoration: none;
}

#nav a:hover {
    color: #ffbf5f;
    text-decoration: underline;
}

#nav ul {
    text-align: center;
    padding-top: 0px;
}

a {
    color: #ffffff;
}

#header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Meiryo;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 3px;
    background-color: #1abc9c;
    background-image: url(../img/field_0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11px 0 226px 25px;
    margin-bottom: 20px;
}

.breadcrumb li {
    list-style-type: none;
    display: inline;
    color: #ccd9e7;
}

h3 {
    font-size: 23px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #f7bfee;
    padding-left: 12px;
}

h1 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #e6e952;
    padding-top: 20px;
    padding-left: 30px;
}

h2 {
    font-size: 17.5px;
    font-weight: 400;
    color: #e6e952;
    letter-spacing: 0.5px;
    padding: 10px 0 0 30px;
    margin: 20px 40px 10px 30px;
    line-height: 2em;
}

p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 10px 0 0 30px;
    margin: 0px 40px 10px 20px;
    line-height: 1.8em;
}

.twoblk {
    display: flex;
    justify-content: center;
}

.item_jp {
    text-align: left;
    width: 50%;
    padding: 15px;
    margin: 10px 8px 10px 30px;
    background-color: #4a5c74;
    letter-spacing: 0.5px;
    color: white;
    font-size: 14.3px;
    line-height: 1.6em;
}

.item_en {
    text-align: left;
    width: 50%;
    padding: 15px;
    margin: 10px 30px 10px 8px;
    background-color: #4a5c74;
    letter-spacing: 0.2px;
    color: lightyellow;
    font-size: 15.8px;
    line-height: 1.4em;
}

.item_en2 {
    color: #fffed8;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 10px 0 0 30px;
    margin: 0px 40px 10px 20px;
    line-height: 1.5em;
}

.updt {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    color: #e6e952;
    padding-top: 0px;
    padding-left: 40px;
}

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.copyr {
    text-align: center;
    background: #314cc4;
    color: #ffffff;
    font-size: 13.5px;
    letter-spacing: 1px;
    padding: 9px 0 12px;
}

.pcspec {
    table-layout: auto;
    width: 40%;
    margin: 20px auto;
}

.pcspec th,

.pcspec td {
    border: 1px rgb(160, 160, 220) solid;
    padding: 5px;
    text-align: center;
}

.table_01 {
    table-layout: auto;
    width: 80%;
    margin: 10px auto;
}

.table_01 th,

.table_01 td {
    border: 1px rgb(160, 160, 220) solid;
    padding: 5px;
    text-align: center;
}