/*---------------------------------------------
 * General Setting
 *---------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', Helvetica, Arial, sans-serif;
  letter-spacing: 0em; }

h1, h2, h3, p, a {
  color: #241714; }

p {
  font-size: 10pt;
  margin: 0;
  line-height: 1.8em; }

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:hover {
    color: #595757; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*---------------------------------------------
 * clearfix
 *---------------------------------------------*/
.comment:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 1;
  min-height: 1px;
  height: auto;
  overflow: hidden;
  font-size: 0.1%;
  line-height: 0.1;
  clear: both;
  visibility: hidden; }

*:first-child + html .clearfix,
*:first-child + html section {
  min-height: 1%; }

*:html .clearfix {
  height: 1%; }

/*# sourceMappingURL=general.css.map */
