@charset "UTF-8";
html {
  /* -------------------------------------------
  / 『全体の文字色／背景色』
  ------------------------------------------- */
  /* -------------------------------------------
  / 『Topへ戻るボタン』
  ------------------------------------------- */
  /* -------------------------------------------
  / 『リンク、タグ、SNSボタン』
  ------------------------------------------- */
  /* -------------------------------------------
  / 『クラウドタグ／パンくずリスト』
  ------------------------------------------- */
  /* -------------------------------------------
  / 『文字の色』
  ------------------------------------------- */
  /* ブログカード */
  /* クイズ */
  /* モバイル用メニュー */
}
html body {
  background-color: #191919;
  color: #d3d3d3;
}
html #header-container,
html .main,
html #footer {
  background-color: #191919;
}
html .go-to-top-button {
  border: 2px outset #009250;
  color: #009250;
  background: none;
  border-radius: 50%;
}
html .go-to-top-button:hover {
  color: white;
}
html .tag-link,
html .comment-reply-link {
  color: #ccc;
}
html .breadcrumb a,
html .breadcrumb span::before,
html .breadcrumb-caption {
  color: #d3d3d3;
}
html .keyboard-key {
  background-color: #191919;
  box-shadow: 1px 2px 2px #3c3b3b;
}
html .red {
  color: rgba(230, 0, 51, 0.8);
}
html .sp-white-color {
  color: #f5f6f7;
}
html .red-under {
  border-bottom: 2px solid rgba(255, 0, 0, 0.8);
}
html .pager-post-navi {
  background: transparent;
}
html .pager-post-navi a.prev-post .prev-post-title,
html .pager-post-navi a.next-post .next-post-title {
  color: #333;
}
html h3.footer-title {
  color: white;
}
html .rect-vertical-card .a-wrap:hover .related-entry-card-title {
  color: #474747;
}
html .blogcard-wrap:hover {
  background-color: #191919;
}
html .quiz-question-answers,
html .quiz-result-wrapper {
  color: #333;
}
html .mobile-footer-menu-buttons {
  color: #333;
}
html .sp-style {
  color: #474747;
}

/* -------------------------------------------
/ 『グローバルメニュー』
------------------------------------------- */
html #navi .navi-in > .menu-header .sub-menu {
  background-color: #84172f;
}
html #navi .navi-in a {
  color: #f6f6f6;
  transition-duration: 0.5s;
}
html #navi .navi-in a:hover {
  background-color: rgba(0, 146, 80, 0.8);
}
html #header-container {
  box-shadow: 0 6px 5px -3px rgba(0, 146, 80, 0.8) 0, 0, 0, 0.24, 0 6px 10px -3px rgba(0, 146, 80, 0.8) 0, 0, 0, 0.18;
}
html #header-container .navi {
  background-color: #84172f;
}

/* -------------------------------------------
/ 『エントリーカード』
------------------------------------------- */
html .a-wrap {
  background-color: #191919;
  color: #d3d3d3;
  border-top: 0;
  border-bottom: 0;
}
html .a-wrap:first-of-type {
  border-top: 0;
  border-bottom: 0;
}
html .a-wrap.entry-card-wrap:nth-child(odd) {
  position: relative;
  z-index: 0;
}
html .a-wrap.entry-card-wrap:nth-child(odd):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.4s;
  background-image: linear-gradient(135deg, #191919, #191919 70%, #381c22 70%, #381c22 100%, transparent 0);
  border: 2px outset #332f2f;
}
html .a-wrap.entry-card-wrap:nth-child(odd):after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background-color: rgba(0, 146, 80, 0.08);
  border: 2px outset #aaaaaa;
}
html .a-wrap.entry-card-wrap:nth-child(even) {
  position: relative;
  z-index: 0;
}
html .a-wrap.entry-card-wrap:nth-child(even):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #381c22, #381c22 50%, #191919 50%, #191919 100%, transparent 0);
  border: 2px outset #332f2f;
}
html .a-wrap.entry-card-wrap:nth-child(even):after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background-color: rgba(0, 146, 80, 0.08);
  border: 2px outset #aaaaaa;
}
html .a-wrap:hover::before {
  opacity: 0.4;
}
html .a-wrap:hover .entry-card-title,
html .a-wrap:hover .related-entry-card-title {
  color: #333;
}
html .a-wrap .blogcard {
  transition: 0.5s;
}
html .a-wrap .blogcard:hover {
  background-color: #f6f6f6;
  color: #191919;
  box-shadow: 0 15px 30px -5px hsla(0, 0%, 100%, 0.7), 0 0 5px #000;
}
html .a-wrap .blogcard:hover .blogcard-title {
  color: #191919;
}
html .a-wrap .blogcard .blogcard-title {
  color: #f6f6f6;
  transition: 0.5s;
}
html .a-wrap .blogcard .blogcard-content::after {
  background: #84172f;
}
html .entry-card-title,
html .related-entry-card-title {
  color: #f6f6f6;
}

