@charset "utf-8";
/* CSS Document */

/*#########################################################*/
/* Reset

*Browser clear
*clearfix

*/
/*#########################################################*/

/*=========================================================*/
/* Browser clear */ 
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
/*=========================================================*/
/* clearfix */ 

.clearfix:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: "";
}
.clearfix {
 /zoom:1;
	min-height: 1px;
}
