body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,egend,input,button,textarea,hr{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul{list-style:none;}
ul,ol{ padding:0px;}
img{border:0;}
q:before,q:after{content:'';}
abbr[title]{border-bottom:1px dotted;cursor:help;}
cite,dfn,em,var{font-style:normal;}
button,input,select,textarea{font-size:100%;}
code,kbd,samp{font-family:"Courier New",monospace;}
hr{border:none;height:1px;}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.top10{
	margin-top:10px;
}
.m_tran50{
	margin-left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.m_floatL{
  float:left;
  
}
.m_floatR{
  float: right;
}
.m_clearLR::after{
  overflow: hidden;
  content:'';
  height:0;
  visibility: hidden;
  display: block;
  clear: both;
}
.shortLg{
	display: none;
}
