@charset "utf-8";
/*----------------------------------------------------
	初期化
----------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address, input, button select,textarea,
em, img, small, strong, b, i, a, hr,menu,main,
dl, dt, dd, ol, ul, li, form, label, time,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
	font-style: normal;
	font-weight: normal;
}

article,aside,footer,main,header,menu,nav,section {
	display: block;
}


/*----------------------------------------------------
	common
----------------------------------------------------*/
font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html{
  font: 62.5%/1.6 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "YuGothic", Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ol,ul {
  list-style:none;
}

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

caption,th{
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

select {
  webkit-appearance: menulist-button;
}

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

input[type="date"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
  -webkit-appearance: none;
}
