@charset "utf-8";
/* CSS Document */

body,p,
h1,h2,h3,h4,h5,h6,
ul,ol,li, dl, dt, dd,
form,input,textarea,select,button,fieldset,option,img,
th,td,
address,blockquote,pre {
	margin:0;
	padding:0;
}


img,
button,
fieldset {
	border: none;
}

input,
textarea {
	padding: 0 1px;
	font-size: 99%;
	font-family: sans-serif;
}

ul,ol,
li {
	list-style:none;
}


table {
	border-collapse:collapse;
}

th,td {
	text-align:left;
	font-weight:normal;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


.clearfix:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.clearfix {display: inline-block;}
/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* - */


