@charset 'UTF-8';

/**********************************************************
ベース
**********************************************************/
body {
    background: url(/img/grunge.png) repeat 0 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4f4), color-stop(80%,#f7edf4), color-stop(100%,#e9d7f1));
    color:#444;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
#footer{ padding: 0; }
h2 {
    margin: 3rem 0 0 0;
    font-size: 1.4rem;
}

.f12{
    font-size: 1.2rem;
}
.indent-1{
    padding-left:1.5rem;
    text-indent:-1.5rem;
}

/**********************************************************
レイアウト
**********************************************************/
.container {
    width: 100%;
    margin: 0 auto;
}
#main {
    background-color: #fff9f9;
    background-repeat: repeat-y;
    width: 700px;
    margin: auto;
    padding: 20px 50px 20px 50px;
    line-height: 28.8px;
    font-size: 16px;
}

#footer .footer-copy {
    padding: 1rem;
    background: #ecdfe8;
    color: #fff;
}

@media only screen and (max-width: 639px) {
    /* スマホ縦 */

    #main {
        width: initial;
        margin: auto;
        line-height: 21px;
        font-size: 14px;
        padding: 10px;
    }
}

/**********************************************************
タイトル
**********************************************************/
.title{
    font-family: 'Bevan', serif;
    font-size: 150%;
    text-shadow: 1px 1px 0px #ffffff;
}
.subtitle{
    margin: 40px 0 30px 0 !important;
    font-size: 100%;
    text-align: left;
}
.subtitle_line{
    margin: 20px 0  5px !important;
    border-bottom: 1px solid #b3c6d0;
}

/**********************************************************
本文
**********************************************************/
.main-text {
    text-align: left;
    line-height: 190%;
}

/*********************************************************
装飾など
**********************************************************/
.type{
    margin: 10vh 0 1vh 0;
    font-weight: bold;
    font-size: 120%;
}
.name{ margin: 5vh 0 0 0; }
.character ul{ margin-left: 1vw; }
.character ul li {
    margin:0 0 0 1vw;
    list-style: disc;
}

@media only screen and (max-width: 639px) {
    /* スマホ縦 */
    .character ul li { margin-left: 20px; }
}

/**********************************************************
インデックス
**********************************************************/
.novel-index, .novel-index p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 90%;
}
.novel-index a {
    color: #fff;
    line-height: 2.7em;
    padding: 8px 8px;
    text-decoration: none;
    border-bottom: none;
    background-color: #C4DADF;
    font-size: 80%;
}
.chapter_name {
    font-family: 'Helvetica', 'Arial', 'メイリオ', 'Meiryo', 'MS PGothic', sans-serif;
    color: #4385a6;
    font-size: 110%;
    font-weight: normal;
    line-height: 1.2em;
}

/**********************************************************
ページ遷移
**********************************************************/
.page-navi{
    padding: 3vh 0;
    width: 700px;
    margin: auto;
}
.page-navi ul{
    display: flex;
    justify-content: space-around;
    border: 1px solid #ecdfe8;
    background: #fff9f9;
}
.page-navi ul li{
    margin: 0;
    width: 33%;
    text-align: center;
    line-height: 35px;
    border-left: 1px solid #ecdfe8;
}
.page-navi ul li:first-child{
    border-left: 0;
}
.page-navi ul li:last-child{
    border-right: none;
}
.page-navi a{
    display: block;
}

@media only screen and (max-width: 639px) {
    /* スマホ縦 */
    .page-navi { width: 95%; }
}