@charset "UTF-8";

/* reset styles */

body {
    margin:0;
	font-size: medium;
	color: #333333;
}
a,
a:visited{
	color: #333333;
    /*display: block;*/
	text-decoration: none;
}

/**/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	height: auto;
	border: none;
	vertical-align: top;
}

ul, ol, li {
	list-style:none;
	padding:0;
}

[hidden] {
display: none;
}

em, address {
	font-style: normal;
}

input, select {
    vertical-align:middle;
}


/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
	display: block;
	margin: 0;
	padding: 0;
}



/* avoid auto gradation style of input button (only appears on iOS Safari)  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}