#top_nav {
    display: none;
}

.menu {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

/* .menu li a{
    color: cadetblue;
} */
.menu li {
    min-width: 20px;
    padding: 0 1rem;
    text-align: center;
    position: relative;
    padding: 10px 20px;
}



.menu li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    background-color: bisque;
    left: 50%;
    bottom: 0px;
    transition: 0.3s;
    margin-top: 10px;
}

.menu li:hover:before,
.menu li:hover:after {
    /* margin-top: 10px; */
    left: 25%;
    width: 50%;
}

/* .menu li:hover:after {
    margin-top: 10px;
  transform: translate(10%, 0);
} */

.menu li a {
    text-decoration: none;
}

.two_words {
    letter-spacing: 0px;

    font-size: 14px;
    color: #000;
    /* line-height: 2; */
}

.color {
    color: #42454f;
}

#top {
    background-color: transparent;
    padding: 0;
}

#header h1 {
    padding: 0;
}

#Header1_HeaderTitle {
    padding: 0;
    color: #fff;
    line-height: 1.6875;
    font-size: 18.75px;
    letter-spacing: 0.14em;
    font-family: Vanir, "Helvetica neue", Helvetica, YuGothic,
        "Hiragino Kaku Gothic Pro", sans-serif;
}

#subtitle {
    /* color: #42454f; */
    letter-spacing: 1.5px;
    margin: 0;
}

.forn {
    font-family: Vanir, "Helvetica neue", Helvetica, YuGothic,
        "Hiragino Kaku Gothic Pro", sans-serif;
}

#sub {
    font-size: 14px;
    line-height: 2;
    /* position: absolute; */
    z-index: 2;
    left: 0px;
    /* bottom: -4.6875vw; */
    /* background-color: #5f5f5f; */
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 3.6875vw; */
}

#leftmenu {
    display: none;
}

#header {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    justify-content: space-between;
    align-items: center;
}

.skin-anothereon001 {
    background-color: #dcdcdc;
}

#content {
    margin-left: 0;
    padding: 0;
}

.post {
    border: 0;
}

#content .post {
    padding: 35px !important;
}

#content .date:not(:first-child) {
    border-bottom: 1px solid #efefef;
}

.date span {
    display: none;
}

.post h2 {
    font-size: 18.75px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 3.6875vw;
    color: #42454f;
}

.postbody {
    font-family: sans-serif;
    /* color: #999999; */
    letter-spacing: 1.5px;
}

.post .postfoot {
    border: 0;
}

.c_b_p_desc_readmore {
    color: antiquewhite !important
}

.postfoot {
    color: #42454f;
    letter-spacing: 2px;
}

.post {
    margin: 0px;
}

.topicListFooter {
    display: flex;
    justify-content: center;
}

#nav_next_page {

    height: 20px;
    padding: 10px;
    position: relative;
   
}
#nav_next_page::before{
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #666666;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .8s;
}

#nav_next_page:hover{
    transform-origin: left top;
    transform: scale(1, 1);
    color: brown;
}
