@charset "utf-8";
/*
*	****************************************
*	*           Reset style               
*	****************************************
*/
html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input,textarea{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	text-decoration:none !important;
	outline:none;
}
li{
	list-style:none;
}
img{
	border:0;
}
:focus{
	outline:0;
}
textarea{
	resize: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.mn{
	display: none;
}