﻿@charset "utf-8";


/* ----------------------------------------------------------------------------------
  初期設定はあまり触ることをおすすめしません
  数行下にあるカスタマイズ領域から編集可能となっております
  @media screen and (max-width: 798px)と
  @media screen and (max-width: 480px)は
  タブレットとスマートフォン用の設定です
  スマートフォンでは通常の文字が小さく見えるので、大きめに設定しています
---------------------------------------------------------------------------------- */

/* ********************************************************* */
/* 初期設定 
/* ********************************************************* */
* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    word-break: break-all;
    vertical-align: baseline;
}

html,body {
    width: 100%;
    font-size: 100%;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    padding: 0;
    letter-spacing: .06em;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}



/* ↓↓ カスタマイズ領域開始 ↓↓
/* ********************************************************* */
/* 共通デザイン　1/4　余白、文字色、背景色、リンク色、ハイライト色
/* ********************************************************* */
/* ------------------------------------------------------------
 ページ下の余白とサイトの文字色
------------------------------------------------------------ */
body {
    margin: 0 0 20px 0;/* ページ下の余白 */
    color: #030303;/* サイト全体の文字色 数カ所該当外 */
}


/* ------------------------------------------------------------
 背景
------------------------------------------------------------ */
#bg {
    background: 
    #f1f1f1;color: #333;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: -1;
}


/* ------------------------------------------------------------
 全体のリンク色
 このテンプレのaとa:hoverは あまり意味をなしていないので、
 リンク色を変えたいなどを場合は#main aと#main a:hoverの
 方を調整してください
------------------------------------------------------------ */
a {/* こちらは主に広告が表示されるサーバの広告リンク用 */
    color: #fff;/* リンクが貼ってある文字色 */
    text-decoration: none;
}

a:hover {/* こちらは主に広告が表示されるサーバの広告リンク用 */
    color: #555;/* リンクが貼ってある文字の上にマウスを乗せたときの色 */
    text-decoration: none;
}

#main a {/* こちらがメイン リンク色を変えたい場合はこちらを編集 */
    color: #030303;/* リンクが貼ってある文字色 */
    text-decoration: none;
}

#main a:hover {/* こちらがメイン リンク色を変えたい場合はこちらを編集 */
    color: #e386ae;/* リンクが貼ってある文字の上にマウスを乗せたときの色 */
    text-decoration: none;
}


/* ------------------------------------------------------------
 ハイライト色
 文章をマウスでハイライトしたときの文字色と背景色
 両方揃える
------------------------------------------------------------ */
::selection {
    background: #444;
    color: #eee;
}

::-moz-selection {
    background: #444;
    color: #eee;
}




/* ********************************************************* */
/* 共通デザイン 2/4　フォームレイアウト・デザイン
/* ********************************************************* */
/* ------------------------------------------------------------
 フォームの幅と装飾
------------------------------------------------------------ */
form {
    padding: 0;
    margin: 0 auto;
    line-height: 160%;
}

textarea,input[type=text],input[type=reset],input[type=submit],input[type=button],button,select {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic',  sans-serif;
    margin: 0.125em;
    padding: 3px 8px;
    clear: both;
    display: inline;
    outline: none;
    font-size: 1em;/* 文字の大きさ */
    background: #fff;/* フォーム背景色 */
    color: #777;/* フォーム背景色 */
    border: 1px solid #ddd;/* 枠の色 */
    border-radius: 15px;/* フォーム角の丸み */
}

textarea,input[type=text],input[type=reset],input[type=submit],input[type=button],button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=reset],input[type=submit],input[type=button],button,select {
    cursor: pointer;
}

textarea {
    width: 75%;
    height: 100px;
}

input[type=text] {
    width: 40%;
}


/* ------------------------------------------------------------
 名前変換フォームの幅と装飾
------------------------------------------------------------ */
.design input[type=text] {
    width:  80px;
    margin: 3px 0;
}

.design input[type=button] {
    padding: 3px 10px;
    margin: 3px 0;
}

.design .submit {
    display: inline-block;
}


/* ------------------------------------------------------------
 FC2やNINJAからレンタルしたフォームの装飾 削除可
------------------------------------------------------------ */
/* ↓fc2メールフォーム用 要らなければ削除可↓ */
#fc2form #coution2 {
    color: #444 !important;
    font-family: Verdana;
}

#fc2form .submit .button {
    width: 65px;
}
/* ↑fc2メールフォーム用 要らなければ削除可↑ */



/* ------------------------------------------------------------
 フォームに書かれてある初期名詞などの文字色。すべて同じ色で揃える
------------------------------------------------------------ */
::-webkit-input-placeholder {
    color: #c0c0c0;
}

::-moz-placeholder {
    color: #c0c0c0;
}

input:-ms-input-placeholder {
    color: #c0c0c0;
}




/* ********************************************************* */
/* 共通デザイン 3/4　ヘッダー、メニュー、トップ画像レイアウト
/* ********************************************************* */
/* ------------------------------------------------------------
 ヘッダー枠とサイト名の装飾
------------------------------------------------------------ */
header {
    width: 100%;
}

