
/* <system section="background" selected="fbe6ee"> */
body{background:#fbe6ee;}
/* </system> */

#blog-title {
  text-align: center;
}

#title a {
  color: #454545;
  text-decoration: none;
}

#title {
  border: none;
  margin-bottom: 10px;
}

#blog-description {
  font-size: 13px;
  border: none;
}

#container {
  max-width: 960px;
  width: 80%;
  background: #fff;
  padding: 40px;
  margin: 30px auto;
}

#box2 {
  border-top: 1px dotted #999;
  margin-top: 50px;
  padding-top: 50px;
}

#box2-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#box2-inner > div {
  flex: 0 0 33%;
  padding: 30px;
  box-sizing: border-box;
}

#box2 .hatena-module-title {
  font-size: 1.3rem;
}

.entry-title {
  border: none;
}

.entry-title a {
  color: #e07bc7;
  text-decoration: none;
  font-size: 120%;
}

.categories a {
  color: #666;
  font-size: 11px;
  background: #f5f5f5;
  padding: 3px 10px;
  white-space: nowrap;
  text-decoration: none;
}

h1, h2 {
  border-bottom: 1px dotted #999;
}

h1 {
  font-size: 30px;
}

.entry-content h1::before {
  content: "# ";
  color: #666;
}

.entry-content h2::before {
  content: "## ";
  color: #666;
}

.entry-content h3::before {
  content: "### ";
  color: #666;
}

.entry-content h4::before {
  content: "#### ";
  color: #666;
}

.entry-content h5::before {
  content: "##### ";
  color: #666;
}

.entry-content h6::before {
  content: "###### ";
  color: #666;
}

pre {
  padding: 10px;
  background: #fafafa;
  border-radius: 3px;
  overflow: auto;
  overflow-y: hidden;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  font-family: 'Andale Mono', Consolas, 'Ubuntu Mono', monospace;
}

blockquote {
  border-left: 10px solid #ddd;
  padding: 25px 10px;
  color: #444;
}
