@charset "UTF-8";
/* Outputed by SCSS */
.cf:before, .cf:after {
  content: "";
  display: table;
  zoom: 1;
}

.cf:after {
  clear: both;
}

/* =========================================================
	RESET STYLE
========================================================= */
/*--------------------------------------------------
	▼default setting
--------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #595757;
  line-height: 1.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
table td, table th {
  border: none;
}

.clear {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin-bottom: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

/*--------------------------------------------------
	▼link setting
--------------------------------------------------*/
a {
  color: #595757;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #595757;
}
a img {
  border: 0;
}
