<link href="https://fonts.googleapis.com/css?family=Mate" rel="stylesheet" type="text/css">
<style type="text/css"><!--
/* ----- 共通項目 ----- */
body { 
    color: #000; 
    background-color: #fff;
    font-family: "Mate" ,"游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 11px;
    letter-spacing:1px; 
    width: 100%;
    padding:0px;
    margin: 0 auto;
    line-height: 1.8;
}
/* リンク */
a { color: #c3c3c3; 
    text-decoration:none;
}
a:hover { color: #e45252; } 

/* 戻る */
#back{
    margin-top: 18px;
    text-align: center;
    line-height: 2.5;
}

/* 縦線 */
#lineBox {
    width: 100%;
    height: 50px; /* 縦ラインの長さ */    
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
#line {
    width: 50%;
    height: 100%;
    float: left;
    border-right: 1px solid black;
    margin: 0;
}

/* ------ TOP ------ */
#pageTop{
    width: 80%;
    max-width: 400px;
    margin: 70px auto;
    text-align: center;
}
/* タイトル */
#pageTop h1{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.0;
    margin-top: 10px;
    margin-bottom: 0px;
}
/* カウンター */
#pageTop h2{
    font-size: 10px;
}
/* メニュー */
#pageTop #topMenu{
    font-size: 12px;
    text-align: center;
}
#pageTop #topMenu a{
    color: #000;
    border-bottom: 1px solid;
    padding: 2px;
    margin-left: 4px;
}
#pageTop #topMenu a:first-child{
    margin-left: 0px;
}
#pageTop #topMenu a:hover{
    border-bottom: 1px solid #e45252;
}
/* ランキング */
#pageTop #topRank a{
    background-color: #fff;
    margin-left: 8px;
}
#pageTop #topRank a:first-child{
    margin-left: 0px;
}


/* ------ ABOUT / MAIN / MEMO ------ */
#pageBody{
    width: 74%;
    max-width: 400px;
    margin: 60px auto;
    margin-bottom: 20px;
    text-align: left;
}
/* -- 小見出し系 -- */
#pageBody h3{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
}
/* INFO ブックマーク用小見出し */
#pageBody h4 {
	font-size: 12px;
    color: #e45252;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
/* INFO 小見出し */
#pageBody h5 {
    padding-left: 2%;
    color: #7f7f7f;
    font-size: 12.5px;
    margin-top: 30px;
    margin-bottom: 2px;
}
#pageBody h5::before{
    content: "△";
    padding-right: 6px;
}
/* MAIN 長編　相手名 */
#pageBody h6{
    margin: 0;
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: bold;
}
/* --テキスト系 -- */
#pageBody #mainText {
    margin: 4px auto;
    margin-bottom: 20px;
}
/* INFO ブックマーク関連 */
#pageBody #bookmark{
    line-height: 1.0;
}
#pageBody #bookmarkBox {
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: left;
    line-height: 2.1;
}
#pageBody #bookmarkBox a {
    margin-right: 4px;
    border-bottom: 1px solid;
}
/* main 長編リスト */
#pageBody #novelLong{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
}
#pageBody #novelLong a{
    color: #e45252;
    font-size: 12.5px;
}
#pageBody #novelLong a:hover{
    color: #c3c3c3;
}
/* main 短編リスト */
#pageBody #novelShort{
    margin-top: 20px;
    line-height: 2.4;
}
#pageBody #novelShort a{
    color: #e45252;
}
#pageBody #novelShort a:hover{
    color: #c3c3c3;
}
/* main 小説短編 相手名 */
#pageBody span.novelFor{
    padding: 0px 4px;
    color: #c3c3c3;
}
/* memo 関連 */
#pageBody #memoMain {
    margin-top: 40px;
    margin-bottom: 20px;
}
#pageBody #textMain{
    margin-top: 6px;
}
#pageBody #memoMore {
    margin-top: 10px;
    text-align: right;
}
#pageBody #memoMore a { 
    color: #000; 
    border-bottom: 1px solid;
    text-decoration:none;
    padding: 2px;
}
#pageBody #memoMore a:hover{
    border-bottom: 1px solid #e45252;
} 
#pageBody #memoAction {
    margin-top: 14px;
    margin-bottom: 10px;
    text-align: center;
}

/* 強調関連 */
#pageBody span.info {
    font-weight: bold;
    color: #e45252;
    padding: 2px 6px 2px 0px;
    margin-right: 4px;
    font-size: 12px;
}

/* ------ フォーム系 ------ */
form{
    margin-top: 20px;
    margin-bottom: 30px;
}
/* 入力フォーム基本 */
input[type=text],textarea,input[type=submit]{
    font-family: "Dosis" ,"游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align:middle; 
    position:relative; 
    top:-1px; 
    font-size: 80%;
}
/* 入力フォーム 色指定 */
input[type=text],textarea{
    /* 背景色（全て指定） */
    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: 1px solid #000;
    vertical-align: middle; 
    position: relative; 
}
/* INFOページ サイトURL表記用 */
textarea.siteURL{
   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
    background-image: -webkit-linear-gradient(left, #f0f0f0, #f0f0f0 );
    background-color: #f0f0f0; 
    color: #000;
    border: 0;
    width:90%;
    height: 16px;
    margin-top: 8px;
}
/* 色味指定（ボタン）*/
input[type=submit]{
    /* 背景色 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: -webkit-linear-gradient(left, #000, #000);
    background-color: #000;
    color: #fff;
    border:solid 1px #000;
}
/* 入力フォーム サイズ */
input[type=text]{
    width:80px; /* 長さ */
    height: 23px;  /* 高さ */
    padding:0 0px; /* 文字余白 */
    text-align: center;
    margin-right: 4px; /* 余白 */
    top:-1px; 
}
/* ボタン　サイズ */
input[type=submit]{ 
    vertical-align:middle; 
    position:relative; 
    width: 50px; /* 長さ */ 
    height:25px; /* 高さ */
    padding:0 2px; /* 文字余白 */
}
--></style>