@charset "utf-8";
* {margin:0px;
    padding:0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;}

html {overflow:scroll;}
a {color:inherit;
    text-decoration:none;}
ul, ol {list-style:none;}
img {border:none;
        vertical-align:middle;
        max-width:100%;}
table {border-collapse:collapse;
        table-layout:fixed;}
.ellipsis {white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;}
fieldset, button {border:none;}
input, select, button {vertical-align:middle;}
button, input[type=button] {cursor:pointer;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;}
strong, em, address, th {font-weight:normal;
                        font-style:normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;
                        font-size:100%;}
.cf::after {content:"";
            clear:both;
            display:block;}
.blind, legend {position:absolute;
                left:-9999px;}
caption {text-indent:-9999px;
            height:0;
            overflow:hidden;
            font-size:0;}

.skipmenu a {background-color:#000;
                color:#fff;
                position:absolute;
                top:-500px;
                left:0px;
                width:100%;
                text-align:center;
                padding: 8px 0px;}
.skipmenu a:focus {top:0;
                    position:relative;
                    display:block;}