#main h1 {/* サイト名 文字の大きさなど リンク無し */
    font-size: 1.9em;/* 文字の大きさ */
    padding: 20px 3px 20px 3px;
    text-align: center;
    font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;/* フォントの種類 Win Mac対応 */
}

#main h1 a {/* サイト名 文字色など リンクあり */
    color: #85dde3;
    text-shadow: 0 0 1px  rgba(0,0,0,.2);
}

#main h1 a:hover {/* 文字色 マウスがあたっているとき */
    color: #e386ae;
}





/* ********************************************************* */
/* 共通デザイン 4/4　主に使われている枠とメイン見出し　小説ページ抜き
/* ********************************************************* */
/* ------------------------------------------------------------
 主に使われている枠
------------------------------------------------------------ */
#main {/* 白い枠 */
    font-size: .9em;/* 文字の大きさ */
    padding: 8px 10px 20px 10px;/* 枠の中の上下左右の余白 */
    margin: 20px auto;/* 上下の余白 */
    max-width: 620px;/* サイトの横幅 */
    background: rgba(255,255,255,.97);/* 半透明白背景 255x3は色番号 .97は透明度 */
    border-radius: 0px;/* 角の丸み */
    line-height: 160%;/* 行と行の間 */
    word-break: break-all;
}

.hako {/* 枠を二分割する */
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    width: 50%;
}

.kakoi {/* 内容が書いてある枠 */
    font-size: .87em;/* 文字の大きさ */
}

.kakoi img {
    vertical-align: bottom;
}

.divide {/* 枠を二分割する */
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}



/* ------------------------------------------------------------
 トップなどで多用されている見出し
------------------------------------------------------------ */
h3 {
    letter-spacing: 4px;/* 文字と文字の隙間 */
    margin: 20px 0;/* 上下の余白 */
   font-size: 17px;/* 文字の大きさ */
    color: #85dde3;/* 文字色 */
    overflow: hidden;
    text-align: left;
}

h3 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h3 span:before,
h3 span:after {
    border-top: 1px solid #85dde3;/* 左右線の色 */
    content: "";
    position: absolute;
    top: 50%;
    width: 95em;
}

h3 span:before {
    right: 100%;
}

h3 span:after {
    left: 100%;
}



/* ********************************************************* */
/* 更新履歴・メイン目次・連載個別目次レイアウト
/* ********************************************************* */



/* ------------------------------------------------------------
 メイン目次レイアウト
------------------------------------------------------------ */
h4 {/* 相手の名の見出し */
    letter-spacing: 3px;/* 文字と文字の隙間 */
    color: #995a75;/* 文字色 */
    margin: 0 0 4px 0;
    padding: 0;
}

h5 {/* 作品の長さの見出し 短編・中編・長編 */
    margin: 0;
    padding: 0;
}

.rensai {/* 連載リスト */
    margin: 0 0 0 1em;
}

.rensai a:link {
    word-break: break-all;
    display: inline-block;
}

.rensai a:link img {
    width: 100%;
}

.tanpen {/* 短編リスト */
    margin: 0 20px 0 20px;
}

.tanpen li {
    display: inline;
    word-break: break-all;
    margin: 0 2px;
}

.tate {/* 目次・縦表示 */
    margin: 0 5px 10px 20px;
}

.shousai {/* 夢小説の詳細を表示する文字。文字の大きさを変更する場合vertical-alignの数字を.25emや0emなどに調整。行の中央に来るように */
    font-size: .9em;/* 文字の大きさ */
    color: #aaa;/* 文字色 */
    vertical-align: .11em;
}


.migi {/* 短編リスト */
    margin: 0 0 0 20px;
}



/* ------------------------------------------------------------
 連載/長編個別目次レイアウト
------------------------------------------------------------ */
.chapter {
    margin: 0 0 0 10px;
    padding: 0;
}

.serial {
    margin: 0 0 0 20px;
}

.serial li {
    display: inline-block;
    margin: 0 10px 0 0;
}



/* ********************************************************* */
/* 小説ページレイアウト
/* ********************************************************* */
/* ------------------------------------------------------------
 小説ページのリンク色
------------------------------------------------------------ */
#box a {
    color: #030303;/* リンクが貼ってある文字色 */
}

#box a:hover {
    color:  #e386ae;/* リンクが貼ってある文字の上にマウスを乗せたときの色 */
}


/* ------------------------------------------------------------
 小説ページのタイトル見出し
------------------------------------------------------------ */
h2 {
    overflow: hidden;
    text-align: center;
    letter-spacing: 4px;
    margin: 25px 0;/* 上下の余白 */
    font-size: 1.4em;/* 文字の大きさ */
    color: #888;/* 文字色 */
}

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 1px solid #c5c5c5;/* 線の色 */
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

h2 span:before {
    right: 100%;
}

h2 span:after {
    left: 100%;
}


