/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* --------------------------------------------------------------------------- */
body {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
}
#main {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto 30px auto;
}
@media (max-width: 500px) {
  #main {
    padding: 0 10px;
    margin-top: 10px;
  }
}
.login {
  margin-top: 30px;
  text-align: center;
}
.login input {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #000;
  padding: 3px;
}
.login input[type="submit"] {
  font-size: 16px;
  padding: 5px 15px;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  border-radius: 15px;
}
.login h2 {
  font-size: 26px;
  margin: 1em 0 0.5em;
  font-weight: 600;
}
.memo-compose .CodeMirror {
  height: auto;
  font-family: inherit;
}
.memo-compose input,
.memo-compose textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #000;
  padding: 3px;
}
.memo-compose .memo-compose-save {
  margin-top: 30px;
  text-align: right;
}
.memo-compose input[type="submit"] {
  font-size: 16px;
  padding: 5px 15px;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  border-radius: 15px;
}
.memo-compose input[name="title"] {
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  padding: 1em 0;
  margin: 0 0 0.5em 0;
}
.memo-compose textarea {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  margin-bottom: 2em;
}
.memo {
  color: #111;
  margin-bottom: 100px;
}
.memo h1,
.memo h2,
.memo h3,
.memo h4,
.memo h5,
.memo h6 {
  font-size: 26px;
  margin: 1em 0 0.5em;
  font-weight: 600;
}
.memo h1.memo-title {
  padding: 1em 0;
  margin: 0 0 0.5em 0;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.memo h2 {
  font-size: 23px;
}
.memo h3 {
  font-size: 20px;
}
.memo h4 {
  font-size: 18px;
}
.memo h5 {
  font-size: 16px;
}
.memo h6 {
  font-size: 14px;
}
.memo em {
  font-style: italic;
}
.memo strong {
  font-weight: bold;
}
.memo ol,
.memo ul {
  list-style-position: outside;
  margin: 15px 0;
  margin-left: 25px;
}
.memo pre,
.memo code {
  background-color: #eee;
  font-family: monospace, sans-serif;
}
.memo code {
  padding: 1px 3px;
}
.memo pre {
  padding: 1px 3px;
}
.memo p,
.memo blockquote {
  margin: 0.5em 0 0.8em;
}
.memo blockquote {
  border-left: 3px solid #ccc;
  padding-left: 10px;
}
.memo a {
  color: #0c496f;
  color: #3e779c;
}
.memo img,
.memo iframe {
  max-width: 100%;
  border: none;
}
.memo iframe {
  display: block;
  margin: 20px auto;
}
.memo hr {
  margin: 2em 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
}
.memo .memo-view-actions {
  text-align: right;
  margin-top: 50px;
}
.memo .memo-view-actions a {
  font-size: 16px;
  padding: 5px 15px;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  border-radius: 15px;
  text-decoration: none;
  color: #000;
}
