a img {
	border: 0;
}

.container * {
	font-size:1em;
	line-height:1.5em;
}
.main_inner {
	width:70%;
	margin:0 auto;
	position:relative;
	color:#505059;
	word-break: break-all;
}
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-size:1em;
	line-height:1.5em;
}

html {
	width:100%;
	height:100%;
}
body {
	margin:0;
	height:100%;
	font-size:14px;
}
.alignCenter {
	text-align:center;
}
.cBoth {
	clear:both;
}
.container {
	min-height:100%;
	position:absolute;
	top:0;
}

.wrap_header {
	top:0;
	bottom:0;
	overflow-y:auto;
}
.wrap_header .top {
	padding-top:45px;
	text-align:center;
	margin-bottom:1.0em;
}
.wrap_header .top .logo {
  font-family: 'Roboto', sans-serif;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
  font-size:1.4em;
}
.footerMenu {
	text-align:center;
	margin-bottom:1em;
}
.containerNav {
	padding-top: 1em;
    display: block;
}
.mainNav,
.footerNav {
	display:inline;
	padding:0;
	text-align:center;
}
.mainNav li,
.footerNav li {
	padding:0 2.5em;
	text-align:center;
	list-style: none;
    display: inline-block;
}
.mainNav li a,
.footerNav li a {
	text-decoration:none;
	color: #909090;
}
.wrap_main {
	position:relative;
	margin-top:0;
}
.main {
	padding-top:25px;
	padding-bottom:65px;
}

::-webkit-scrollbar {
width: 10px;
height : 10px;
}

::-webkit-scrollbar-track {
background-color:#e0e0e0;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color:#c0c0c0;
}
