/* 切り抜け！炎上職人ルールページ用（minimal レイアウトの上書き） */
html {
  background: #000000;
}

body {
  background: #000000 !important;
  color: #e6e6e6;
}

.wrapper {
  background: #000000;
}

header,
section,
footer {
  color: #e6e6e6;
}

header h1 a {
  color: #f5f5f5;
}

header p,
footer p,
footer small {
  color: #a8a8a8;
}

a,
header a,
footer a {
  color: #6eb6ff;
}

a:hover,
header a:hover,
footer a:hover {
  color: #9fcdff;
}

section h1,
section h2,
section h3,
section h4 {
  color: #f2f2f2;
}

section hr {
  border-color: #444;
}

section blockquote {
  border-left-color: #555;
  color: #cfcfcf;
}

section code {
  background: #252525;
  color: #e8e8e8;
}

section pre {
  background: #1a1a1a;
  border: 1px solid #333;
}

section img {
  max-width: 100%;
}
