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

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,header,
dl,dt,dd,ul,ol,li,h2,h4,h5,h6,
table,th,td,embed,object {
margin: 0;
padding: 0;
vertical-align: baseline;
}

li {
	list-style: none;
}

dt,dd,li,h1,h2,h3,h4,h5,h6,p {
	letter-spacing: 0.1em;
}

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

.clearfix {
	display: inline-block;
}

/* \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* end */