<link href="https://fonts.googleapis.com/css?family=Dosis:400,600" rel="stylesheet" type="text/css">
<style type="text/css"><!--
/* ----- 共通項目 ----- */
body { 
    color: #000; 
    background-color: #fff;
    font-family: "Dosis" ,"游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 13px;
    letter-spacing:1px; 
    width: 100%;
    padding:0px;
    margin: 0 auto;
    line-height: 1.8;
}
/* リンク */
a { color: #000; 
    text-decoration:none;
    background-color: #f9ef00;
    padding: 2px;
}


/* 戻る */
#back{
    margin-top: 30px;
    text-align: center;
    line-height: 2.5;
}

/* ------ TOP ------ */
#pageTop{
    width: 80%;
    max-width: 400px;
    margin: 80px auto;
    text-align: center;
}
/* タイトル */
#pageTop h1{
    font-size: 54px;
    letter-spacing: 2px;
    line-height: 1.0;
    margin-top: 20px;
    margin-bottom: 0px;
}
#pageTop #sankaku{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* メニュー */
#pageTop #topMenu{
    text-align: center;
}
#pageTop #topMenu a{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: 0;
    padding: 4px 10px;
    margin-left: 6px;
    border: 1px solid #000;
}
#pageTop #topMenu a:first-child{
    margin-left: 0px;
}

}
/* ランキング */
#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: 40px auto;
    margin-bottom: 20px;
    text-align: left;
}


/* -- 小見出し系 -- */
#pageBody h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 16px;
	position: relative;
	text-align: center;
}
#pageBody h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#pageBody h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #000;
}
/* memoタイトルなど、黒背景小見出し */
#pageBody h3{
    font-weight: normal;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}
#pageBody h3 span{
    background-color: #fff;
    color: #000;
    padding: 4px 6px;
}
/* INFO ▼小見出し */
#pageBody h4 {
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
}
#pageBody h4::before{
    content: "▼";
    padding-right: 4px;
}
/* MAIN 長編　相手名 */
#pageBody h5{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
/* --テキスト系 -- */
#pageBody #mainText {
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 13px;
}
/* INFO ブックマーク関連 */
#pageBody #bookmarkBox {
    border: solid 1px #666;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 30px;
    padding: 6px 14px 0px 14px;
    font-size: 13px;
}
#pageBody #bookmarkBox h4 {
    position: absolute;
    top: -0.8em;
    left: 1em;
    margin: 0;
    padding: 0 0.5em;
    font-size: 14px;
    font-weight: bold;
    background-color:#fff; 
}
#pageBody #bookmarkBox p{
    line-height: 2.4;
    padding: 0px;
    margin: 0;
}
#pageBody #bookmarkBox a {
    margin-right: 8px;
}
/* main 長編リスト */
#pageBody #novelLong{
    line-height: 2.0;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 30px;
}
#pageBody #novelLong a{
    font-size: 12px;
}
/* 吹き出し */
#pageBody #hukidashi {
    position: relative;
    width: 90%;
    margin: 10px auto;
    margin-bottom: 30px;
    background-color: #f0f0f0;
    padding: 10px;
    text-align: left;
}
#pageBody #hukidashi:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f0f0f0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
/* main 短編リスト */
#pageBody #novelShort{
    margin-top: 20px;
    line-height: 2.4;
}
/* main 小説短編 相手名 */
#pageBody span.novelFor{
    padding: 0px 4px;
    color: #888888;
}
/* memo 関連 */
#pageBody #memoMain {
    margin-bottom: 20px;
}
#pageBody #memoMain a{
    background-color: #fff;
    border-bottom:1px solid #f9ef00;
}
#pageBody #memoMore {
    margin-top: 10px;
    text-align: right;
}
#pageBody #memoMore a { 
    color: #000; 
    text-decoration:none;
    background-color: #f9ef00;
    padding: 2px;
}
#pageBody #memoMore a:hover {
    color: #3f69a4; 
} 
#pageBody #memoAction {
    margin-top: 14px;
    margin-bottom: 10px;
    text-align: center;
}

/* 強調関連 */
#pageBody span.info {
    font-weight: bold;
    color: #3f69a4;
    padding: 2px 6px 2px 0px;
    margin-right: 4px;
    font-size: 13px;
}

/* ------ フォーム系 ------ */
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(#f9ef00), to(#f9ef00));
    background-image: -webkit-linear-gradient(left, #f9ef00, #f9ef00 );
    background-color: #f9ef00; 
    color: #000;
    border: 0;
    width:255px;
    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; /* 文字余白 */
}


/* ------ ナビ設定 ------ */
    
    
#pageBody #nav{
    text-align: center;

}
#pageBody #nav a{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: 0;
    padding: 4px 10px;
    margin-left: 6px;
    border: 1px solid #000;
}
#pageBody #nav a:first-child{
    margin-left: 0px;
}
#pageBody #nav a:hover{
    color: #000;
    background-color: #f9ef00;
}


nav {
    width: 140px;
    max-width: 400px;
    margin: 80px auto;
    text-align: center;
}
nav ul {
 list-style-type: none; 
 padding-left: 0;
 display: flex;
  justify-content: center;
}
nav li {
 margin: 1em;
}
nav li a {
 border-style: none;
 padding: 0em 1em;
 font-size: 14px;
 color: #000000;
}
    
    
#pageBody #text{
    width: 90%;
    font-size: 14px;
}
    
    
/* 小説内拍手用 */    
    
#pagetext{
    width: 80%;
    max-width: 400px;
    margin: 80px auto;
    text-align: center;
}
/* タイトル */
#pagetext h1{
    font-size: 54px;
    letter-spacing: 2px;
    line-height: 1.0;
    margin-top: 20px;
    margin-bottom: 0px;
}
#pagetext #sankaku{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* メニュー */
#pagetext #clap{
    text-align: center;
}
#pagetext #clap a{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: 0;
    padding: 4px 10px;
    margin-left: 6px;
    border: 1px solid #000;
}
#pagetext #clap a:first-child{
    margin-left: 0px;
}
    
    
    
--></style>