@charset "utf-8";

/*--------------------
reset
--------------------*/

*{
	margin:0px;
	padding:0px;
	border:0px;
}
html{
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body{
	font-family:sans-serif;
	font-size:10px;
}
img{
	display:block;
	-webkit-touch-callout:none;
}
a{
	text-decoration:none;
}

/*--------------------
clearfix
--------------------*/

.cf{
	zoom:1; /*IE fix*/
}
.cf:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
}
.cf + *{
	clear:both; /*IE fix*/
}
