@charset "UTF-8";

/* *****************************************************
 *	default
 * *****************************************************/
* {
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,p,caption,th,td,form,input,textarea,blockquote,embed,object {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

object,embed {
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	height:0;
	line-height:0; 
	visibility:hidden;
}

.clearfix {
	min-height:1px;
}

* html .clearfix {
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.none{
	display:none;
}

