@charset "UTF-8";
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #444;
	font-size: 12px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	}
	ruby{
		font-size: 14px;
}
	ruby > rt {
		font-size: 70%;
		text-align: start;
}




/* リンク設定 */
a{
	text-decoration: none;
	color: #8da3b9;
	font-size: 14px;
	}
a:hover,
a:active{
	opacity:0.5;
	}

/* 背景 */
body{
	background: #ffffff;
	}
/* サイトタイトル */
h1, h1 a:link, h1 a:visited{
	font-family:  serif;
	margin: 20px 0;
	font-weight: normal;
	font-size: xx-large;
	}

/* メニュー */
ol{
	margin-left: 20px;
	}
ol li span{
	color: #888;
	}
.menu li a{
	margin-right: 5px;
	}
ul.short li{
	list-style: none;
	display: inline;
	border-right: 1px dotted #8da3b9;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li.last{
	border: none;
	}
ul.short li.last{
	border: none;
	}

/* コンテンツ */
.content{
	line-height: 1.5em;
	padding: 20px 0;
	}
.novel, .novel a{
	line-height: 1.5em;
	font-size: 14px;
	}

details{
	font-size: 14px;
}
summary::-webkit-details-marker {
	background: url(images/arrow-right.svg) no-repeat center/6px;
	color: transparent;
}
		span.charm-last1{
			font-size: 100%;
			}
		span.charm-first1{
			font-size: 100%;
			}
			span.charm-k-last1{
				font-size: 100%;
				}
				span.charm-k-first1{
					font-size: 100%;
					}
/* ページ送り */
#pager{
	text-align: center;
	padding: 0 0px 10px;
	}
#pager li{
	padding: 0 50px;
	display: inline;
	}

/* 見出しなど */
h2{
	color: #444;
	font-weight: normal;
	font-size: 14px;
	margin-left : auto ;
	margin-right : 0 ;
	}
strong{
	color: #444;
	font-size: 16px;
	}
b{
	font-size: 14px;
	font-weight: bold; /*装飾*/
	}
center{
	font-size: 14px;
	}

em{
	font-style: normal;
	border-bottom: 1px solid;
	}

.box{
	border: 3px solid #00b7ff;
	padding: 10px;
	}
hr{
	border: none;
	border-bottom: 2px dashed #00b7ff;
	margin: 10px 0;
	}

/* フッター・著作権表示 */
#footer{
	position: relative;
	background: url() no-repeat 0% 0%;
	height: 232px;
	text-align: right;
	}
#copy{
	position: absolute;
	bottom: 40px;
	right: 0;
	font-size: 9pt;
	}
#copy,#copy a{
	color: #444;
	font-size: 9pt;
	text-decoration: none;
	}

/* 骨組み */
#container {
	margin: 0 auto ;
	padding: 0 3% 0 3%;
	max-width: 650px;
	}
.wrapper{
	background: #fff;
	margin: 20px auto;
	padding: 20px 30px;
	}


/* ページの重なり */
.wrapper{
	position: relative;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px 3px #00b7ff;
	}
.wrapper:before {
	content: "";  width: 100%; height: 100%; position: absolute; border: 5px solid #fff;
	box-sizing: border-box;
	top: -15px;left: -10px; z-index: -1;background: #fff;
	transform-origin: bottom left;
	transform: rotate(2deg);
	}

/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.wrapper{padding: 20px 20px;}
	#pager li{padding: 0 30px;}
	h1, h1 a:link, h1 a:visited{font-size: x-large;}
	.wrapper:before{display: none;}
 #footer{height: 260px;}#copy{bottom: 20px;}
 .novel, .novel a{
  line-height: 1.5em;
  font-size: 12px;
  }
ruby{
	font-size: 12px;
}
ruby > rt {
	font-size: 50%;
	text-align: start;
	}
 	b{
	font-size: 12px;
	font-weight: bold; /*装飾*/	}
	center{
		font-size: 12px;
		}
		span.charm-last1{
			font-size: 100%;
			}
		span.charm-first1{
			font-size: 100%;
			}
			span.charm-k-last1{
				font-size: 100%;
				}
				span.charm-k-first1{
					font-size: 100%;
					}


}