@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
html {
	-webkit-text-size-adjust:100%;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th{
	text-align:left;
}
input, select {
	vertical-align:middle;
}
img {
	vertical-align: bottom;
}
a:link,
a:visited{
	text-decoration:underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover{
	text-decoration:none;
}
/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
