@charset "utf-8";
* { 
margin: 0; 
padding: 0; 
font-size: 100%; 
text-decoration: none; 
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

img {
	display:block;
	border: 0;
}

li {
	list-style-type: none;
}

.cl {
	line-height: 0em;
	font-size: 0em;
	clear: both;
}
.dspBlk {
	display:block;
}

.dspInl {
	display:inline;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
 
.clearfix {
	zoom: 1;
}  

/*	align
==========================================================*/
.rit {
	text-align: right;
}

.cen {
	text-align: center;
}

.lft {
	text-align: left;
}

.vtop {
	vertical-align: top;
}

.vmid {
	vertical-align: middle;
}

.vbot {
	vertical-align: bottom;
}

/*	float
==========================================================*/
.flL {
	float: left;
}

.flR {
	float: right;
}
