@charset "utf-8";

/* reset css
================================================================================================= */

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,caption,form,fieldset,img{
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
/*	line-height: 1.5;*/
}

html{
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	overflow: hidden;
}

img{
	vertical-align: bottom;
}

li{
	list-style:none;
}

legend{
	display:none;
}

figure{
  margin: 0;
  padding: 0;
}

/* clearfloat
================================================================================================= */

.clearfloat{
	clear: both;
}


/* clearfix
================================================================================================= */

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
    visibility: hidden;
}

.clearfix{
    display: inline-block;
}

/* hide from IE-mac \*/
*html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}
/* end hide from IE-mac */