html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    font: inherit;
    vertical-align: baseline;
    letter-spacing: 0;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    font: inherit;
    vertical-align: bottom;
    width: 100%;
    height: auto;
	image-rendering: -webkit-optimize-contrast;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration:none;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: "meiryo";
    line-height: 1;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, a, address, span, strong, small, b {
    /*letter-spacing: 0.1em;*/
}
p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
a:hover,a.selected{
    opacity:0.5;
}
*, *:before, *:after {
    box-sizing: border-box;
}
@font-face {
font-family: "meiryo";
  src: , url(../font/meiryo.woff2) format("woff2"),url(../font/meiryo.woff) format("woff");
}

@font-face {
font-family: "arial";
  src: , url(../font/arial.woff2) format("woff2"),url(../font/arial.woff) format("woff");
}
