@charset "UTF-8";

.category #main {
    padding: 0px;
}

:root {
  /*キーカラー*/
  --key-color: #cc221b;

  --body-color: #f7f8ff;
  --text-general:#0f1419;

  /*H2の色*/
  --h2-bg-color: #272c42;

  /*H3の色*/
  --h3-bg-color: transparent;
  --h3-border-color: #272c42;

  /*H4の色*/
  --h4-text-color: #272c42;
  --h4_bg_color: rgb(218 221 224);

  /*SPメニューアクティブ時の色*/
  --pc-header-menu-bg: #cc221b;
  --pc-header-menu-border: #cc221b;
  --pc-header-menu-text: #fff;

  /*検索ボタン色*/
  --search-button: #cc221b;
  --search-button-text: #fff;

  /*汎用UIボーダー色*/
  --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;

  /*PCメインカラム幅*/
  --main-width: 620px;

  /*PCヘッダ&フッター幅*/
  --header-innner-width: 1080px;

  /*リンクカラー*/
  --link-color: #0066c0;

  /*タイトルカラー*/
  --basic-title-color: #1f1f1f;
}

body.pc {
    background-color: #f7f8ff;
}

th.fc-day-header.fc-widget-header {
    border-radius: 0 !important;
}

.archive #slide {
  background-color: transparent !important;
  margin-top: 15px !important;
}

.leftmenu_title {
    font-size: 12px;
    border-left: none;
    padding-left: 0;
}

#monst_top {
    box-shadow: 0 0 0px 0 rgba(0,0,0,.2);
    text-align: left;
}

#monst_top a{
    font-size: 12px;
    font-weight: bold;
}

#monst_top img{
    height: auto;
    max-width: 100%;
}

.monst_head_img {
    max-width: 100%;
    margin: 0;
}

.post-main {
    box-shadow: none;
}

.post-content table,table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: none;
    margin-bottom: 10px;
}

.post-content table th,table th{
    font-size: 13px;
    padding: 4px 8px;
    font-weight: bold;
    border: 1px solid #c7ced1;
    text-align: center;
    background-color: #f2f4fb;
    color: #171717;
}
.post-content table td, table td{
    padding: 8px;
    border-bottom: 1px solid var(--border-general);
    border-top: 1px solid var(--border-general);
    border-left: 1px solid var(--border-general);
    background-color: #fff;
    text-align: center;
    box-shadow: none;
}

.nav_left_menu p.game_right_contents {
    font-size: 11px;
    color: #3f5466;
    margin: 0;
}

.popular_and_new_articles_wrapper a {
    color: var(--link-color) !important;
}

#monst_top table tr td:last-child {
    border-right: 1px solid var(--border-general);
}

#update_log_section .overflow_container {
    border: 1px solid var(--border-general) !important;
}

.pc_post_header {
    padding: 10px 15px 0 15px;
}

#monst_top .monst_head source,#monst_top .monst_head img {
  display:block;
  margin: 0 auto;
}

.tab-style{
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    font-size: 9px;
    font-weight: bold;
    margin: -120px 20px 20px 20px;
    text-align: left;
    vertical-align: 20%;
    padding: 3px 9px;
    border-radius: 3px;
    color: #130a56;
    background-color: #ffffffdb;
}

.search_input_wrapper .searchform_search_button, #main .searchform_search_button {
    background-color: var(--key-color);
}

.first-h2{
    background-size: 100% 100% !important;
    color: #var(--key-color) !important;
    width: 100%!important;
    font-weight: bold !important;
    font-size: 9px !important;
    margin: 0px 0px 0px 0px !important;
    text-align: left !important;
    vertical-align: 20% !important;
    padding: 6px 15px !important;
    border: none !important;
}

.popular_and_new_articles_wrapper li {
    border-bottom: 1px solid var(--border-general);
}

.popular_and_new_articles_wrapper ul {
    border-right: 1px solid var(--border-general);
    border-left: 1px solid var(--border-general);
    border-top: 1px solid var(--border-general);
}

.monst_category_pc_header #pc_header_menu li {
    border-right: 1px solid var(--border-general);
}

.show_article_list_anchor {
    border-bottom: 1px solid var(--border-general);
    box-shadow: none;
}

#monst_top .monst_index{
    margin: 15px auto 15px;
}
#monst_top .monst_index ul{
    text-align: center;
}
#monst_top .monst_index li{
    font-size: 13px !important;
    display: table-cell;
    padding: 8px 0px 4px 16px;
    width: calc(100%/4);
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid var(--border-general);
}

#monst_top .monst_index a{
    font-size: 13px;
    font-weight: bold;
}
#monst_top .monst_index a:hover {
    opacity: .8;
    color: #1681b2;
}
.searchform_search_button {
    background-color: var(--key-color);
}
.archive .category_description {
    color: #3f5362;
    font-size: 13px;
}
.archive h1 {
    font-size: 22px;
}
#monst_top .list_top p {
    background: #f1f4fb;
    margin-bottom: 0;
    color: #000;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.ipad #breadcrumb_cat picture source, .ipad #breadcrumb_cat picture img {
    width: fit-content;
}

