@charset "UTF-8";
.post-content h2 {
    overflow: hidden;
    padding: 10px 10px 10px 30px;
    border-bottom: 5px solid var(--key-color) !important;
}
#slide .searchform_search_button {
    background-color: var(--key-color) !important;
}
.top_side_title, #container #wrap #wrap-in #side .popular_and_new_articles_wrapper h2 {
    border-left: 5px solid var(--key-color) !important;
}
#main .popular_and_new_articles_wrapper > .tab.active, #wrap-in .popular_and_new_articles_wrapper > .tab.active, #side .popular_and_new_articles_wrapper > .tab.active {
    border-top: 4px solid var(--key-color);
}
.calender .calender_switch_newgame.checked, .calender_switch_newgamesoft.checked {
    border-top: 3px solid var(--key-color) !important;
    background: #fff !important;
    color: #333 !important;
}
.post-content h2:before {
    position: absolute;
    background: var(--key-color) !important;
    width: 31px;
    height: 100px;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    transform: rotateZ(31deg);
}
left_menu .left_menu_s_new h2, .left_menu .left_menu_s_new .ac2 {
    background-color: #292b42 !important;
    color: var(--text-general) !important;
    border-left: 5px solid var(--key-color) !important;
    padding: 7px 8px 7px;
    color: #fff !important;
}
#container .left_menu_s .leftmenu_title, #container .left_menu_s_new .leftmenu_title {
    border-left: 5px solid var(--key-color) !important;
}
#container .left_menu_s_new .game_right {
    border-left: 5px solid var(--key-color) !important;
}
:root {
    --key-color: #4b88ea;
    --body-color: #f7f8ff;
    --text-general: #0f1419;
    --h2-bg-color: #272c42;
    --h3-bg-color: transparent;
    --h3-border-color: #4b88ea;
    --h4-text-color: #272c42;
    --h4_bg_color: rgb(218 221 224);
    --pc-header-menu-bg: #4b88ea;
    --pc-header-menu-border: ##4b88ea;
    --pc-header-menu-text: #fff;
    --search-button: #4b88ea;
    --search-button-text: #fff;
    --border-general: #dee5e8;
    --space-72: 72px;
    --space-64: 64px;
    --space-60: 60px;
    --space-48: 48px;
    --space-36: 36px;
    --space-32: 32px;
    --space-24: 24px;
    --space-12: 12px;
    --space-8: 8px;
    --main-width: 620px;
    --header-innner-width: 1080px;
    --link-color: #0066c0;
    --basic-title-color: #1f1f1f;
}
.post-content h4:before {
    top: 26%;
    display: inline-block;
    background-color: var(--key-color);
}