@charset "utf-8";
/* ******************************************************************

    --base.css--

/* ------------------------------------------------------------------
    Base styles
-------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  outline: none;
}
h3 {
  margin-top: 0px;
  font-size: 16px;
}
a {
  display: inline-block;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img,
a {
  border: none;
}
ul {
  list-style: none;
}
body {
  font-family: Meiryo, Arial, Hiragino Kaku Gothic Pro, Osaka, Sans-Serif;
  font-size: 1.4em;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  color: #444;
}
.text-gray {
  color: #666666;
}
