* {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 13px;
  font-weight: normal;
}

img {
  border: none;	/* Firefox対応 */
}

table {
  border-collapse: collapse;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
*html .clearfix {zoom: 1;}				/* IE6 */
*:fist-child+html .clearfix {zoom: 1;}	/* IE7 */

* {
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


body,
body a {
  color: #666666;
  font-size: 1.0em;
  background-color: #ffffff;
}


div#wrap {
  margin: 0 auto;
  width: 767px;
  height: auto;

  display: flex;           /* フッター最下端 */
  flex-direction: column;  /* フッター最下端 */
}


#wrap > div#container {
  margin: 0 auto;
  margin-bottom: 40px;
}


#container > div#policy {
  margin: 40px auto;
  font-size: 90%;
  letter-spacing: 1px;   /* 文字間隔 */
  line-height: 20px;      /* 行間隔 */
}

h1 {
  margin: 80px 0 50px 0;
  text-align: center;
  font-size: 200%;
}

h2 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 8px;
}

hr {
  margin: 30px auto;
  border-style: none;
  border-top: 1px solid  #cccccc;
}

div.detail > ul > li {
	list-style-type: none;
}

div.detail > ul > li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #555555;
  position: relative;
  left: -8px;
  top: -3px;
}

div.detail {
  margin: 0 15px;
}

p.desc {
  letter-spacing: 1.5px;   /* 文字間隔 */
  line-height: 28px;      /* 行間隔 */
  text-align: center;
}


#container > div#history {
  width: fit-content;
  float: right;
  margin-top: 50px;
  text-align: left;
  font-size:70%;
  letter-spacing: 1px;   /* 文字間隔 */
  line-height: 24px;     /* 行間隔 */
}

div#history > ul > li {
  list-style-type: none;
}


div#footer {
  clear: both;
  margin-top: auto;       /* フッター最下端 */
}

#footer p#copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 80%;
  padding: 10px;
  color: #ffffff;
  background: #cccccc;
}
