/*font-size*/
html{font-size: 62.5%;}
body{font-size: 1.4rem;}

*{font-family: sans-serif;}

body em{
	font-style: normal;
	font-weight: bold;
}

.ui-body-z{
	background: #fff;
}

.ui-content{
	padding: 0;
}

ul, ol, li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	vertical-align: bottom;
}

/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;

	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/
