@import url(http://info.dwango.co.jp/rd/mt-static/themes-base/blog.css);
@import url(http://info.dwango.co.jp/rd/mt-static/themes/minimalist-red/screen.css);

pre.bb-code-block {
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
}

h3 {
  font-size: large;
}

.entry-content h2 {
  font-size: 140%;
  font-weight: bold;
  color: #000;
  margin: 1em 0 0.5em;
}

.entry-content h3 {
  font-size: 120%;
  font-weight: bold;
  color: #666;
  margin: 1em 0 0.5em;
}

.entry-content h4 {
  font-size: 100%;
  font-weight: bold;
  color: #600;
  margin: 1em 0 0.5em;
}

.entry-content pre {
  font-size: 90%;
  font-family: monospace;
  background-color: #333;
  color: #FFF;
  padding: 0.5em 1em;
  margin: 0.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.entry-content pre.sample {
  background-color: #FFF;
  color: #333;
  border: 2px solid #CCC;
}

