@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

body {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

img{border:none;}

ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,td,th{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight:normal;
}

.clearfix:after {
	content: ".";
	display: block;
	line-height:0;
	clear: both;
	visibility: hidden;
	margin-top:-1px;
	font-size:1px;
}
.clearfix{
	zoom:100%;
}
* html .clearfix {
	/*\*/height: 1%;/*for WinIE*/
	display: inline-table;/*for MacIE*/
}
.clear {
	clear: both;
}
