@charset "UTF-8";
/* ==========================================================================
   アニソラ 連載長編 本文閲覧用共通スタイル（novel_l_read.css）
   ========================================================================== */

html, body, div, header, nav, ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Serif', 'Noto Sans JP', sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: 250%;
    background-color: #FFFFFF;
    color: #595959;
    margin: 0;
    width: 100%;
}

a:link {
    color: #6666FF;
    text-decoration: none;
    line-height: 16px;
}

a:visited {
    color: #c40026;
    text-decoration: none;
    line-height: 16px;
}

a:active,
a:hover {
    color: #ffff00;
    text-decoration: none;
    line-height: 16px;
}

#header a {
    color: #666666;
    font-size: 90%;
    font-weight: 800;    
}

#header table {
    width: 99%;
    border: 0px;
    background-color: #EEEEEE;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
    border-style: outset;
    border-color: black;
    border: transparent;
    line-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#header table tbody,
#header table tbody tr {
    border: 0px;
    text-align: center;
}

#header table tbody tr td {
    font-weight: bolder;
    font-size: small;
    padding: 0px;
    border: 0px;
    width: 10%;
}

#main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#main h1 {
    width: 800px;
    border-color: #CCFFCC #006666 #006666 #CCFFCC;
    border-style: solid;
    border-width: 2px;
    background-color: #339999;
    font-size: 15pt;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 22pt;
    margin-bottom: 3pt;
    padding: 3pt 0 3pt 3pt;
}

#main h2 {
    background: #FFFFFF;
    font-size: 13pt;
    color: #336699;
    padding: 5px;
    font-weight: normal; 
    margin-top: 2pt;
    margin-bottom: 2pt;
}

#main h3 {
    margin-top: 10px;
    margin-left: 2em;
    margin-bottom: 0px;
    font-size: 11pt;
    font-weight: 200;
}

/* 本文枠（#contents）冒頭の見出し・余白調整 */
#contents > br:first-child {
    display: none;
}

#contents > h3:first-child,
#contents > br:first-child + h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#contents {
    background: #E1FFE1;
    line-height: 2;
    padding: 10px;
    border-color: #000000;
    border-style: solid;
    border-width: 1pt;
    box-shadow: 10px 10px 10px #AAAAAA;
}

#contents p.norm {
    text-indent: 10pt;
    padding: 0px;
    margin: 0px;
}

#contents p.said {
    text-indent: 0pt;
    padding: 0px;
    margin: 0px;
}

#contents p.date {
    text-align: end;
    padding: 0px;
    margin: 0px;
}

footer {
    width: 350pt;
    font-size: 10pt;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

footer nav {
    text-align: center;
}

footer .ad {
    border: 0px;
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 2pt;
}

footer .links {
    margin-top: 2em;
    text-align: center;
}

@media screen and (max-width: 800px) {
    #main {
        width: 100%;
    }
    #main h1 {
        width: 100%;
    }
    footer {
        width: 100%;
    }
}