html .article {
  /* -------------------------------------------
  / 『見出し（h2）』
  ------------------------------------------- */
  /* -------------------------------------------
  / 『見出し（h3）』
  ------------------------------------------- */
  /* -------------------------------------------
  / 『見出し（h4）』
  ------------------------------------------- */
}
html .article h2 {
  color: #d2d2d2;
  border-radius: 4px;
  border: 2px solid #0c0b0b;
  background-image: linear-gradient(135deg, #84172f, #84172f 30%, #8f2f44 30%, #84172f 70%, #84172f 100%, transparent 0);
  box-shadow: 0px 0px 0 2px #2c2b2b;
}
html .article h3 {
  position: relative;
  background: #8e2c42;
  padding: 4px 5px 4px 30px;
  border-radius: 0 10px 10px 0;
  border-color: transparent;
  margin-left: 10px;
}
html .article h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d0";
  display: inline-block;
  line-height: 45px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009250;
  font-weight: 900;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  left: -0.9em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4983b4;
}
html .article h4 {
  padding: 15px 15px 15px 24px;
  position: relative;
  background-color: #191919;
  border: 0;
  border-bottom: solid 4px #009250;
}
html .article h4::before {
  content: "";
  left: -4px;
  position: absolute;
  bottom: -4px;
  width: 0;
  height: 0;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #84172f;
}
html .article h4::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 10px;
  width: 35%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(30% - 10px);
  width: calc(30% - 10px);
  border-bottom: solid 4px #84172f;
}

/* -------------------------------------------
/ 『目次』
------------------------------------------- */
html #toc .toc-title {
  color: #d3d3d3;
  background-image: linear-gradient(135deg, rgba(132, 23, 47, 0.8), rgba(132, 23, 47, 0.8) 50%, rgba(0, 146, 80, 0.8) 50%, rgba(0, 146, 80, 0.8) 100%, transparent 0);
  margin: 0;
  padding: 15px;
  text-align: center;
}
html #toc .toc-title::before {
  content: none;
}
html #toc .toc-content {
  padding: 1em 2em;
}
html .toc a {
  color: #ccc;
}
html .article #toc {
  background: transparent;
  border-radius: 4px;
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(132, 23, 47, 0.6) 0%, rgba(0, 146, 80, 0.6) 100%);
  border-image-slice: 1;
  padding: 0;
}

