body {
  font: 0.8em/1.62 'Sawarabi Mincho';
}

.container {
  margin: auto;
  width: 960px
}

.siteTitle {
  font-size: 3.4em;
}

@media screen and (max-width:960px) {
  .container {
    width: 95%;
  }
}


a {
  color: #f50b0b;
  transition: 0.3s
}

a:hover{
  text-shadow: 0 0 5px #faa;
}
.memo-out h2:before {
  content: '⛄ ';
}

.memo-out h2 {
font-size: 1.8em;
}
.memo-out h3 {
  margin: 1.84em auto 1em;
  border-left:1px solid #000;
  padding-left:0.8em;
  line-height:1.2;
}

.memo-out h3:before {
/*  content: '| ';*/
}

.memo-out hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 4em 0;
}

.memo-out blockquote {
  border-left: 1px solid #ccc;
  padding-left: 1.6em;
  opacity: 0.6;
  margin-left: 1em;
}

.tsubuyaki {
  overflow: auto;
  height: 5.4em;
}
