#page-ranking-list,
.atwiki-page-info .ml-auto,
.atwiki-headbar-menu,
.atwiki-guide-button,
.atwiki-line-button,
.atwiki-facebook-button,
.atwiki-twitter-button,
.social-button-width,
.atwiki-menubar-contents .atwiki-list-title,
.attach,
.atwiki-hedit,
.responsive-breadcrumb,
.atwiki-new-button,
.atwiki-login-button,
.atwiki-settings-button,
.atwiki-contents .login-btn,
.atwiki-contents .login-btn + hr + p,
#body_footer,
.atwiki-page-keyword,
.atwiki-page-keyword > a,
#atwiki-page-tags,
#rising_ranking_list,
#atwiki-liked-counter {
  display: none !important;
}
.atwiki-header-sitename .atwiki-shortcut-menu a:before {
  display: none !important;
}
.responsive-header-btn,
#footer-fixed-popular,
.social-button,
#wiki-ranking-list,
#newer_ranking_list,
#allpage-ranking-list,
.atwiki-shortcut-menu li:has(img),
.atwiki-sp-box-banner {
  display: none !important;
}

.atwiki-edit-button {
  font-size: 0;
}
.atwiki-edit-button::after {
  content: "◆";
  font-size: 12px;
}
.atwiki-responsive-headbar ,
#atwiki-footer-fixed-nav #atwiki-footer-fixed-buttons li button {
  background-color: #444 !important;
}
#atwiki-footer-fixed-nav #atwiki-footer-fixed-buttons li button#footer-fixed-menubar {
  top: 50px !important;
  z-index: 9999;
}
.atwiki-header-sitename .atwiki-link-pagelist.atwiki-sp-only a {
  margin-right: 50px;
}

/* reset */
* {
  word-break: break-all;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}
table:not(.atwiki_plugin_region) {
  white-space: normal;
}
pre {
  border: solid 1px #b3b3b3;
  padding: 10px;
}

/* style */
body {
  font-family: 'Meiryo',sans-serif;
  color: #3e2c0c;
}
.responsive-breadcrumb,
.main_wrapper {
  background-color: #fafaf2;
}
.atwiki-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.atwiki-contents,
.atwiki-sp-contents {
  padding: 1px 1em 12px;
  font-size: 15px;
  line-height: 1.8;
}
.atwiki-contents h2,
.atwiki-sp-contents h2 {
  display: none;
  /* border-left: 2px solid #042646; */
}
.atwiki-contents h3,
.atwiki-sp-contents h3 {
  border-left: 3px solid #042646;
}
.atwiki-page-info h1 {
  text-align: center;
}
.atwiki-page-info .d-flex {
  justify-content: flex-end;
  text-align: right;
}

.plugin_contents {
  background-color: #fff;
}
.plugin_contents ul {
  list-style: none;
  padding: 0;
}
.plugin_contents ul li {
  margin: 0;
}
.plugin_contents ul li li::before {
  content: '●';
  margin-right: 0.5em;
  color: #ad791e;
}
.plugin_contents > ul > li > a {
  display: none;
}
.atwiki-contents .plugin_comment input[type=submit]{
  background-color: transparent;
  color: #3e2c0c;
}

/* table */
table td {
  max-width: 300px;
}
.rlcraft_enchanting td {
  max-width: 300px;
}

@media (max-width: 960px) {
  .rlcraft_equipment-armor table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.rlcraft_equipment-armor td:nth-of-type(2) ,
.rlcraft_equipment-armor td:nth-of-type(3) ,
.rlcraft_equipment-armor td:nth-of-type(4) ,
.rlcraft_equipment-armor td:nth-of-type(5) ,
.rlcraft_equipment-armor td:nth-of-type(6) ,
.rlcraft_equipment-armor td:nth-of-type(7) ,
.rlcraft_equipment-armor td:nth-of-type(8) ,
.rlcraft_equipment-armor td:nth-of-type(9) ,
.rlcraft_equipment-armor td:nth-of-type(10) ,
.rlcraft_equipment-armor td:nth-of-type(11) {
    white-space: nowrap;
    text-align: center;
}

@media (max-width: 960px) {
  .rlcraft_equipment-accessory {
      border: 2px solid #ddd;
    }
    .rlcraft_equipment-accessory tr {
      display: flex;
      flex-wrap: wrap;
    }
    .rlcraft_equipment-accessory td {
      display: block;
      max-width: 100%;
      border: 1px solid #eee;
    }
    .rlcraft_equipment-accessory td:nth-of-type(1) {
      order: 1;
      width: 52px;
    }
    .rlcraft_equipment-accessory td:nth-of-type(2) {
      order: 2;
      width: calc(100% - 52px);
    }
    .rlcraft_equipment-accessory td:nth-of-type(3) {
      order: 5;
      display: block;
      width: 100%;
      border-bottom: 2px solid #ddd;
    }
    .rlcraft_equipment-accessory td:nth-of-type(4) {
      order: 3;
      width: 50%;
    }
    .rlcraft_equipment-accessory td:nth-of-type(5) {
      order: 4;
      width: 50%;
    }
    .rlcraft_equipment-accessory .atwiki_tr_odd {
      display: none;
    }
}

h4 img {
    margin-right: 0.6em;
}
h4 + div{
    margin-left: 0.6em;
}