@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

html {
    overflow-y: scroll;
    /* for mozilla: always display scrollbar */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
tbody,
tfoot,
thead,
object,
iframe,
code,
fieldset,
legend,
caption,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

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

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

object,
embed {
    vertical-align: top;
}

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

img,
abbr,
acronym,
fieldset {
    border: 0;
}

li {
    list-style-type: none;
    zoom: 1;
}

a:active,
a:focus {
    outline: none;
}

a {
    color: #2c93cd;
}

a:hover {
    text-decoration: underline;
}

br {
    letter-spacing: normal;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    max-width: 100%;
}


/*--- default */

body {
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
}

* html body {
    /* for IF6 */
    font-family: 'Noto Sans JP', sans-serif;
}