@charset "utf-8";

/************************************************

 reset-setting

************************************************/

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,th,td,dt,dd,li {
	font-size: 100%;
	line-height: 1.6em;
}

img {
	border: none;
}

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

ul {
	list-style: none;
}

/************************************************

 clearfix

************************************************/
.cf:before,
.cf:after {
	content: "";
	display: table;
} 
.cf:after {
	clear: both;
} 
.cf {
	zoom: 1;
}