@charset "UTF-8";

/* Reset Styles
-------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;padding:0;border:0;outline:0;font-style:normal;font-weight:400;vertical-align:baseline;background:transparent;}
body {line-height:1.0;font-size:16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
a {margin:0;padding:0;vertical-align:baseline;background:transparent;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ddd;margin:1em 0;padding:0;}
input,select {vertical-align:middle;}
img {border:none;vertical-align:top;font-size:0;line-height:0;}
::-webkit-input-placeholder {color:inherit;opacity:0.54;}
::-webkit-file-upload-button {-webkit-appearance:button;font:inherit;}

abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
del {text-decoration: line-through;}

/* box-sizing */
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* flex-over-cut */
* {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* selectBox */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/* Browser Optimization */
	html {
		height: 100%;
		overflow-y: scroll;
		scroll-behavior: smooth;
	}

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

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

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	caption, th {text-align: left;}

	q:before, q:after {content: '';}

	object, embed {vertical-align: top;}

	legend {display: none;}

	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
	}

	img, abbr, acronym, fieldset {border: 0;}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
		-ms-interpolation-mode: bicubic;
	}

	iframe {
		border: 0;
		vertical-align: bottom;
	}
	ul li {list-style-type: none;}
