@charset "utf-8";
@font-face {
font-family: NotoSansHans;
src: url("../font/sourcehansans.woff") format('woff');
}

*{
	box-sizing: border-box;
}
body{
	font-family: NotoSansHans;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1.642857143;
	color: #999999;
	background-color: #fff;
	margin: 0;
}

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

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

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #868B9F;
	-webkit-transition:  all .6s;
	-moz-transition:  all .6s;
	-ms-transition:  all .6s;
	-o-transition:  all .6s;
	transition: all .6s;
}

a:hover, a:active {
	color: #00CD96;
}

a:hover, a:active, a:visited {
	text-decoration: none;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}
.green{
	color:#00CD96;
}

img {
	vertical-align: top;
	border: none;

}

.container {
    margin-right: auto;
    margin-left: auto;
}

:after, :before {
    box-sizing: border-box;
}


th{
	text-align: left;
}

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

