*, ::before, ::after {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 14px;
	font-family: Verdana, "Microsoft YaHei";
	color: black;
	background-color: white;
	width: 100%;
}
a {
	color: black;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
input {
	border: none;
	outline: none;
	-webkit-appearance: none;
	font-family: Verdana, "Microsoft YaHei";
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clearfix::before, .clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
header figure img{ vertical-align:top;}
article div#clalist a {
	float: left;
	width: 32%;
	margin: 1% 0 0 1%;
	border: #ccc 1px solid;
}
article div#clalist a img {
	vertical-align: top;
	width: 100%;
}
article div#clalist a strong {
	display: block;
	padding: 1% 0;
	text-align: center;
	background-color: #f3f3f3;
	border-top: #ddd 1px solid;
}
footer div:nth-child(1) {
	background-color: #1e63b0;
	padding: 2.5% 0;
	text-align: center;
	color: white;
	font-size: 0.8em;
}
footer div:nth-child(1) a {
	color: white;
	font-size: 1em;
	text-decoration: underline;
}

header.home figure{ padding:2%;}
header.home figure img{ width:100%; vertical-align:top;}
header.home nav a{ float:left; width:32%; margin:0 0 1% 1%; text-align:center; font-weight:bold; color:white; padding:2% 0; background:linear-gradient(#2675cd, #1e63b0);}
header.home nav a:nth-child(3),header nav a:nth-child(6){ border-right:none;}
header.home div#scroll_img img{ vertical-align:top;}