@charset "UTF-8";

/* リセット
---------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  clear: both;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {
  display: block;
}

fieldset {border:none;}

::-moz-selection {
  background: #221815;
  color: #fff;
}

::selection {
  background: #221815;
  color: #fff;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  display: none;
}

:root ul {
  letter-spacing: -1px;
  word-spacing: -1px;
}

li {list-style: none}

.clearfix:after {
  clear: both;
}

a {
  color: #221815;
  text-decoration: none;}

li a{ color: #221815}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
