@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------reset */
/*base*/
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  min-width: 320px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 160%;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #282828;
  -webkit-text-size-adjust: 100%;
}
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
}


/*font*/
h1, h2, h3, h4, h5, h6, b, em {
  font-style: normal;
  font-weight: normal;
}


/*others*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table, th, td, tr, img {
  border: none;
}
th {
  font-weight:normal;
}
td {
  vertical-align: middle;
  border-collapse: collapse;
}
img {
  vertical-align: bottom;
}
input {
  vertical-align: middle;
}
q:before, q:after {
  content:'';
}
ul {
  list-style: none;
}
strong {
  font-weight:normal;
}
a {
  background: none;
  color: #fff;
  text-decoration: none;
}
