@charset "UTF-8";
/**
 * JavaScriptで開閉する要素の指定
 **/
.collapse {
  display: none !important; }

.collapse.in {
  display: block !important; }

/**
 * 最下部のオーバーレイ広告でフッターが隠れないようにスクロール領域を確保する
 **/
@media screen and (max-width: 768px) {
  footer.game-pedia-footer small,
  footer.gg-footer,
  .left-area .main-menu-mobile .main-menu-set {
    padding-bottom: 180px; } }

/**
 * スペースの調整用
 **/
.spacer-5 {
  border: 0;
  margin-top: 5px;
  margin-bottom: 0; }

.spacer-10 {
  border: 0;
  margin-top: 10px;
  margin-bottom: 0; }

.spacer-20 {
  border: 0;
  margin-top: 20px;
  margin-bottom: 0; }

.spacer-30 {
  border: 0;
  margin-top: 30px;
  margin-bottom: 0; }

.spacer-40 {
  border: 0;
  margin-top: 40px;
  margin-bottom: 0; }

.text-center {
  text-align: center; }

/**
 * 記事内に表示する広告表示の調整
 **/
.ad-toc-bottom {
  text-align: center;
  margin: 20px auto 20px auto; }

.ad-side {
  min-height: 280px; }

.ad-article-middle {
  text-align: center;
  margin: 0 auto 20px auto;
  min-height: 80px; }
  .ad-article-middle .ad-title {
    text-align: center;
    font-size: 12px;
    color: #999; }

.ad-article-bottom {
  text-align: center;
  min-height: 280px; }

/**
 * 記事内に表示する広告表示の調整
 **/
.ad-comment-middle {
  text-align: center;
  margin: 20px auto 20px auto; }
  .ad-comment-middle .ad-title {
    text-align: center; }

/**
 * コメントで投稿する画像のプレビュー表示
 **/
.form-input-file .reader_file img {
  max-width: 100%; }

/**
 * 子テーマで指定した見出し画像の打ち消し
 **/
.comment-page .gg-comments h3.headline {
  background-image: none; }

p:empty:before {
  content: none; }

.comment-page .breadcrumb {
  display: block; }

.tab-content .tab-pane {
  display: none; }

.tab-content .tab-pane.active {
  display: block; }

.admin-content {
  border: none;
  padding: 5px 10px;
  margin: 5px 0;
  background: #eee; }
  .admin-content .admin-content-head {
    font-size: 10px;
    font-color: #000;
    font-weight: bold; }

.devel-content {
  border: none;
  padding: 5px 10px;
  margin: 5px 0;
  background: #eee; }
  .devel-content .devel-content-head {
    font-size: 10px;
    font-color: #000;
    font-weight: bold; }

/** 目次の番号は表示しない **/
.toc_number {
  display: none; }

/** テーブルのヘッダは中央寄せ **/
.parting-area .main-area table th,
.mce-content-body table th {
  text-align: center; }

/** 記事上部のサムネイル表示 **/
.post-header-thumbnail img {
  margin: 0 auto; }

.cv-link > a > img:not([class]),
a.cv-link > img:not([class]) {
  position: absolute; }

/*# sourceMappingURL=scripts_extended.css.map */
