/* =*****= LVS.html Custom Reset =*****= */
*{border:none;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}
.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer}
button{width:auto;overflow:visible;font-family:inherit;background-color:transparent;}
article,aside,figure,footer,header,hgroup,nav,section,details,summary{display:block}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}
b,strong{font-weight:700;color:inherit;font-size:inherit}
sub,sup{font-size:75%;line-height:0;position:relative}
pre,code,kbd,samp{font-family:monospace,sans-serif}
td,td img{font-weight:400;vertical-align:top}
th{font-weight:700;vertical-align:bottom}
table,table td{border-collapse:collapse}
a{color:inherit;text-decoration:none}
input,select{vertical-align:middle}
img,object,embed{max-width:100%}
h2,h3,h4,h5,h6{font-weight:400}
.right{float:right !important}
.left{float:left !important}
img{vertical-align:baseline}
blockquote,q{quotes:none}
embed{vertical-align:top}
table{font-size:inherit}
html{overflow-y:scroll}
ol,ul{list-style:none}
sub{bottom:-.25em}
sup{top:-.5em}
input[type="button"],
input[type="submit"],
input[type="reset"],
button{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
/* =============== CLEARFIX =============== */
.clearfix:before,
.wrp:before,
.in:before,
.clearfix:after,
.wrp:after,
.in:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.wrp:after,
.in:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.wrp,
.in {
  zoom: 1;
}