/*----------------
小説ページのBGカラーはjsで指定
---------------*/

.novelText{
	font-weight: normal;
	font-family: sans-serif;
	font-size: 100%;
	letter-spacing: 2px;
	line-height: 300%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
	word-break: keep-all;
	line-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	
	/*animation-name: novelPage;
	animation-duration: 3s;*/
}

.fixed-collection{
	position: fixed;
}
/*
.underLine{
	border: solid 1px white;
	width: 0%
	transform: 3s;
}

.underLine:hover{
	width: 100%;
}
*/