@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, blockquote, pre,
b, em, strong, small, sub, sup,
dl, dt, dd, ul, ol, li,
applet, object, iframe, img,
table, caption, thead, tbody, tfoot, tr, th, td,
form, label,
header, footer, nav, menu, main, aside,
article, section, canvas, figcaption, figure, details, summary {
margin:0;
padding:0;
font-size:100%;
font-style:normal;
font-weight:normal;
vertical-align:baseline;
background:transparent;
border:0;
outline:0;
}

body {
line-height:1;
}

header, footer, nav, menu, main, aside,
article, section, canvas, figcaption, figure, details, summary {
display:block;
}

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;
}

img {
display:block;
max-width:100%;
border:0;
outline:0;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
outline:none;
}

hr {
display:block;
height:1px;
margin:1em 0;
padding:0;
border:0;  
border-top:1px solid #CCC;
}


