@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: #7272b8;
	}
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 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;
        border-bottom:2px solid #efefef;
	}

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

/* 見出しなど */
h3{
font-family: HG明朝E;
    font-size: 16px;
    color: #f1e2f1;
}
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(img/umi.jpg) no-repeat 0% 0%;
	height: 232px;
	text-align: right;
	}
#copy{
	position: absolute;
	bottom: 10px;
	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: 750px;
	}
.wrapper{
	background:transparent;
	margin: 30px auto;
	padding: 20px 40px;
	}

/* 小さい画面での表示 */
@media all and (max-width: 600px) {
	.wrapper{padding: 10px 10px;}
        #container {
	padding: 0 0;
	}
	#pager li{padding: 0 10px;}
	h1, h1 a:link, h1 a:visited{font-size: x-large;}
	.wrapper:before{display: none;}
	#footer{height: 260px;}#copy{bottom: 10px;}
img{max-width:100%;height:auto} /* 画像の縮小表示 */
}