@charset "UTF-8";
html {
    font-size: 62.5%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    background: #FFFFFF;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, address, em, img,
small, strong, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, section, summary,
time, mark, audio, video  {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
body {
    font-size: 1.2em;
    line-height: 1.5;
    background: #FFFFFF;
    font-family: "メイリオ", Meiryo, sans-serif;
    color: #333;
}
img {
    border: 0;
    vertical-align: bottom;
		max-width: 100%;
    height: auto;
}
ol, ul {
    list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
