@import "./style.css";

body{
	background:radial-gradient(#ffeebb,#ffd076,#ffd076,#eec860,#ccaa44);
	color:#8b5000;
	border:none;
}

.top_border{
	background:#e04e00;
}

.mws_title_new{
	background:linear-gradient(0deg,#f07222,#e96011,#e04e00);
	color:#ffdf9e;
}
.mws_title_new a:link{
	color:#ffdf9e;
}
.mws_title_new a:visited{
	color:#ffdf9e;
}
.mws_title_new a:active{
	color:#ffdf9e;
}
.mws_title_new a:hover{
	color:#ffdf9e;
}

.mws_subtitle{
	background:linear-gradient(0deg,#f07222,#e96011,#e04e00);
	color:#ffdf9e;
}
.mws_subtitle a:link{
	color:#ffdf9e;
}
.mws_subtitle a:visited{
	color:#ffdf9e;
}
.mws_subtitle a:active{
	color:#ffdf9e;
}
.mws_subtitle a:hover{
	color:#ffdf9e;
}

.menu_new{
	color:#e04e00;
}
.menu2_new{
	color:#e04e00;
}

.each_menu{
	color:#8b5000;
	border-color:#e04e00;
	background: linear-gradient(135deg, #ffee77, #f0d870, #e5c062);
}

.mws_footer{
	background:linear-gradient(180deg,#f07222,#e96011,#e04e00);
	color:#ffdf9e;
}

/********* リンクの色とかとか*********/
a:link{
	color:#8b5000;
}
a:visited,a:active{
	color:#8b5000;
}
a:hover{
	background-color:#ffdfab;
	color:#8b5000;
}

.top_table{
	margin:0px auto;
	padding:30px;
	padding-top:50px;
	border:none;
}

.table_chapter{
	background:radial-gradient(#FFEEBB,#FFD076,#FFD076,#EEC860,#CCAA44);
	margin:0px;
	padding:8px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	border:1px dotted #E04E00;
	border-radius:10px 10px 0px 0px;
}

.table_samary{
	background:linear-gradient(135deg,#F0C870,#FFD076,#FFEEBB,#FFEEBB);
	margin:0px;
	padding:8px 12px;
	vertical-align:middle;
	text-align:left;
	border-left:dotted 1px #CCAA44;
	border-bottom:dotted 1px #CCAA44;
	border-radius:0px 0px 0px 5px;
}

.table_number{
	background:linear-gradient(90deg,#FFEEBB,#FFEEBB,#FFEEBB,#FFD076,#F0C870);
	margin:0px;
	padding:8px 10px;
	vertical-align:top;
	text-align:left;
	border-left:dotted 1px #FFEEDD;
	border-right:dotted 1px #CCAA44;
	border-bottom:dotted 1px #CCAA44;
	border-radius:0px 0px 5px 0px;
}

.novel_title{
	background:linear-gradient(0deg,#FFEEBB,#FF8844,#EE7F3A,#D07022,#C04E00);
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	color:#fad097;
	font-size:large;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dotted #FFEEBB;
	white-space:nowrap;
}
.novel_body{
	margin:0px;
	padding:60px 50px;
	padding-top:80px;
	line-height:150%;
	font-size:medium;
	text-align:left;
}
.paragraph{
	padding:20px 0px;
}
.novel_foot{
	background:linear-gradient(0deg,#FFEEBB,#FF8844,#EE7F3A,#D07022,#C04E00);
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	color:#FAD097;
	font-size:medium;
	font-weight:normal;
	text-align:center;
	border-top:1px dotted #C04E00;
}
.novel_foot a:link{
	color:#FAD097;
}
.novel_foot a:visited{
	color:#FAD097;
}
.novel_foot a:active{
	color:#FAD097;
}
.novel_foot a:hover{
	background:#FAD097;
	color:#8B5000;
}

.title_fix{
	background:linear-gradient(90deg,#ccaa44,#eec860,#eec860,#ffd076,#ffd076);
	font-weight:bold;
	position:fixed;
	top:269px;
	right:0px;
	padding:5px 18px;
	border-radius:5px 0px 0px 5px;
	border:1px dotted;
	border-right:none;
	font-size:large;
}
.chapter_fix{
	background:linear-gradient(0deg,#ccaa44,#eec860,#eec860,#ffd076,#ffd076);
	position:fixed;
	top:307px;
	right:0px;
	padding:5px 15px;
	border-radius:0px 0px 0px 5px;
	border:1px dotted;
	border-right:none;
	font-size:small;
	text-align:right;
}

.return_page_fix{
	background:linear-gradient(270deg,#f07222,#e96011,#e04e00);
	color:#ffdf9e;
	top:300px;
}
.return_page_fix a{
	color:#ffdf9e;
}

#anchor_color{
	background:linear-gradient(0deg,#f07222,#e96011,#e04e00);
	color:#ffdf9e;
}
#anchor_color a{
	color:#ffdf9e;
}
#webclap_color{
	background:linear-gradient(90deg,#f07222,#e96011,#e04e00);
	color:#ffdf9e;
}
#webclap_color a{
	color:#ffdf9e;
}
.novel_title_fix{
/*	background:linear-gradient(0deg,#FFEEBB,#FF8844,#EE7F3A,#D07022,#C04E00); */
	position:fixed;
	top:0px;
	left:0px;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
/*	border-bottom:1px dotted #FFEEBB; */
	color:#fad097;
	font-size:small;
	font-weight:bold;
	z-index:500;
}
.novel_title_fix a{
	text-decoration:none;
}
.novel_title_fix a:hover{
	background:none;
}
