@charset "UTF-8";

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

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

a,fieldset,img{
	border: 0;
}

img {
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,tar{
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

input, textarea, select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/* =font reset

	77% = 11px
	84% = 12px
	92% = 13px
	100% = 14px

----------------------------------------------------------------------------------*/


table {
	font-size: inherit;
	font-size: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}


