@charset "utf-8";
html {
	overflow-y:scroll;
}
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-position: 0% 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
strong{
    font-weight: bold;
	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
}
a:link{
	color: rgba(239,130,0,1.00);
	}
a:visited{
	color: rgba(255,160,40,1.00);
	}
a:hover{
	color: rgba(89,180,255,1.00);
	z-index: 1;
	}
