@charset "utf-8";
/*
Reset Stylesheet
URL: https://code.1pxeye.com/download/code/reset.css
Author: 1pxeye studio
Last Updated: 2017-07-04
This document has passed the test: W3C CSS Validator (Level 3) 
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: 0 0;
	vertical-align: baseline;
	font-size: 100%
}

*,:after,:before {
	box-sizing: border-box
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	overflow-x: hidden;
	font: normal normal normal 14px/1.8 arial,sans-serif;
}

address,caption,code,figcaption,pre,th {
	font-weight: 400;
	font-style: normal;
	font-size: 1em
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

fieldset,iframe,img {
	border: 0
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

caption,th {
	text-align: left
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

hr {
	display: block;
	overflow: visible;
	box-sizing: content-box;
	margin: 1em 0;
	padding: 0;
	height: 0;
	border: 0;
	border-top: 1px solid #ccc
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-size: 100%;
	font-family: sans-serif
}

textarea {
	overflow: auto
}
[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

details,menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}
[hidden],template {
	display: none
}

input,select {
	vertical-align: middle
}

button {
	overflow: visible;
	box-sizing: content-box;
	border: 0;
	background: 0 0;
	color: inherit;
	vertical-align: inherit;
	font: inherit;
	line-height: inherit;
	cursor: pointer
}

button:disabled {
	cursor: default
}

button,select {
	text-transform: none
}
[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	display: table;
	max-width: 100%;
	color: inherit;
	white-space: normal
}

audio:not([controls]) {
	display: none;
	height: 0
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
	outline: 0
}

::-moz-focus-inner {
	padding: 0;
	border: 0
}

audio,progress,video {
	display: inline-block
}

progress {
	vertical-align: baseline
}

a,a:link,a:visited {
	background-color: transparent;
	text-decoration: none;
	-webkit-text-decoration-skip: objects
}

a:hover {
	text-decoration: underline
}

a:active {
	text-decoration: none
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,strong {
	font-weight: inherit;
	font-weight: bolder
}

code,kbd,pre,samp {
	font-size: 1em;
	font-family: monospace
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

ul {
	list-style: none
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}
body{
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}