.mobile #monst_top .list_top p {
  height: 7.4vw;
}

.monst_main{
    font-size: 12px;
    color: #191919;
    padding: 0 20px 20px 20px;
}

#monst_top h2,
.post-content h2 {
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    margin: 30px 0 10px 0;
    color: #fff;
    background: var(--h2-bg-color);
    position: relative;
}

#monst_top h2:after,
.post-content h2:after {
    position: absolute;
    background: var(--key-color);
    width: 10%;
    content:"";
    height:3px;
    left:0;
    bottom:0;
}

.side-title {
    border-bottom: 1px solid var(--border-general);
}

.post-content .bg_index h2:after {
    display: none;
}

.post-content table td {
    border: 1px solid var(--border-general);
}

.left_menu h3,
.left_menu .ac3 {
    background: #f2f4fb;
}

#monst_top h3,.post-content h3{
    font-size: 15px !important;
    text-align: left;
    border-bottom: 1px solid var(--h3-border-color);
    padding: 6px 6px 6px 10px;
    margin: 20px 0px 10px 0px;
    border-left: 4px solid var(--h3-border-color);
}

.linkbtn_orange_red {
    padding: 7px 34px 7px 19px;
    transition: all 300ms 0s ease;
    background-color: #fff;
    color: var(--link-color) !important;
    border: 2px solid var(--link-color);
    border-radius: 38px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
}
.linkbtn_orange_red::after {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -8px;
    content: "";
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-image: url(/wp-content/themes/appmedia/images/icon_arrow.png);
    background-repeat: no-repeat;
}

.bg_index a {
    color: var(--link-color);
}

.mobile #main .popular_and_new_articles_wrapper {
    padding: 0;
}

#main .search_input_wrapper .s {
    border-color: var(--border-general);
}

.mobile .post_content h2,.mobile #monst_top h2 {
    font-size: 15px !important;
}

.mobile .post_content h3,.mobile #monst_top h3 {
    font-size: 14px !important;
}

.mobile #main h1 {
    margin: 0;
}

.post-content h4 {
    color: var(--text-general);
    border-left: 3px solid var(--h2-bg-color);
    margin-top: 15px;
}

.post-content h5 {
    font-size: 13px;
    margin: 5px 0;
}

.popular_and_new_articles_wrapper h2 {
    background-color: var(--h2-bg-color);
}

#footer{
    background: var(--h2-bg-color);
}

.header_label {
    background-color: var(--h2-bg-color);
    font-weight: bold;
}

#comments #reply-title {
    background: var(--h2-bg-color);
}

div#breadcrumb_cat h2 {
    background:var(--h2-bg-color);
}





.mobile.archive #main h1 {
    margin: 15px 10px 10px;
}

.monst_main {
    padding: 0 1em 15px 1em;
}

.entry-header .blogbox .writer_name a {
    color: var(--link-color);
}

div#breadcrumb a {
    color: var(--link-color);
}

div#breadcrumb a {
    color: var(--link-color);
}

.popular_and_new_articles_wrapper h2 {
    background-color: #fff;
    padding: 8px;
    font-size: 14px;
    color: var(--text-general);
    border-left: 2px solid var(--key-color) !important;
}

#slide .searchform_search_button {
    background-color: var(--key-color);
}

.bg_index {
    background-color: #ffffff;
    border: 1px solid var(--border-general);
}

#update_log_section .overflow_container .update_log_each {
    border-bottom: 1px solid var(--border-general) !important;
}

#side-l li a {
    color:var(--link-color);
}

.checked.calender_switch_newgame, .checked.calender_switch_newgamesoft {
    border-top: 3px solid var(--key-color) !important;
}

#side-l #side_comment #recentcomments_ul li a {
    color:var(--link-color);
}

.top_side_title {
    background-color: #fff !important;
    color:var(--text-general) !important;
    border-left: 2px solid var(--key-color);
}

#side_comment.comment_list .icon-icon_comment:before {
    color:var(--text-general);
}

.blog-card {
    border: 1px solid #dadae3;
}

a {
    color: var(--link-color);
}

.post-content a {
    color: var(--link-color);
    font-weight: bold;
}

.new_menu_style {
    box-shadow: none;
    margin-top: -1px;
}

.simple_header .sp_category_title {
    padding-left:10px;
}

.left_menu a {
    font-weight: bold;
}

a:hover {
    color: var(--link-color);
    text-decoration: none;
    opacity: .8;
}

