@charset "utf-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td ,address{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
font-style:normal;
}

a{
	text-decoration:none;}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
table{
	border-collapse:collapse;}
	

hr {
   border:solid #000;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   opacity:0.2;
} 