@charset "UTF-8";
/*コメントアウトはこうして書く bodyの{colorを: blackに}*/

body{

	font-family: Quicksand,游ゴシック体,objektiv-mk2,ryo-gothic-plusn,Helvetica,sans-serif;
	color: black;
	background-color: white;
	margin: 0px;
}

.wrapper	{
	margin: 5px 20px;
	padding: 5px;
}

footer {
	color: grey;
	padding: 10px;
	font-size: 80%;
	text-align: center;
}

#print {
	text-decoration: none;
}

h1 {
	text-align: center;
}

h2	{
	font-weight: normal;
}

a {
	text-decoration: none;
	color: black;
	font-weight: : bold;
}

a:hover {
  color: grey;
}

nav	{
	color: grey;
	text-align: right;
	font-weight: bold;
}

nav li {
	display: inline;
	margin-right: 10px;
}

.novel {
	margin: auto;
	text-align: left;
	/*もとの文章をただコピペできるように*/
	color: #090909;
	white-space: pre-wrap;
	max-width: 620px
}

.plsshare {
	text-align: center;
	padding: 0px;
}

#content {
  display: none;
}

#my_centered_buttons {
	display: flex;
	justify-content: center;
    padding: 10px;
 }