#monst_top h4{
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 5px var(--key-color);
    border-style: solid;
    border-radius: 3px 0px 0px 0px;
    margin-top: 10px;
    padding: 0 0 0 7px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8em;
}
#monst_top a.linkbtn_orange{
    border: 1px solid var(--key-color) !important;
    color: var(--key-color)!important;
}
#monst_top a.linkbtn_orange:hover {
    background-color: var(--key-color);
    color: #fff !important;
}
#monst_top a.linkbtn_orange_red{
    color: #fff!important;
    font-size: 14px!important;
    line-height: 2em;
    height: auto;
    background-repeat: no-repeat;
    border: none;
    text-decoration: none!important;
    border-radius: 5px;
    padding: 14px 1em;
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.archive.pc h1 {
  margin: 0;
}

#calendar th{
    border: 1px solid var(--border-general) !important;
    box-shadow: none !important;
}
#calendar tr td{
    border-bottom: 1px solid var(--border-general) !important;
    border-top: 1px solid var(--border-general) !important;
    border-left: 1px solid var(--border-general) !important;
}
#calendar table tr td:last-child {
    border-right: 1px solid var(--border-general) !important;
}
#monst_top .cattop_timestamp {
  color: #999;
  font-size: 11px;
}

.monst_category_pc_header #pc_header_menu li a.select_menu:hover {
    background: #fff !important;
    color: #1b1b1b;
    border-bottom: 2px var(--key-color) solid;
}

.left_menu_s h2,
.left_menu_s .ac2 {
    background: var(--h2-bg-color);
    color: #fff;
    font-size: 13px;
    padding: 7px 15px 7px 9px;
    text-align: left;
    border-left: 2px solid var(--key-color);
    font-weight: bold;
}

.monst_category_pc_header #pc_header_menu li a.select_menu {
    background: #fff !important;
    color: var(--text-general);
    border-bottom: 2px var(--key-color) solid;
}

.mobile .new_menu_style .select_menu a {
  background: var(--key-color) !important;
}

.monst_category_pc_header #pc_header_menu li a {
  height: 100%;
}

.monst_category_pc_header #pc_header_menu li a:hover {
    color: var(--text-general);
    border-bottom: 2px var(--key-color) solid;
}

.left_menu a {
    padding: 8px;
    margin-left: 2px;
}

.post {
  box-shadow: none;
  border: 1px solid var(--border-general);
}

.popular_and_new_articles_wrapper > .tab.active {
    background-color: var(--key-color);
}

.popular_and_new_articles_wrapper > .tab {
    border-bottom: 3px solid var(--key-color);
    background-color: #e5eced;
    color: #8fa8ab;
}

#side_comment.comment_list ul li {
    border-bottom: 1px solid var(--border-general);
}

.new_menu_style li {
  padding: 0;
  border-bottom: 1px solid var(--border-general);
  border-right: 1px solid  var(--border-general);
}

.p_info {
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.5em !important;
    margin: 13px 0;
}

#update_log_section .overflow_container .update_log_each .flex_right .update_time {
    display: none;
}

.post-content table .element_td {
background: #f2f4fb;
border: 1px solid #c7ced1;
}

.post-content table tr[data-element="木"] .element_td {
    background: #d3f7b3;
}

.post-content table tr[data-element="闇"] .element_td {
    background: #f4d7ff;
}

.post-content table tr[data-element="火"] .element_td {
    background: #ffd1c6;
}

.post-content table tr[data-element="光"] .element_td {
    background: #fff1cc;
}

.post-content table tr[data-element="水"] .element_td {
    background: #b3e4f8;
}



#main .post-content table .element_td_colspan {
    background: #f2f4fb;
    border: 1px solid #c7ced1;
    color: #171717;
}

.sp_main_header {
    border-bottom: .5px var(--border-general) solid;
}

#update_log_section .overflow_container .update_log_each .flex_right .status {
    color: #5f6170 !important;
    margin-top: 3px;
}

.left_menu ul {
    border-bottom: 1px solid var(--border-general);
}

.fc .fc-button-group>:first-child,.fc .fc-button-group>* {
    background: #fff;
    font-weight: bold;
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0;
    font-weight: bold;
}
#kome > span {
    font-size: 12px !important;
    display: block;
    margin-top: 5px;
}

a.linkbtn_arrow {
    color: var(--link-color) !important;
    border: 2px solid var(--link-color);
}

#main .popular_and_new_articles_wrapper {
    padding: 20px;
}

#side-l .side_news_list ul li {
    border-top: 1px solid var(--border-general);
}

.nav_left_menu .game_right {
    background: #fff;
    color: #292b42;
    padding: 7px 15px 7px 9px;
    font-size: 13px;
    font-weight: bold;
    border-left: 2px solid var(--key-color);
    border-bottom: 1px solid var(--border-general);
}

.v-img {
    margin-bottom: 3px;
}

.aligncenter.v-img {
    margin-bottom: 3px;
}

.h-img {
    margin-right: 3px;
}

.aligncenter.h-img {
    margin-right: 3px;
}

.side-bottom {
    border-color: var(--border-general) !important;
}

table tr.new {
    background-color: #e7fdfd !important;
}

table tr.zetu {
    background-color: #ffeef6 !important;
}

.partition, .post-content p.partition {
    color: #000;
}