/*--common style start--*/ 

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, details, figure, footer, header, menu, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
article, aside, details, figure, footer, header, nav, section {
	display: block;
	}
	
body {
	width: 100%;
	height: auto;
	}

img {
	border: 0;
	outline: none;
	}
	
a,a:hover{
	text-decoration:none;
	outline: none;
	}
	
ol, ul {
	list-style: none;
	}
		
.clear {
	clear: both;
	}
	
.f-left {
	float: left;
	}
	
.f-right {
	float: right;
	}
	
/*--common style end--*/ 
