@charset "utf-8";

/**************************************************************************/

/* reset */

/**************************************************************************/

* {
	outline: none;
}

html,
body {
	width: auto;
    height: auto;
}

body {
    margin: 0;
    border: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

header,
main,
footer,
section,
article,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    border: 0;
    padding: 0;
}

header,
main,
footer {
    width: 100%;
    height: auto;
}

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

img {
	margin: 0;
    border: 0;
    padding: 0;
}

/* jump */

#accessibility_jump {
	color: #111314;
    background-color: #FFFFFF;
    position: absolute;
	left: -1000px;
	top: -1000px;
}

#accessibility_jump:focus,
#accessibility_jump:active {
	outline: dotted;
}