@charset "shift_jis";
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #444;
	font-size: 13px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	}

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

/* 背景 */
body{
	background: #e7e7eb;
	}
/* サイトタイトル */
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: 14px;
	}

/* ページ送り */
#pager{
	text-align: center;
	padding: 0 0px 10px;
	}
#pager li{
	padding: 0 50px;
	display: inline;
	}

/* 見出しなど */
h2{
	color: #ff6347;
	font-weight: normal;
	font-size: 14px;
	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 #fff8dc;
	margin: 10px 0;
	}

/* フッター・著作権表示 */
#footer{
	position: relative;
	background: url(ajisai8-5.jpg) 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: 800px;
	}
.wrapper{
	background: #fff;
	margin: 30px auto;
	padding: 20px 40px;
	}

/* ページの重なり */
.wrapper{
	position: relative;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px 3px #fff8dc;
	}
.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;}
}
