﻿@charset "utf-8";

body	{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
	background-color:#e8e8e6;
	color:#504033;
}

#novel	{
			line-height : 1.9;
			letter-spacing:1px;
			color : #504033;
			max-width	: 42em;
}

@media screen and (min-width:541px){
#novel	{
	margin-left:8vw;
}
}

@media screen and (max-width:540px){
#novel	{
	margin-left:3vw;
	font-size:95%;}
}

#topNov {
	font-size:90%;
}
div#lineTitle{
	background-color:#806451;
	width:240px;
	height:1px;
	margin:8px 0;
}
div#NovLink{
	float:right;
	margin-left:50px;
	font-size:110%;
	margin-top:6px;
	padding-bottom:40px;
}
div#NovSmall{
	float:right;
	margin-left:50px;
	margin-top:12px;
	font-size:80%;
	padding-bottom:40px;
}
div#contents	{
	padding:0 50px 15px;
	margin:0px;
	line-height:1.9;
}
a	{
	color:#806451;
	text-decoration:none;
}
div#line {
	clear:both;
	margin:4px 0;
	background-color:#806451;
	width:100%;
	height:1px;
}
span	{
	letter-spacing:-0.1em;
}