@charset "UTF-8";

body,
h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre,
ul, ol, li
dl, dt, dd,
form, fieldset, input, textarea,
th, td{
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}



img {
	border-width: 0;
	vertical-align: top;
}




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

caption {
	text-align: left;
}

th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

td {
	vertical-align: top;
}



sup, sub {
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -4px;
}

sub {
	top: 4px;
}


address {
	font-style: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
}




/* clearfix */

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


