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

body {
    font-family: sans-serif;
    font-size: 12px;
    background-color: white;
    color: black;
}

div.content {
    width: 85%;
    margin: auto;
}

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

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

.meta {
    display: none;
}

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;
}

div.content li a:after {
    display: block;
    content: "\0020\00A0\005B\0055\0052\004C\005D\00A0\2192\00A0"attr(href)"\0020";
    font-size: 85%;
    color: gray;
}

div.picture 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-style: normal;
}

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

div#trackback {
    display: none;
}

iframe {
    width: 100%;
    height: 100%;
}
