@charset "UTF-8";

@font-face {
	font-family: bokutachi;
	src: url(../font/bokutachi.otf);
}

*  {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 80%;
	margin: 0 auto;
	/*padding-left: 30px;*/
}
header a {
	text-decoration: none;
	color: gray;
}
header a i.fa {
	display: inline-block;
	padding-right: 5px;
}
header a:hover {
	color: tomato;
}
p {
	padding: 3px;
}
h3 {
	border-bottom: solid 1px tomato;
}
xmp {
	margin: 0 0 15px;
	font-family: bokutachi;
}


/* scrollTop */
#fixedTop {
	display: none;
	width: 70px;
	padding: 3px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #ffffff;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
}
#fixedTop img {
	width: 100%;
}

article {
	width: 900px;
	margin: 0 auto;
}