@charset "UTF-8";

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-family: "リュウミン", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
	color:#181816;
}
body, html {
  -webkit-text-size-adjust: 100%;
}
h1, dt, th {
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ol, ul {
  list-style: none;
  padding: 0;
}
li {
  padding: 0;
}
dl,dt,dd{
  margin:0;
  padding:0;
}
input, select {
  vertical-align: middle;
}
a {
  background: transparent;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: bottom;
}
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, em {
  font-style: normal;
}
/*clearfix*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}


