@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
	outline: 0;
	font-size: 100%;
}

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

ul li img {
	vertical-align:bottom;
}

img, fieldset {
	border:0;
}


/* clear
----------------------------------------------------*/
.clear {
	clear:both;
}

.clearfix:after {
	content: url(../img/common/pixcel.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
	position:relative;/*for preview*/
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*------ END -----*/
