@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
  Browser Reset
-----------------------------------------------*/

html {
overflow-y:scroll;
}

body {
line-height:1;
-webkit-text-size-adjust:100%;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
pre, b, em, strong, small, sub, sup,
ul, ol, li, dl, dt, dd,
applet, object, iframe, img,
table, caption, thead, tbody, tfoot, tr, th, td,
form, label {
margin:0;
padding:0;
font-size:100%;
font-style:normal;
font-weight:normal;
vertical-align:baseline;
border:0;
outline:0;
}

ul, ol, li {
list-style:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

input, button, textarea, select {
margin:0;
font-size:100%;
background:none;
outline:0;
}

input, select, textarea {
vertical-align:middle;
}


