@charset "utf-8";

/**************************************************
	リセット
**************************************************/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #000;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul li,
ol li {
  list-style-type: none;
  list-style-position: outside;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

strong,
em {
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}