body {
    color: #666;
    background: #ebebeb;
    font-size: .9rem;
}

a {
    text-decoration: none;
    color: #72122E;
}

a:hover {
    color: #72122E;
    opacity: .6;
}

h2 {
    font-size: 1rem;
    color: #95866C;
    font-weight: bold;
    border-bottom: 1px solid #95866C;
    margin-bottom: 15px;
}

h2 i {
    background: #95866C;
    color: #fff;
    font-size: 1.1rem;
    margin-right: 8px;
    /*    border-radius: 50%;*/
    padding: 8px;
}

h3 {
    font-size: 1rem;
    color: #72122E;
    font-weight: bold;
}

.btn-std {
    display: block;
    background: #95866C;
    width: 100%;
    max-width: 450px;
    margin: 10px auto;
    text-align: center;
    padding: 5px;
}

.btn-std a {
    display: block;
    color: #fff;
    padding: 5px;
}

.btn-std a:hover {
    color: #E4DFD6;
}

.btn-search {
    display: block;
    border: 1px solid #95866C;
    color: #95866C;
    font-size: 1rem;
    padding: 5px;
    width: 2.5em;
    height: 2.5em;
}




/** ヘッダー **/

header {
    background: #B00026;

}

.navbar-brand img {
    width: 220px;
}

.navbar-toggler {
    display: block;
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

#navbarNavDropdown .navbar-add {
    padding-left: 0;
    margin-top: 20px;
}

#navbarNavDropdown .navbar-add li a {
    color: #fff;
    line-height: 2;
}





/** メイン **/

.main-contents {
    margin: 30px auto;
}

.side-contents {
    margin: 30px auto;
    padding: 5px;
}

.post-cat {
    width: 100%;
    text-align: end;
}

.post-cat a {
    display: inline-block;
    font-size: .7rem;
    background: #fff;
    padding: 2px 5px;
    border-radius: 25px;
    color: #95866C;
}

.post-list-item:nth-child(2n+1) .post-list-item-img {
    margin: 20px auto;
    width: 80%;
    height: auto;
    border: 10px solid #fff;
    box-shadow: 0 0 4px #999;
    transform: rotate(3deg);
}

.post-list-item:nth-child(2n) .post-list-item-img {
    margin: 20px auto;
    width: 80%;
    height: auto;
    border: 10px solid #fff;
    box-shadow: 0 0 4px #999;
    transform: rotate(-3deg);
}

.post-list-item-img img {
    width: 100%;
}

.post-list-item-title {
    border-bottom: 1px solid #95866C;
    padding: 5px 5px 0 5px;
    margin-bottom: 5px;
}

.pagination .disabled {
    opacity: .3;
}

.pagination .page-item .page-link {
    color: #B00026;
    border-radius: 0;
}

/*
.pagination .current .page-link {
    background: #B00026;
    color: #fff;
}
*/
.pagination .current {
    background: #B00026;
    color: #fff;
    position: relative;
    display: block;
    text-decoration: none;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
}

.post-detail-title {
    border-bottom: 1px solid #95866C;
    padding: 5px 5px 0 5px;
    margin-bottom: 5px;
}

.post-detail-img {
    margin: 10px;
}

.post-detail-img img {
    width: 100%;
}

.post-detail p {
    font-size: .8rem;
}

.banner {
    text-align: center;
    padding: 10px 5px;
}



@media (max-width: 576px) {
    .banner728x90 img {
        display: none;
    }

    .banner300x60 img {
        display: block;
        margin: 0 auto;
    }
}






/** サイド **/

.cat-list ul {
    list-style: none;
    font-size: .8rem;
    padding-left: 0;
    margin-bottom: 50px;
}

.cat-list ul:first-child {
    border-top: 1px solid #E4DFD6;
}

.cat-list ul li {
    border-left: 1px solid #E4DFD6;
    border-right: 1px solid #E4DFD6;
    border-bottom: 1px solid #E4DFD6;
    background: #fff;
    padding: 5px
}

.search-form {
    width: 100%;
    margin-bottom: 30px;
}

.form-control {
    border-radius: 0;
    font-size: .8rem;
    width: 90%;
    max-width: 300px;
}


.link-list ul {
    list-style: none;
    font-size: .8rem;
    padding-left: 0;
}

.link-list ul li {
    /*    border-left: 7px solid #95866C;*/
    padding: 5px 0;
    margin-bottom: 5px;
}

.link-list ul li i {
    color: #95866C;
    margin-right: 5px;
}




/** フッター **/

footer {
    background: #666;
    color: #fff;
    padding: 30px;
    text-align: center;
}

.footer-menu ul {
    list-style: none;
    font-size: .8rem;
    padding-left: 0;
}

.footer-menu ul li {
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
    width: 150px;
    text-align: center;
    margin-bottom: 5px;
}

.footer-menu ul li a {
    color: #666;
}

.footer-text {
    color: #aaa;
    font-size: .8rem;
}
