@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

html {
	overflow-y: scroll; /* for mozilla: always display scrollbar */
}
body {
	-webkit-text-size-adjust: none;
}

#breadcrumb ul, .header-navigation-wrapper ul{
	margin: 0;
	padding: 0;
}

#side div,#side dl,#side dt,#side dd,#side ul,#side ol,#side li,#side h1,#side h2,#side h3,#side h4,#side h5,#side h6,#side pre, #side form,#side fieldset,#side input,#side textarea,#side p,#side blockquote,#side table,#side th,#side td,#side tbody, #side tfoot,#side thead,#side object,#side iframe,#side code,#side fieldset,#side legend,#side caption,#side article,#side aside,#side figure,#side footer,#side header,#side hgroup,#side menu,#side nav,#side section,#side audio,#side video,#side canvas {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	font-size: 1.4rem;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
.list-none li{
	list-style-type: none;
	zoom: 1;
}
a:active, a:focus {
	outline: none;
}
a {
	color: #2c93cd;
}
a:hover {
	text-decoration: underline;
}
br {
	letter-spacing: normal;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
/*--- default */
html {
	font-size: 62.5%;
}



