/* -------------------------------------------------------------------
 [CSS for reset]
 !Do not modify this CSS directly. It's generated by Sass.
 ------------------------------------------------------------------ */

@font-face {
	font-family: "Yu Gothic";
	font-weight: 100;

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: 200;

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: 300;

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: 400;

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: bold;

	src: local("Yu Gothic Bold");
}

@font-face {
	font-family: "Helvetica Neue";
	font-weight: 100;

	src: local("Helvetica Neue Regular");
}

@font-face {
	font-family: "Helvetica Neue";
	font-weight: 200;

	src: local("Helvetica Neue Regular");
}

/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	outline: 0;
}

html {
	box-sizing: border-box;
}

*, ::before, ::after {
	box-sizing: inherit;
}

body {
	background: transparent;
	color: #000000;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

html[lang="ja"] body {
	font-family: Meiryo, "Yu Gothic", YuGothic, Verdana, sans-serif;
}

/* main elements group */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

/* av elements */

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

/* a */

a {
	margin: 0;
	padding: 0;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}

a[href*="tel:"] {
	text-decoration: none !important;
	cursor: default !important;
}

a:active, a:hover {
	outline: 0;
}

/* list */

ol, ul, li {
	list-style: none;
}

/* blockquote, q */

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

/* table */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* hr */

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #cccccc;
}

/* form */

button, input, optgroup, select, option, textarea {
	margin: 0;
	color: inherit;
	font: inherit;
	line-height: 1;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	padding: 0;
	border: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"], input[type="password"], textarea, label {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
}

input, textarea, button, label, select {
	padding: 0;
	vertical-align: middle;
}

button, select {
	text-transform: none;
}

label, button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	appearance: none;
	-webkit-appearance: none;
}

/* pre, code */

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* inline elements for text */

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

em {
	font-style: normal;
}

b, strong {
	font-weight: bold;
}

small {
	font-size: 0.875rem;
}

del {
	text-decoration: line-through;
}

dfn {
	font-style: italic;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* change colours */

ins {
	background-color: #ffff99;
	color: #000000;
	text-decoration: none;
}

mark {
	background-color: #ffff99;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
