body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, menu, nav, section, main {
	display: block
}
html {
	font-size: 62.5%;
}
html, body {
	width: 100%;
	height: 100%
}
body {
	color: #333;
	background: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ Meiryo", Lucida Grande, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%
}
a:link {
	color: #3B3B3B;
	text-decoration: underline
}
a:visited {
	color: #3B3B3B;
	text-decoration: none
}
a:hover {
	color: #3B3B3B;
	text-decoration: none
}
a:active {
	color: #0071BC;
}
a img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}
a:hover img {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
p {
	line-height: 1.5
}
li {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit
}
caption, th, td {
	text-align: left;
	vertical-align: top
}
fieldset {
	border: 0
}
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle
}
label {
	cursor: pointer
}
textarea {
	overflow: auto
}
legend {
	display: none
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
object {
	vertical-align: middle;
	outline: 0
}
em {
	font-style: italic
}
strong {
	font-weight: 700
}
small {
	font-size: 100%
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
q:before, q:after {
	content: ""
}
address, caption, cite, code, dfn, var {
	font-weight: 400;
	font-style: normal
}
code, pre {
	font-family: monospace
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
hr {
	display: none
}
html {
	box-sizing: border-box
}
*, *:before, *:after {
	box-sizing: inherit
}
