@charset "utf-8";

/* -----------------------------------------
 reset.css
----------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, table, caption, th, td, form, button, label, address, blockquote, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
}

html, body {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	 padding: 0;
  margin: 0;
}
body {
  line-height: 1;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'Noto Serif', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	-webkit-overflow-scrolling: touch;
	background:#fafafa;
}

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

nav ul {
  list-style: none;
}

hr {
  display: none;
}

img, abbr {
  border: none;
  vertical-align: bottom;
}

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

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

th, td {
  text-align: left;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

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

ol, ul, dl {
  list-style: none;
  font-style: normal;
  font-weight: 400;
}
::selection {
    background-color: #ff0;
}