/* ------------------------------------------------------------
 小説ページ枠
------------------------------------------------------------ */
#box {
    margin: 20px auto;
    padding: 0 10px;
    max-width: 620px;/* 枠の最大横幅 */
    border-radius: 0px;/* 白い枠の角の丸み */
    background: rgba(255,255,255,.97);/* 白背景指定 */
}

#story {
    padding: 3%;/* 枠の上下左右の余白 */
    font-size: .85em;/* 文字の大きさ */
    line-height: 190%;/* 行と行の間 */
    line-break: strict;/* 小説の禁則処理 */
    word-break: normal;/* 小説の禁則処理 */
}


/* ------------------------------------------------------------
 前項・目次・次項 ページめくりレイアウト
------------------------------------------------------------ */
#page {
    text-align: center;
}

#page li {/* 左よりにしたい場合はtext-align:left;右よりはtext-align:right;  */
    display: inline-block;
    text-align: center;
}

#page a {/* リンクの色 マウスが当たってないとき */
    margin: 5px auto;
    display: inline-block;
    border: 2px solid #85dde3;/* 円の色 */
    color: #85dde3;/* 矢印の色 */
    font-size: 1em;/* 矢印の大きさ */
    text-align: center;/* 矢印は中央に */
    font-weight: bold;/* 矢印を太く */
    height: 40px;/* 円の縦幅 */
    width: 40px;/* 円の横幅 */
    line-height: 40px;/* 矢印の上下ポジション */
    border-radius: 100%;/* これで円の形を作ってます */
}

#page a:hover {/* リンクの色 マウスが当たってるとき */
    background:  #f1f1f1;/* 背景色 */
    color: #85dde3;/* 文字色 */
    cursor: pointer;
}



/* ********************************************************* */
/* その他レイアウト　linkページ、NINJA用タグ、.galleryはギャラリー用 削除可
/* ********************************************************* */
/* ------------------------------------------------------------
 linkページ
------------------------------------------------------------ */
.link li {
    margin: 5px 3px;
    display: inline-block;
}




/* ------------------------------------------------------------
 ギャラリーページ
------------------------------------------------------------ */
.gallery {
    text-align: center;/* 画像を中央寄せ */
}





/* ********************************************************* */
/* タブレット用のレイアウト指定
/* ********************************************************* */
@media screen and (min-width: 1px) and (max-width:798px) {

/* 文字の大きさ設定　拡大
--------------------------------------------- */
    body {
        padding: 0 2%;
    }

/* 上下の余白
--------------------------------------------- */
    #main {
        margin: 2% auto;
    }

/* メールフォーム
--------------------------------------------- */
    textarea {
        width: 75%;
        height: 100px;
    }

    input[type=text] {
        width: 35%;
    }

/* 枠設定と見出し
--------------------------------------------- */
    .divide {
        display: inline;
    }

    .kakoi {/* 枠を二分割していたのを一列に */
        display: inline-block;
        width: 100%;
    }

    .hako {/* 枠を二分割していたのを一列に */
        width: 100%;
    }

    #main h1 {
        font-size: 1.6em;
        z-index: 1;
    }

    h3 {
        font-size: 1.2em;
    }

/* メニュー
--------------------------------------------- */
    #pull {
        width: 100px;
    }

    #lines span:before {
        top: -6px;
    }

    #lines span:after {
        bottom: -6px;
    }

    #menu li {
        width: 33%;
    }

    #menu ul {/* メガメニュー用 */
        right: 12%;
        left: 12%;
    }

/* 更新歴ページ
--------------------------------------------- */
    .date {
        display: block;
        float: none;
        width: 100%;
    }

    .detail {
        display: block;
        overflow: auto;
        width: 100%;
        padding: 0 0 0 10px;
        margin: 0 0 20px 0;
    }

/* 小説ページ枠
--------------------------------------------- */
    #box {
        margin: 2% auto;
    }

/* 小説ページ見出し
--------------------------------------------- */
    h2 {
        font-size: 1.23em;
    }

}/*ここは消さないよう注意*/





/* ********************************************************* */
/* スマートフォン用のレイアウト指定
/* ********************************************************* */
@media screen and (max-width: 480px) {

/* メールフォーム
--------------------------------------------- */
    textarea {
        width: 90%;
        height: 100px;
    }

    input[type=text] {
        width: 55%;
    }

/* 名前変換フォーム
--------------------------------------------- */
    .design textarea,.design input[type=text] {
        display: block;
        margin: 4px auto;
    }

    .design input[type=text] {
        width: 125px;
        margin: 10px auto;
    }

    .design .submit {
        text-align: center;
        display: block;
    }

    .design br {
        display: none;
    }

/* メニュー
--------------------------------------------- */
    #menu li {
        width: 50%;
    }

    #menu ul {/* メガメニュー用 */
        right: 5%;
        left: 5%;
    }

/* linkページ画像、.lazyはギャラリー用 削除可
--------------------------------------------- */
    .link img {
        display: block;
        margin: 2px 0;
    }

    .lazy {
        display: block;
        margin: 0 auto;
    }

}/*ここは消さないよう注意*/