@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.4;
	font-family: sans-serif;
	font-size: 84%;
}

h1 {
  line-height: 1.2;
  font-size: 136%;
}

h2 {
  line-height: 1.2;
  font-size: 129%;
}

h3 {
  line-height: 1.2;
  font-size: 122%;
}

h4 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 114%;
}

h5 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 107%;
}

h6 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 100%;
}

h1,
h2,
h3 {

	
}

h3+h4,
h4+h5,
h5+h6 {
  margin-top: 1em;
}

p,
ul,
ol,
pre,
blockquote,
table {
  margin: 0, 0;
}
li  {
  list-style: outside none;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
}

address,
em,
cite {
  font-style: normal;
}

code {
  font-family: "Courier New", Courier, monospace;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

pre code {
  padding: 0;
}
span {
	color: #0099FF;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	display: block;
}

