@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}



* {
	margin: 0;
	padding: 0;
	word-break:break-all;
}



h1,h2,h3,h4,h5,div,p,ul,dl,li,dd {
	margin:0;
	padding:0;
}





html,body {
	overflow-x:hidden;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}



body {
	background-color: #FFFFFF;
	scroll-behavior:smooth;
	text-rendering:optimizeSpeed;
}



table {border-collapse: collapse;}



ul, li {list-style: none;}



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



a {text-decoration: none;}