/* -------------------------------------------
/ 『ページネーション』
------------------------------------------- */
html .page-numbers {
  position: relative;
  outline: none;
  color: #ccc;
  transition: all 0.3s;
  background-image: linear-gradient(135deg, #3d3939, #0c0c0c 100%, transparent 0);
  border: 1px outset #989898;
  border-radius: 50%;
}
html .page-numbers::before, html .page-numbers::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: "";
  transition: all 0.3s;
}
html .page-numbers::before {
  border-top: 1px solid #009250;
  border-bottom: 1px solid #009250;
  transform: scale(0, 1);
}
html .page-numbers::after {
  border-right: 1px solid #009250;
  border-left: 1px solid #009250;
  transform: scale(1, 0);
}
html .pagination a:hover {
  border-radius: 50%;
  color: #009250 !important;
}
html .pagination a:hover::after, html .pagination a:hover::before {
  border-radius: 50%;
  color: #009250;
  transform: scale(1);
}
html .pagination .current {
  color: #009250;
  background-image: linear-gradient(135deg, #3d3939, #0c0c0c 100%, transparent 0);
  font-size: 120%;
}

/* -------------------------------------------
/ 『フッター』
------------------------------------------- */
html .navi-footer-in a {
  color: #d3d3d3;
}
html .footer-bottom.fnm-text-width .menu-footer li a:hover {
  color: #009250;
}
html .footer {
  background-image: repeating-linear-gradient(135deg, rgba(0, 146, 80, 0.2), rgba(0, 146, 80, 0.2) 20%, rgba(132, 23, 47, 0.2) 20%, rgba(132, 23, 47, 0.2) 80%, rgba(0, 146, 80, 0.2) 80%, rgba(0, 146, 80, 0.2));
}

html #sidebar aside h3.widget-title,
html #slide-in-sidebar aside h3.widget-title {
  background: #8e2c42;
}
html #sidebar .search-box .search-submit,
html #slide-in-sidebar .search-box .search-submit {
  background-color: #8e2c42;
}
html #sidebar #toc-2,
html #slide-in-sidebar #toc-2 {
  background-color: #191919;
  border: 2px solid #8e2c42;
}
html #sidebar #toc-2 .toc-content,
html #slide-in-sidebar #toc-2 .toc-content {
  background: 0;
}
html #sidebar #toc-2 .toc-content::-webkit-scrollbar-thumb,
html #slide-in-sidebar #toc-2 .toc-content::-webkit-scrollbar-thumb {
  background-color: white;
}
html #sidebar #toc-2 .toc-content::-webkit-scrollbar-track,
html #slide-in-sidebar #toc-2 .toc-content::-webkit-scrollbar-track {
  background-color: #191919;
}
html #sidebar #search-2,
html #slide-in-sidebar #search-2 {
  background: transparent;
}

#container #loading {
  background-color: #191919;
}
#container #loading > svg > path {
  fill: rgba(0, 146, 80, 0.8);
}
#container #loading > svg g:first-of-type > path:first-of-type, #container #loading > svg g:last-of-type > path:first-of-type {
  stroke: #84172f;
}
#container #loading_circle {
  border-color: #ff0f0f;
}

html {
  /* -------------------------------------------
  / 『ボックス』
  ------------------------------------------- */
  /* Cocoon の蛍光マーカー（文字色） */
  /* Cocoon の下線蛍光マーカー（文字色） */
  /* Cocoon の蛍光マーカーの色 */
  /* Cocoon 白抜きボックス */
}
html .information-box,
html .question-box,
html .alert-box,
html .information,
html .question,
html .alert,
html .memo-box,
html .comment-box,
html .common-icon-box {
  background-color: transparent;
  border-width: 2px;
}
html span[class^=marker] {
  color: #595858;
}
html span[class^=marker-under] {
  color: white;
}
html .sp-black-color span[class^=marker-under] {
  color: #595858;
}
html .marker-under {
  background: linear-gradient(transparent 60%, rgba(255, 255, 102, 0.6) 60%);
}
html .marker-under-red {
  background: linear-gradient(transparent 60%, rgba(255, 182, 185, 0.6) 60%);
}
html .marker-under-blue {
  background: linear-gradient(transparent 60%, rgba(168, 218, 251, 0.6) 60%);
}
html .blank-box.bb-yellow {
  border-color: #ccb723;
}
html .blank-box.bb-yellow.bb-tab .bb-label {
  background-color: #ccb723;
}
html .blank-box.bb-red {
  border-color: #b91e30;
}
html .blank-box.bb-red.bb-tab .bb-label {
  background-color: #b91e30;
}
html .blank-box.bb-blue {
  border-color: #3278b1;
}
html .blank-box.bb-blue.bb-tab .bb-label {
  background-color: #3278b1;
}
html .blank-box.bb-green {
  border-color: #389560;
}
html .blank-box.bb-green.bb-tab .bb-label {
  border-color: #389560;
}
html .blank-box.sticky {
  color: #595858;
}

/* -------------------------------------------
/ 『吹き出し』
------------------------------------------- */
html div.speech-balloon {
  background-color: transparent;
  border-color: #d3d3d3;
  color: #d3d3d3;
}
html div.speech-balloon::after {
  border-right-color: #191919;
}
html .sbp-r .speech-balloon::after {
  border-left-color: #191919;
}/*# sourceMappingURL=south-park.css.map */