html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table, tr, th, td {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul, li {
  list-style: none;
  list-style-type: none;
}
button,
input,
optgroup,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	font: inherit; 
	margin: 0;
	vertical-align:middle; 
    position:relative;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

/*margin*/
.marginBottom05em{
    margin-bottom: 0.5em!important;
}
.marginBottom1em{
    margin-bottom: 1em!important;
}
.marginBottom2em{
    margin-bottom: 2em!important;
}
.marginBottom3em{
    margin-bottom: 3em!important;
}
.marginBottom4em{
    margin-bottom: 4em!important;
}
.marginBottom5em{
    margin-bottom: 5em!important;
}
.marginBottom6em{
    margin-bottom: 6em!important;
}
.marginBottom7em{
    margin-bottom: 7em!important;
}
.marginBottom8em{
    margin-bottom: 8em!important;
}
.marginBottom9em{
    margin-bottom: 9em!important;
}
.marginBottom10em{
    margin-bottom: 10em!important;
}


.mg-b5{
	margin-bottom:5px!important;
}
.mg-b10{
	margin-bottom:10px!important;
}
.mg-b15{
	margin-bottom:15px!important;
}
.mg-b20{
	margin-bottom:20px!important;
}
.mg-b25{
	margin-bottom:25px!important;
}
.mg-b30{
	margin-bottom:30px!important;
}
.mg-b40{
	margin-bottom:40px!important;
}
.mg-b50{
	margin-bottom:50px!important;
}
.mg-b60{
	margin-bottom:60px!important;
}
.mg-b70{
	margin-bottom:70px!important;
}
.mg-b80{
	margin-bottom:80px!important;
}


.mg-r20 {
	margin-right: 20px;
}


/*clearfix*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
