@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
	text-decoration: 0;
	-webkit-text-decoration: none; /* Safari用 */
  text-decoration-color: transparent; /* 念のため */
	text-align: justify;
	letter-spacing: 0.04em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
img {
	max-width: 100%;
  height: auto;
	vertical-align: bottom;
}

/*clearfix-------------------------------*/

.clearfix::after {
	content:"";
	display:block;
	clear:both;
}