<link href="https://fonts.googleapis.com/css?family=Crimson+Text" rel="stylesheet" type="text/css">
<style type="text/css"><!-- 
/* 以下、日本語フォントDL(必要なければ削除を） */
@font-face
{
font-family: "XANO明朝";
src: url('https://cdn.leafscape.be/XANO-mincho/XANO-mincho_web.woff')
     format("woff");
}
                
/* ----- 共通項目 ----- */
body { 
    color: #000; 
    font-family: "Crimson Text", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    letter-spacing:1px; 
    width: 100%;
    padding:0px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    line-height: 1.8;
}

/* リンク */
a { color: #316199; text-decoration:none;}
a:hover { color: #bdd5e8; } 

/* ページ全体 */
#page {
    width: 100%;
    max-width: 400px;
    padding:0px;
    margin: 0 auto;
}

/*** TOP タイトルなど ***/
#pageHead {
    margin-top:30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 2.0;
}
#pageHead img{
    width: 84%;
    margin: auto;
    border: 1px solid #0e0e52;
}
#pageHead #pageTitle{
    margin-top: 0;
    font-size: 12px;
}
#pageHead #pageTitle span{
    font-family: "Crimson Text","XANO明朝","游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color: #000;
    padding-right: 4px;
}
#pageHead #pageTitle a{
    color: #fff;
    background-color: #0e0e52;
    padding: 2px 6px;
}
#pageHead #pageTitle a:hover{
    background-color: #ccc;
}

/***  TOP メインコンテンツ ***/
#pageBody {
    margin-top: 10px;
    zoom:1;
    text-align: center;
}
#pageBody h3 {
    font-weight: bold;
    font-size: 14px;
}
#pageBody h3:before {
    content: "-";
    padding-right: 4px;
}
#pageBody h3:after {
    content: "-";
    padding-left: 4px;
}
#pageBody #list{
    width: 250px;
    margin: auto;
    padding-right: 20px;
}
#pageBody #list a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 10px;
    background-color: #316199;
}
#pageBody #list a:hover{
    background-color: #000;
    color: #fff;
}
/* その他 */
#pageBody #listOther{
    text-align: left;
    width: 250px;
    margin: auto;
    margin-top: -8px;
}
#pageBody #listOther a{
    text-align: left;
    line-height: 2.2;
    padding: 2px 4px 2px 4px;;
    color: #fff;
    background-color: #316199;
}
#pageBody #listOther a:hover{
    background-color: #000;
    color: #fff;
}
#pageBody #listOther span{
    line-height: 2.2;
    padding: 2px 4px 2px 4px;;
    color: #fff;
    background-color: #cacaca ;
    margin-left: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* 新着 */
#pageBody #list a.new{
    background-color: #bdd5e8;
}
#pageBody #listOther a.new{
    background-color: #bdd5e8;
}
/* 要注意 */
#pageBody #list a.attention{
    color: #ffd6df;
}
#pageBody #listOther a.attention{
    color: #ffd6df;
}

/* ページ下部 */
#pageBody #omake{
    font-size: 10px;
    margin-top: 20px;
}

/***  名前変換ページ ***/
#novelHead {
    margin-top:14%;
    margin-bottom: 20px;
    text-align: left;
    line-height: 2.0;
    text-align: center;
}
#novelHead p{
    color: #000;
    line-height: 1.8;
    font-size: 11px;
    text-align:left;
    width: 220px;
    margin: auto;
}
#nameChange{
    line-height: 0.2;
    margin-bottom: 10px;
}

/*** 共通　BACKボタン ***/
#back{
    line-height: 2.5;
    text-align: center; 
}

/*** 小説本文画面 ***/
#pageBody #novel{
    font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin:4% 6% 4% 6%; 
    margin-top: 30px;
    text-align: justify; 
    color: #000;
}
#pageBody #first{
    text-align: center;
    font-weight: bold;
    color: #0e0e52;
}
#pageBody #novel h5{
    text-align: center;
    padding: 4px;
    letter-spacing: 12px;
    margin-top: 30px;
    color: #0e0e52;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
    border-bottom: 4px double #0e0e52;
}
#pageBody #novel #atogaki{
    color: #444;
    font-size: 11px;
}
#pageBody #novel #next{
    margin-top: 14px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

/* ------ フォーム系 ------ */
input[type=text],textarea,input[type=submit]{
    /* デフォルト設定をリセット */
    -webkit-appearance: none;
    /* 角丸設定など */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align:middle; 
    position:relative; 
    top:-1px; 
}
/* 色味指定（フォーム）*/
input[type=text],textarea{
    /* 背景色（全て指定） */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#316199), to(#316199));
    background-image: -webkit-linear-gradient(left, #316199, #316199 );
    background-color: #316199;
    /* 文字色 */
    color: #fff;
    /* 枠色 */
    border:solid 2px #0e0e52;
}
/* 色味指定（ボタン）*/
input[type=submit]{
    /* 背景色 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#316199), to(#316199));
    background-image: -webkit-linear-gradient(left, #316199, #316199);
    background-color: #316199;
    /* 文字色 */
    color: #fff;
    /* 枠色 */
    border:solid 2px #0e0e52;
}
/* テキストエリア */
textarea{
    width: 80%; /* 長さ */
    margin: 4px 0px; /* 余白 */
}
/* 入力フォーム */
input[type=text]{
    width: 140px; /* 長さ */
    height: 25px;  /* 高さ */
    padding:0 2px; /* 文字余白 */
    text-align: center;
    margin: 4px; /* 余白 */
    vertical-align:middle; 
    position:relative; 
    top:-1px; 
}
/* ボタン */
input[type=submit]{ 
    width: 50px; /* 長さ */ 
    height:27px; /* 高さ */
    padding:0 2px; /* 文字余白 */
}
--></style>