@charset "utf-8";
/*----------------------------------------
 __reset_style
----------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, a, article, section, aside, label {
	margin: 0;
	padding: 0;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap: break-word;
}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong {
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

fieldset {
	border: 0;
}

table {}

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

input, select, textarea, button {
	background-color: transparent;
	border-style: none;
	color: inherit;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
	outline: none;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: none;
}

pre {
	white-space: pre-wrap;
}

/*----------------------------------------
 __clear_Style
----------------------------------------*/

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

.hide {
	margin: 0;
	padding: 0;
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */