@charset "UTF-8";

/* reset */
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, img, 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;
	/* outline: 0; */
	font: inherit;
	font-size: inherit;
	font-style: normal;
	font-family: inherit;
	/* vertical-align: baseline; */
	vertical-align: middle;
	color: inherit;
	font-family: inherit;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	box-sizing: border-box;
	word-break: break-word;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, main, section {
	display: block;
}

html, body {
	width: 100%;
	color: #000;
	background-color: transparent;
}

body {
	/* line-height: 1; */
	line-height: 1.3;
}

ol, ul, li {
	list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr, input, textarea, button {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}
select::-ms-expand {display:none}

input[type="checkbox"] {
	background-color: #fff;
	-webkit-appearance: checkbox;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
	border: 0;
	cursor: pointer;
	background-color: transparent;
}

img {
	width: 100%;
	height: auto;
}

a[href="javascript:void(0)"] {
	cursor: default;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.hide {
    display: none;
}

.blind {
    display: block;
    text-indent: -20000px;
    overflow: hidden;
}