﻿body {

}
.style-Breadcrumb-margin {
    margin-left: -30px;
}

.style-Breadcrumb ol li {
    display: inline;
    list-style-type: none;
    font-size: 14px;
}

    .style-Breadcrumb ol li:before {
        /* liの前に記号追加 */
        content: " > ";
    }

    .style-Breadcrumb ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content: "";
    }

.style-parentCenter {
    text-align: center;
}

.style-list01 {
    display: inline;
    padding-left: 15px;
}
.style-list02 {
    display: inline-block;
    width: 500px;
    background: orange;
}
.site-header {
        background-color: gainsboro;
        display: inline-block;
        margin-top: -8px;
        margin-left: -8px;
        padding: 10px 10px;
        position: fixed;
        justify-content: center;
        padding-left: 30px;
        width: 100%;
    }
div.style-text {
        color: gray;
    }
.centering_parent {
    line-height: 1em;
    background-color: none; /* 背景色指定 */
    width: 1000px; /* 幅指定 */
    height: 100px; /* 高さ指定 */
    margin: 0 auto; /* 中央寄せ */
}

.centering_item {
    color: gray;
    line-height: 0em;
    background-color: none; /* 背景色指定 */
    width: 200px; /* 幅指定 */
    height: 190px; /* 高さ指定 */
    margin-left: auto; /* 右寄せ */
    margin-right: 270px; /* 左寄せ */
}
.style-grid01 {
    display: grid;
    /* 1列目から順番に180px、1fr、160pxの幅 */
    grid-template-columns: 280px 1fr 280px;
    /* 1行目から順番に60px 1fr 90pxの高さ */
    grid-template-rows: 70px 1fr 70px;
}

.style-grid02 {
    display: grid;
    /* 1列目から順番に180px、1fr、160pxの幅 */
    grid-template-columns: 280px 1fr 280px;
    /* 1行目から順番に60px 1fr 90pxの高さ */
    grid-template-rows: 70px 1fr 70px;
}
.style-grid03 {
    display: grid;
    /* 1列目から順番に180px、1fr、160pxの幅 */
    grid-template-columns: 280px 1fr 280px;
    /* 1行目から順番に60px 1fr 90pxの高さ */
    grid-template-rows: 70px 1fr 70px;
}
.style-grid04 {
    display: grid;
    /* 1列目から順番に180px、1fr、160pxの幅 */
    grid-template-columns: 280px 1fr 280px;
    /* 1行目から順番に60px 1fr 90pxの高さ */
    grid-template-rows: 70px 1fr 0.5fr;
}

.style-table-width01 {
    width: auto;
}
.style-table-width02 {
    width: auto;
}
.style-table-height {
    height: 200px;
}
.style-type{
    list-style-type:circle;
}

.style-Text-width01 {
    width: 1200px;
}

.style-list-widthth {
    table-layout: fixed;
    padding: 5px;
    height: 50px;
    width: 230px;
    text-align: left;
}
.style-list-widthth-s {
    table-layout: fixed;
    padding: 5px;
    height: 40px;
    width: 810px;
    text-align: left;
}
.style-list-widthth2 {
    height: 70px;
}
.style-list-widthtd {
    table-layout: fixed;
    padding: 5px;
    width: 580px;
    text-align: left;
}

.style-grid-center {
    table-layout: fixed;
    text-align: center;
}

.ime-mode-active {
    ime-mode: active;
}

.ime-mode-disabled {
    ime-mode: disabled;
}
.style-table-margin {
    margin: 0 auto; /* 中央寄せ */
}
