@charset "utf-8";
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, dd { margin: 0; padding: 0; }
table { border-spacing: 0; }
form {margin:0;}
.d-page ul, .d-page ol { list-style: none; padding: 0; margin: 0; }
ul.d-page , ol.d-page { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; color: inherit; }
button { background: none; border: none; padding: 0; font: inherit; cursor: pointer; }
img, video { max-width: 100%; }
.d-page img, .d-page video { display:block; }
input, button, textarea, select { font: inherit; }
article, aside, footer, header, nav, section, main { display: block; }
span { font-style:normal; }
@media screen and (max-width:767px) {
	.hidden-xs {display:none !important;}
	table {display:table;}
	table>* {display:table-row-group;}
	table script{display:none;}
	table caption {display:none;}
	table tr {display:table-row;}
	table th, table td {display:table-cell; width:auto;}
}
