@charset "UTF-8";
/* CSS Document */
body {
	font-size: 14px;
	color: #4c4c4c;
 	font-family: 'Noto Sans', sans-serif;
 	font-weight: 700;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	background:#FFFFFF;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
  
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
h1, h2, h3, h4, h5, h6, form, p, ul, ol, li, div, table, thead, tbody, tfoot, th, td, dd, dt, dl, address {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table {
	font-size: 100%;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}
ol {
	list-style-position: inside;
}
ul li {
	list-style-type: none;
}
address {
	font-style: normal;
}
input[type="text"], select, textarea {
	font-size: 100%;
}
