@charset "shift-jis";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
a {
	background: transparent;
}
b,
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
img {
	border: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*---------- レイアウト維持のため残しているもの ----------*/
body {
	line-height: 1;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
ul,ol {
	list-style: none;
}
ul,ol,dl {
	margin: 0;
	padding: 0;
}
button,input,select,textarea {
	font-family: inherit;
}
select,input,a:focus,button {
	outline: none;
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clr:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

/*---------- コピーライト ----------*/
.footer_copyright {
	margin: 0 12px;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
}
/*------------------------------------------------------------
	フェードインページ上部スクロール
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	z-index: 100;
	bottom: 10px;
	right: 5px;
	display: none;
	width: 50px;
	height: 48px;
	background-color: rgba(76,76,76,0.8);
	border-radius: 2px;
}
.pageTop:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -10px;
	border: 10px solid transparent;
	border-bottom-color: rgba(157,157,157,0.8);
	content: "";
}