@charset "utf-8";


/* な */

#novel_contents {
	margin: 0;
	padding: 0 0 10px 0;
	text-align:left;
	line-height: 180%;
	clear:both;

	position: relative;
	top:10px;
	left:0;
}

#novel_color{
	font-family: "メイリオ", "Meiryo", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	margin: 0 auto;
	width: 730px;
}


.series_title {
		margin: 0 auto 5px;
		text-align: center;
		line-height: 150%;
}

.chapter_title {
		line-height: 150%;
}


.novel_title,.novel_subtitle {
	margin: 0 auto 10px;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	line-height: 150%;
}

.margin_l10r20{
	margin-left: 10px;
	margin-right: 20px;
}
.margin_r20{
	margin-right: 20px;
}


.novel_writername {
	margin:20px 0;
	text-align: right;
	font-size: 95%;
}

.novel_view{
	line-height: 180%;
}
.novel_view p {
	white-space: break-spaces;
}
.novel_view p ruby {
	white-space: initial;
}
#novel_no {
	margin: 0 10px 10px 0;
	text-align: right;
	color:#999999;
	font-size: 90%;
}

#novel_p {
	margin:0px auto 30px;
	padding: 20px 20px 30px 20px;
	width: 600px;
	border-bottom: 3px double #999999;
}

#novel_a {
	margin: 40px auto 30px;
	padding: 20px 20px 30px 20px;
	width: 900px;
	border-top: 3px double #999999;
}


#novel_ex{
	margin: 20px auto 50px;
	line-height: 180%;
	overflow: hidden;
	text-align: left;
	font-size:95%;
}


/* 目次 */
#novel_sublist {
	margin: 0 auto 30px;
	padding: 0;
	width: 720px;
	text-align: left;
	overflow: hidden;
}

#novel_sublist tr {
	border-bottom:1px solid #ffffff;
}

#novel_sublist tr:hover {
	border-bottom:1px solid #99ddff;
}

#novel_sublist tr.chapter{
	border:none;
}

th.chapter_title {
	font-size: 110%;
	padding: 20px 0 10px 0;
}

td.subtitle{
	padding: 10px 10px 0 5px;
	width: 520px;
	font-size: 95%;
}

td.long_update{
	padding: 10px 0 0 0;
	width: 190px;
	vertical-align:top;
	font-size: 90%;
}



/* 目次2 */
.index_box {
	margin: 0 auto 30px;
	width: 720px;
}

div.chapter_title {
	font-size: 110%;
	padding: 30px 0 0 0;
	font-weight:bold;
}

dl.novel_sublist2 {
	overflow: hidden;
	border-bottom:1px solid #ffffff;
}

dl.novel_sublist2:hover {
	border-bottom:1px solid #99ddff;
}

dl.novel_sublist2 dd{
	padding: 10px 10px 2px 5px;
	width: 515px;
	font-size: 95%;
	float:left;
}

dl.novel_sublist2 dt{
	padding: 10px 0 2px 0;
	width: 190px;
	text-align: left;
	font-size: 90%;
	float:right;
	white-space: nowrap;
}

/*↓縁取り↓*/

.stroke{
    -webkit-text-stroke:1px #000;
    position: relative;
    margin: 0;
}

.text_logo1{border: 2px solid #ffce5b;
	background-color: #ffff7f;
	border-radius: 0.3em;
}

.text_logo2{border: 2px solid #fd8b3f;
	background-color: #ffcc9c;
	border-radius: 0.3em;
}

.text_logo3{border: 2px solid #fc3737;
	background-color: #ffff7f;
	border-radius: 0.3em;
}

.text_logo4{border: 2px solid #077007;
	background-color: #0aa30a;
	border-radius: 0.3em;
}

.text_logo5{border: 2px solid #000;
	background-color: #c9caca;
	border-radius: 0.3em;
}

.text_logo6{border: 2px solid #7000a0;
	background-color: #bf7fff;
	border-radius: 0.3em;
}

.text_logo7{border: 2px solid #1e4ff4;
	background-color: #7fd7ff;
	border-radius: 0.3em;
}

.text_logo8{border: 2px solid #000;
	background-color: #ffffff;
	border-radius: 0.3em;
}

.text_logo9{border: 2px solid #daa520;
	background-color: #ffd700;
	border-radius: 0.3em;
}

.text_logo10{border: 2px solid #ff69b4;
	background-color: #ffb6c1;
	border-radius: 0.3em;
}

.text_logo11{border: 2px solid #dc143c;
	background-color: #ffa07a;
	border-radius: 0.3em;
}



/*↓アコーディオン 1 ↓*/
details {
  padding: 10px;
}

/* Chrome、Safari以外 */
summary {
display: block;
list-style: none;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
display:none;
}

/* 文章の範囲選択を防ぐ */
body{
	user-select: none;
}


/*↓ディスプレイ580px以下用↓*/

@media screen and (max-width:580px) 

{
.novel_view{
	float:none;
    width:auto;
    margin:0px;
    padding:10px;
}
}