@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-color: #ffffff;
color:#000;/* 文字色 */
font-size: 10px;/* 文字の大きさ */
font-family:Verdana,Roboto,'游明朝','Yu Mincho','YuMincho','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
letter-spacing:.1em;
line-height:1.5;
overflow-y:scroll;
overflow-wrap:break-word;
word-wrap:break-word;
	}


/* コンテンツ */
.content{
	line-height: 1.5em;
	padding: 20px 0;
	}
.novel, .novel a{
	line-height: 1.7em;
	font-size: 13px;
text-align:left;
border-bottom:2px solid #efefef;}
	}

/* ページ送り */
#pager{	padding: 0 0px 10px;
	}
#pager li{
	padding: 0 30px;
	display: inline;
	}
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;
	}
/* --------------- テーブル --------------- */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.boxbox{
  float: left;
  margin:0 10px;
  text-align:left;
  line-height:2.0;
}



/* 見出しなど */
h1, h1 a:link, h1 a:visited{
	font-family:  serif;
	margin: 10px 0;
        text-align:right;
	font-weight: normal;
	font-size: 28px;
	}

h2{
	color: #a9a9a9;
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0;
        text-align:right;
	}
h3{
font-family:游明朝;
color: #b0c4de;
    font-size: 14px;
text-align: left;
}

h4{
	color: #ff952b;
	font-weight: normal;
	font-size: 13px;
        text-align:left;
	}
/* 骨組み */
#container {
	margin: 30px auto ;
	padding: 0 5px;
text-align:center;
	max-width: 750px;
	}
#containere{
	margin: 30px auto ;
	padding: 0 5px;
text-align:right;
	max-width: 750px;
	}
#wrappere{
	background: #fff;
	margin: 30px auto;
	padding: 20px 40px;
	}



/* 小さい画面での表示 */
@media all and (max-width: 600px) {
body{
margin:0 5px;
font-size:1.4em
}
#wrappere{padding: 10px 10px;}
#container {width:100%
	padding: 0 0;
	}
#pager li{padding: 0 10px;}
	h1, h1 a:link, h1 a:visited{font-size: x-large;}

.boxbox{
    float: none;
　　margin:10px;
  text-align:left;
  line-height:2.0;
  }
img{max-width:100%;height:auto} /* 画像の縮小表示 */
}