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

/* END Reset */
body {
    background-color: #d9d9d9;
    font-family: sans-serif;
}

.header-image {
    padding: 20px 8px 18px 8px;
    /*padding-top: 10px;*/
    /*padding-bottom: 8px;*/
}

.header-band {
    background-color: #fff;
}

.nav-band {
    background-color: #f4f4f4;
    color: #ffffff;
    font-size: 110%;
}

.nav-header {
    padding: 0px 5px 0px 10px;
}

.date-band {
    background-color: #d9d9d9;
}

.under-header {
    padding: 7px 5px 7px 10px;
    font-size: 100%;
    height: 1em;
}

h3 {
    line-height: 1.2;
    font-size: 130%;
    margin: 5px 5px 5px 5px;
}

h4 {
    font-size: 120%;
    margin: 5px 5px 10px 5px;
    /*font-weight: bold;*/
}

em {
    font-weight: bold;
}

.topic-append {
    font-size: 65%;
    color: #5f6368;
    font-weight: normal;
}

.line-append {
    font-size: 90%;
    color: #5f6368;
    font-weight: normal;
}

.top-sentence {
    font-size: 90%;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #5f6368;
}

ul.top-sentence > li {
    text-indent: -12px;
}
ul.top-sentence > li:before {
    content: "－";
    text-indent: -5px;
}

.text,p {
    line-height: 1.2;
    font-size: 100%;
    margin: 10px 10px 10px 5px;
}

.link-list {
    margin: 10px 10px 10px 5px;
}

.bullets {
    margin: 10px 10px 10px 2em;
}

.sub-articles {
    margin-left: 15px;
}

.sub-sub-articles {
    margin-left: 25px;
}

q {
    margin-left: 2em;
    font-style: italic;
}

a {
    text-decoration: none;
}

/* unvisited link */
a:link {
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

/* visited link */
a:visited {
    color: #757575;
}

.nav-span {
    font-size: 1.2em;
    height: 1.4em;
    width: 5em;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.6em;
}

.nav-link {
    color: #000;
}

.nav-link:visited {
    color: #000;
}

.nav-link:hover {
    /*font-weight: bold;*/
    color: #000;
}

.nav-current {
    background-color: #d9d9d9;
}

article:before,
article:after {
    content: "";
    display: table;
}

article:after {
    clear: both;
}

article {
    clear: both;
    *zoom: 1;
}

section:before,
section:after {
    content: "";
    display: table;
}

section:after {
    clear: both;
}

section {
    clear: both;
    *zoom: 1;
}

.article-without-after {
    background-color: #ffffff;
    margin: 6px 6px 18px 6px;
    padding: 0px 8px 0px 8px;
}

.article-before-main {
    background-color: #000;
    margin: 0px 6px 0px 6px;
    padding: 4px 8px 0px 8px;
}

.article-main {
    background-color: #ffffff;
    margin: 0px 6px 0px 6px;
    padding: 8px 8px 0px 8px;
}

.fb-color {
    color: #3B579D;
}

.article-after-base-fb {
    background-color: #3B579D;
    margin: 0px 6px 12px 6px;
    padding: 4px 8px 4px 8px;
}

.article-after-base {
    background-color: #f4f4f4;
    margin: 0px 6px 12px 6px;
    padding: 4px 8px 4px 8px;
}

.article-tags {
    min-height: 1em;
}

.article-no-tags {
    height: 0.25em;
}

.actual-tags {
    float: right;
}

.article-tags a:link,.article-tags a:visited {
    font-size: 100%;
    color: #404040;
    margin-left: 1em;
}

.the-end {
    display: none;
}

.favicon {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

.top-image {
    max-width:110px;
    max-height:220px;
    width: 110px;
    height: auto;
    float: right;
    margin: 5px 5px 10px 5px;
}

section,aside {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}

.ad {
    margin-bottom: 12px;
}

.weekly-list {
    margin-left: 15px;
}

.top-tags-list {
    margin-left: 35px;
    list-style-type: decimal;
}

.link-button {
    display: block;
    width: 33%;
    /*border: 1px solid #000;*/
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.link-page-number {
    float: left;
}

.link-button-left {
    float: left;
}

.link-button-right {
    float: right;
}

.link-button:hover {
    text-decoration: none;
}

@media all and (min-width: 1024px) {
    .container {
        width: 1024px;
        margin-right: auto;
        margin-left: auto;
    }

    .top-image {
        max-width: 150px;
        max-height: 300px;
        width: 150px;
    }

    .left-section {
        float: left;
        width: 75%;
    }

    aside {
        float: right;
        width: 25%;
    }

    .the-end {
        height: 30px;
        display: inherit;
    }
}

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
}

.read-more-state:checked ~ .read-more-target {
    display: inherit;
}

.read-more-state ~ .read-more-trigger:before {
    content: '+ Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: '- Show less';
}

.read-more-trigger {
    cursor: pointer;
    font-size: 90%;
    display: inline-block;
    margin: 0px 10px 10px 5px;
}

.expand-state {
    display: none;
}

.expand-target {
    display: none;
}

.expand-state:checked ~ .expand-target {
    display: inherit;
}

.expand-state ~ .expand-trigger:before {
    content: '+';
}

.expand-state:checked ~ .expand-trigger:before {
    content: '-';
}

.expand-trigger {
    font-family: "Lucida Console", Monaco, monospace;
    cursor: pointer;
}

.date-header {
    text-decoration: underline;
}