
/* h2 */

.post-content h2 {
    background: #000000;
    border-bottom: 5px solid #ffde00;
}

/* サイドメニュー */

#container .left_menu_s h2, #container .left_menu_s .ac2, #container .left_menu_s_new h2, #container .left_menu_s_new .ac2, #main #breadcrumb_cat_b .left_menu_s .nav_left_menu h2, #main #breadcrumb_cat_b .left_menu_s .nav_left_menu .ac2, #main #breadcrumb_cat_b .left_menu_s_new .nav_left_menu h2, #main #breadcrumb_cat_b .left_menu_s_new .nav_left_menu .ac2, #container .left_menu_s .game_right, #container .left_menu_s_new .game_right {
    border-left: 5px solid #ffde00;
}
#container .left_menu_s .leftmenu_title, #container .left_menu_s_new .leftmenu_title {
    border-left: 3px solid #ffde00;
}

/* 人気記事ボタンカラー */

#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 #ffde00;
}

/* PRランキングh2 */

#appmedia_ad_ranking .header_label {
    border-bottom: 5px solid #ffde00 !important;
}

/* spヘッダ文字サイズ */

#pc_header_menu li a {
    font-size: 11px;
}

/* テーブル */

.post-content table th {
    padding: 6px 8px;
}
.post-content table tdth {
    padding: 6px 8px;
}
.post-content table td {
    padding: 6px 8px;
}

/* スイッチタブ */

.switch_radio:checked + label {
    background: #ffde00;
    color: #000000;
}
.switch_tag {
    border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 2px solid #ccc;
    border-radius: 6px 6px 0px 0px;
    background: #fffee6;
    color: #a3a3a3;
}

.rank_label2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

.tier_label {
    background: #222 !important;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 12px;
}

.rank_table .first_rank_bg {
      background-color: #4c4f59;
      box-shadow: inset 1px 0px 2px rgba(255, 255, 255, 0.2), inset -1px 0px 2px rgba(255, 255, 255, 0.2);
}

.rank_table .second_rank_bg {
      background-color: #2c2d33;
      box-shadow: inset 1px 0px 2px rgba(255, 255, 255, 0.2), inset -1px 0px 2px rgba(255, 255, 255, 0.2);
}

  @media (max-width: 414px) {
    .tier_label {
      font-size: 10px;
    }
}