﻿@charset "utf-8";

body {
    background-image: url(bg_speedo.png);
    font-size: 16px;
    font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
    color: #333333;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.home-logo {
    max-width: 300px;
}

header {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 5px 24px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 952px;
    border-top: 1px solid rgba(92,102,245,0.6);
    border-bottom: 1px solid rgba(92,102,245,0.6);
}

.global-nav {
    width: 600px;
}

    .global-nav ul {
        font-size: 20px;
        display: flex;
        margin: 0;
    }

    .global-nav li {
        font-weight: normal;
        color: navy;
        flex-grow: 1;
        padding: 4px;
        list-style: none;
        text-align: center;
        border-left: solid 1px #936458;
        background-color: #ffffff;
    }

h4 {
    margin: 15px;
}


nav {
    border: 0px solid navy;
    max-width: 900px;
    margin: 10px auto;

}
.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
}

    .breadcrumb li:not(:last-of-type)::after {
        content: "›";
        margin: 0 .6em; /* 記号の左右の余白 */
        color: #777; /* 記号の色 */
    }

h1 {
    text-align: center;
    display: block;
    width: 800px;
    margin: 20px auto 15px;
    border-radius: 6px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #808080;
    text-align: center;
    background-image: url(bn_blueline.png);
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 0px;
}

.list {
    table-layout: fixed;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: white;
}

.low {
    height: 20px;
    font-size: 14px;
}

.list tr:nth-child(2n+1) {
    background: #e9faf9;
}

.jyunbi {
    position: relative;
}

    .jyunbi p {
        position: absolute;
        color: white;
        font-weight: bold;
        font-size: 24px;
        text-shadow: 3px 3px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
        background-color: rgba(92,102,245,0.3);
        width: 137px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.children {
    position: absolute;
    width: 150px;
    height: 10px;
    background: blue;
}


h3 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #808080;
    text-align: center;
    background-image: url(bn_blueline.png);
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 0px;
}

.cutvari {
    table-layout: fixed;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    border-collapse: separate;
    border-spacing: 1px;
    border: solid 1px #778ca3;
    background-color: white;
    font-size: 14px;
}

.cutvari tr:nth-child(2n+1) {
    background-color: #fffac2;
}

    .cutvari td {
        padding: 3px;
        height: 47px;
        vertical-align: middle;
        border: solid 1px #778ca3;
    }

.cutimg {
    background-color: white;
    width: 89px;
}
.cutname{
    width: 180px;
    text-align: center;
}
.bottom{
    background-color: white;
}

.button {
    text-align: center;
    background-color: rgba(92,102,245,1.0);
    display: block;
    width: 220px;
    margin: 0px auto 15px;
    padding: 8px 0;
    border-radius: 6px;
    color: yellow;
    font-size: 18px;
    font-weight: normal;
}

footer {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(92,102,245,1.0);
    color: yellow;
    text-align: center;
    padding: 6px 5px 6px;
    font-size: 18px;
}

    footer > p {
        margin: 0 24px;
    }