<!-- 
                
/* ----- 共通項目 ----- */
body { 
    color: #000; 
    background-color: #fff;
    font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;
    font-size: 12px;
    letter-spacing:1px; 
    width: 100%;
    padding:0px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

/* リンク */
a { color: #1c92d5; text-decoration:none;}
a:hover { color: #ee61b9; } 

/* new */
span.new{
    color: #ee61b9;
    padding-left: 4px;
    padding-right: 4px;
}

/*** TOP タイトルなど ***/
#pageHead {
    width: 90%;
    max-width: 400px;
    padding:0px;
    margin: 50px auto;
    margin-bottom: 0;
    text-align: center;
    line-height: 2.4;
}
#pageHead #novelName{
    font-size: 9px;
    margin: 0;
}
#pageHead h1{
    width: 80%;
    margin: auto;
    font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;
    font-size: 18px;
    line-height: 1.0;
    letter-spacing:6px;
    font-weight: bold;
    margin-bottom: 20px;
}
#pageHead h1 span{
    border-bottom: 1px dashed #ee61b9;
}
#pageHead p{
    margin-top: 8px;
}
/* 注意書きボタン */
#pageHead #cautionBtn{
    font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;
    /* デフォルト設定をリセット */
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    /* 背景色 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff ), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    background-color: #fff;
    /* 文字色 */
    color: #000;
    border:0px;
}
#pageHead #novelAttention{
    text-align: left;
    line-height: 1.9;
    font-size: 11px;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

/***  TOP メインコンテンツ ***/
#pageBody {
    width: 100%;
    max-width: 500px;
    padding:0px;
    margin:20px auto;
    margin-bottom: 0px;
    zoom:1;
    text-align: center;
}
#pageBody .list{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: justify;
}
#pageBody .list a{
    font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;
    background-color: #1c92d5;
    color: #fff;
    padding: 4px 6px;
    line-height: 2.8;
    margin-left: 6px;
}
#pageBody .list a:hover{
    background-color: #f2de02;
}
#pageBody .list a:first-child{
    margin-left: 0px;
}

/* ページ下部 */
#pageBody #omake{
    text-align: center;
    font-size: 10px;
}

/*** 共通　BACKボタン ***/
#back{
    margin-top: 10px;
    line-height: 2.5;
    text-align: center; 
}

/*** 小説本文画面 ***/
#pageBody #novel{
    font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;
    width:90%;
    margin: 40px auto;
    margin-bottom: 14px;
    text-align: justify; 
    color: #000;
}
#pageBody #first{
    text-align: center;
    color: #ee61b9;
    margin-bottom: 30px;
}
#pageBody #novel h5{
    color: #000;
    font-family: "ＭＳ Ｐ明朝" ,"游明朝" , "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 18px;
}
#pageBody #novel h5 span{
    border-bottom: 1px dashed #ee61b9;
}
#pageBody #novel #atogaki{
    background-color: #f0f0f0;
    margin-top: 20px;
    padding: 10px;
    color: #666;
    font-size: 11px;
}
#pageBody #novel #next{
    font-family: "Anonymous Pro",cursive;
    margin-top: 14px;
    text-align: center;
}




#pageBody #info{
    font-size: 11px;
    background-color: #eee;
    color: black;
    opacity: 0.8;
    width: 90%;
    margin: 40px auto;
}
#pageBody #info #bun{
    background-color: #eee;
    color: black;
    opacity: 0.8;
    width: 90%;
    margin: auto;
    padding: 14px 0px;
    text-align: justify; 
}
#pageBody #change{
    width: 180px;
    margin: 4px 2px; /* 余白 */
}



/* ------ フォーム系 ------ */
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{
    font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;
    /* 背景色（全て指定） */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff ), to(#fff ));
    background-image: -webkit-linear-gradient(left, #fff , #fff);
    background-color: #fff ;
    /* 文字色 */
    color: #ee61b9 ;
    /* 枠色 */
    border:solid 1px #1c92d5 ;
}
/* 色味指定（ボタン）*/
input[type=submit]{
    /* 背景色 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c92d5 ), to(#1c92d5));
    background-image: -webkit-linear-gradient(left, #1c92d5, #1c92d5);
    background-color: #1c92d5;
    /* 文字色 */
    color: #fff;
    /* 枠色 */
    border:solid 1px #1c92d5;
}
/* テキストエリア */
textarea{
    width: 80%; /* 長さ */
    margin: 4px 0px; /* 余白 */
}
/* 入力フォーム */
input[type=text]{
    font-size: 80%;
    width: 80px; /* 長さ */
    height: 25px;  /* 高さ */
    padding:0 2px; /* 文字余白 */
    text-align: center;
    margin-left: 2px; /* 余白 */
    margin-right: 4px;
    vertical-align:middle; 
    position:relative; 
    top:-1px; 
}
/* ボタン */
input[type=submit]{ 
    width: 50px; /* 長さ */ 
    height:27px; /* 高さ */
    padding:0 2px; /* 文字余白 */
}
-->


@media screen and (min-width:481px){

body { font-size: 15px;}
#pageBody {
    width: 100%;
    max-width: 700px;


}