@charset "utf-8";
@import url("./nukamiso.css");
@import url("./component.css");
/* @import url("./layouts/layout.css"); */

body {
  font-family: sans-serif;
  font-size: 12px;
  background-color: white;
  color: black;
  margin: 0 10mm 0 20mm;
}


h1 {
    font-size: 180%;
    font-weight: bold;
}

h2, h3, h4, h5, h6 {
  font-size: 120%;
  font-weight: bold;
}

pre, 
blockquote {
  border: 1px solid #000;
}

a {
  color: black;
  text-decoration: none;
}

/* a:after {
  content: "\0028"attr(href)"\0029";
  font-size: 90%;
} */

h1 a:after,
p#title a:after {
  display: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  display: none;
}

code,
kbd,
samp,
var {
  font-family: monospace;
}

abbr:after {
  content: "\0028"attr(title)"\0029";
  border: 0;
  font-size: 85%;
}

ul#menu {
  display: none;
}

form {
  display: none;
}

table {
  width: 150mm;
}

div#tag-list {
  display: none;
}

div.footer, 
div.footer address {
  width: 100% ! important;
  text-align: right ! important;
  font-weight: normal;
}

div.header, 
div.menu, 
ul.breadcrumbs {
    display: none;
}