@charset "utf-8";



*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000;
	background-color: #fff
}
/*
ul,
ol,
li,*/
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
table,
tbody,
tfoot,
thead,
th,
td,
input,
textarea,
fieldset,
p,
span,
strong,
small,
b,
img,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


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

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
}

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

/*ol,
ul,
li {
	list-style: none;
}*/

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
	text-decoration: none
}

a:hover,
a:active {
	text-decoration: none;
	color: #000;
}

input:focus,
select:focus,
textarea:focus {
	outline: none !important;
}

input,
select,
textarea {
	font-family: helvetica;
}