@charset "utf-8";
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #444;
	font-size: 13px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	}

/* リンク設定 */
a{
	text-decoration: none;
	color: #5e87b1;
	}
a:hover,
a:active{
	opacity:0.5;
	}

/* 背景 */
body{
	background: #f2f5f8;
	}
/* サイトタイトル */
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 dashed #888;
	padding-right: 7px;
	margin-right: 5px;
	}
ul.short li.last{
	border: none;
	}

/* コンテンツ */
.content{
	line-height: 1.5em;
	padding: 20px 0;
	}
.novel, .novel a{
	line-height: 1.7em;
	font-size: 13px;
	}



/* ページ送り */
#pager{
	text-align: center;
	padding: 0 0px 10px;
	}
#pager li{
	padding: 0 50px;
	display: inline;
	}

/* 見出しなど */
h2{
	color: #738794;
	font-weight: normal;
	font-size: 18px;
	margin: 5px 0;
	}
strong{
	color: #ff6347;
	}
em{
	font-style: normal;
	border-bottom: 1px solid;
	}
.box{
	border: 3px solid #fff8dc;
	padding: 10px;
	}
hr{
	border: none;
	border-bottom: 2px dashed #bbbbbb;
	margin: 10px 0;
	}

/* フッター・著作権表示 */
#footer{
	position: relative;
	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 10% 0 10%;
	max-width: 700px;
	}
.wrapper{
	background: #fff;
	margin: 30px auto;
	padding: 20px 40px;
	}


/* 小さい画面での表示 */
@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;}
}


/* スムーススクロール */
body {
    margin:0;
    padding:0;
}

header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
	font-size: 15px;
    padding:10px 0;
    text-align:center;
    background:#f6f3f1;
}

}


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
