@charset "utf-8";

/* reset
--------------------------------------------------*/
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,
dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,.footer,form,
h1,h2,h3,h4,h5,h6,.header,hgroup,html,i,iframe,img,ins,kbd,label,legend,
li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,
table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,var,video {
	background			: transparent;
	border				: 0;
	font-size			: 100%;
	font-style			: normal;
	margin				: 0;
	outline				: 0;
	padding				: 0;
	text-decoration		: none;
	vertical-align		: baseline;
}

article,aside,details,figcaption,figure,.footer,.header,hgroup,menu,nav,section {
	display				: block;
}

ul,ol {
	list-style			: none;
}
blockquote,
q {
	quotes				: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content				: '';
	content				: none;
}
table {
	border-collapse		: collapse;
	border-spacing		: 0;
}

a {
	outline				: none;
}