/*
	------------------------
	common
	------------------------
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
}

/*
	------------------------
	clearfix
	------------------------
*/

.clearfix:after {

    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {zoom:1} /* haslayout trigger */

.clearfix {
	display: block;
}