.projects {
    #imSite {
        width: 1000px;
        margin: 10px auto;
        text-align: left;
    }

    .header-text {
        text-align: center;
        background-color: white;
        font-weight: bold;
    }

    #imContent {
        padding: 10px 10px;
    }

    nav a {
        text-decoration: none;
        display: inline-block;
        position: relative;
    }

    nav ul {
        padding-left: 0;
        margin: 0;
        list-style: none;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background: #e4b673;
        font-size: 14px;
    }

    nav li {
        display: inline-block;
        margin: 0 5px 0 5px;
        transition: .5s linear;
        font-weight: bold;
    }

    .top-menu li {
        display: inline-block;
        margin: 0 5px 0 5px;
        transition: .5s linear;
    }

    .top-menu li.active {
        background: #c5c5c5;
        color: #113c19;
    }

    .top-menu li a {
        color: #113c19;
    }

    ul {
        padding-left: 0;
        margin: 0;
        list-style: none;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #d0cab4;
    }

    a {
        text-decoration: none;
        display: inline-block;
        position: relative;
        text-indent: 0;
    }

    li a {
        color: #000000;
        text-transform: full-size-kana;
    }

    li {
        display: inline-block;
        margin: 0 5px 0 5px;
        transition: .5s linear;
    }

    li a:after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 10px;
        background: #fcf5eb;
        transition: all 0.5s linear;
    }

    li a:hover:after {
        width: 100%;
    }

    @media screen and (max-width: 1000px) {
        ul {
            height: auto;
            line-height: 50px;
        }

        li {
            display: block;
            margin: 0;
        }

        li:hover {
            background: rgba(0, 0, 0, .1)
        }

        li a:after {
            content: none;
        }
    }

    p {
        margin: 0;
        padding: 0;
        color: #000000;
        text-align: justify;
        font-size: 19px;
        font-family: Times New Roman, serif;
        vertical-align: baseline;
        line-height: 25px;
        text-indent: 30px;
    }

    span {
        margin: 0;
        padding: 0;
        color: #000000;
        text-align: justify;
        font-size: 19px;
        font-family: Times New Roman, serif;
        vertical-align: baseline;
        line-height: 25px;
    }

    .top-menu li {
        line-height: 18px;
        border-radius: 8px;
        padding: 4px;
        max-width: 25%;
    }

    .top-menu {
        background-color: #aea8a7;
    }

    .top-menu li.active {
        background-color: #dfdede;
    }

    .top-menu li a:after {
        bottom: -3px;
    }

    #imCelImg_Cont p {
        font-size: 13px;
        text-align: center;
        line-height: 15px;
        text-indent: 0;
    }

    body #imCel {
        display: inline-block;
    }

    .equalsSizeChildBlocks.threeImagesLikeOne #imObj {
        width: 100%;
    }

    .equalsSizeChildBlocks.threeImagesLikeOne a {
        margin: 0 10px;
    }

    .equalsSizeChildBlocks.slimBetweenDivSpace #imObj {
        margin: 0 13px;
    }

    #imObj img {
        max-height: 200px;
        height: 200px;
    }

    #imBody nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
    }

    details {
        border: 1px solid #999;
        border-radius: 5px;
        padding: 0.025%;
        cursor: pointer;
        margin: 0.3em;
        padding: 10px;
    }

    summary {
        border-radius: 5px;
        cursor: pointer;
        margin: -1%;
        padding: 8px 10px;
        background: -webkit-linear-gradient(top, #f3f3f3 50%, #e6e6e6 50%);
    }

    details > summary:first-of-type {
        display: list-item;
        counter-increment: list-item 0;
        list-style: inside disclosure-closed;
    }

    details[open] > summary:first-of-type {
        list-style-type: disclosure-open;
    }

    details[open] > summary {
        margin-bottom: 1px;
    }

    #imCel, .equalsSizeChildBlocks {
        text-align: center;
    }
}

.lb-details .lb-caption p {
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    text-indent: 0;
    text-indent: 0;
    color: white;
}