@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
  Browser Reset
-----------------------------------------------*/

html {
overflow-y:scroll;
}

body, div,
h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
table, td, td {
margin:0;
padding:0;
-webkit-text-size-adjust:100%;
}

h1, h2, h3, h4, h5, h6, strong, th {
font-size:100%;
font-style:normal;
font-weight:normal;
}

input, button, textarea, select {
margin:0;
padding:0;
font-size:100%;
background:none;
border:none;
border-radius:0;
outline:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

th {
text-align:left;
}

input, select, textarea {
vertical-align:middle;
}

img {
vertical-align:middle;
border:0;
}

a {
text-decoration:none;
outline:none;
}

ol, ul, li {
list-style:none;
}
