/*=============================================================================
Reset
==============================================================================*/
* {
  font-family: font-family: 'Montserrat', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.12em;
}

html {
  color: #666;
  background: #ffffff;
  line-height: 1.6;
  overflow-y: scroll;
  height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

input, textarea, select {
  *font-size: 100%;
}

[type="hidden"],
 [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  letter-spacing: 0em;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

legend {
  color: #ccc;
}

del, ins {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

/*=============================================================================
Font
==============================================================================*/
body{
  font-size: 12px;
  color: #3a3a3a;
}

/* for IE6 */
* html body {
  font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
  font-size: 75%;
}

select, input, textarea {
  font-size: 12px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
}

/*============================================================================
Base
==============================================================================*/
/* --------------------------------------
Anchor
-------------------------------------- */
a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/* --------------------------------------
clearfix
--------------------------------------- */
/* for modern browser */
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* for IE 5.5-7 */
.clearfix {
  zoom: 1;
}
