@charset "UTF-8";
 
* {
  margin: 0;
  padding: 0;
}
 
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
 
body {
	margin: 0;
}
 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
 
p {
  margin-bottom: 1em;
}
 
ul {
  list-style: none;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
 
form label {
  cursor: pointer;
}
 
a {
  text-decoration: none;
  color: #4c4c4c;
}
a:hover, a:active, a:focus {
  color: #b2b2b2;
}
 
a img {
  border: none;
}
 
.cf:after {
  display: block;
  clear: both;
  content: '';
}