@charset "utf-8";
/* CSS Document */

.sitecontent {
	height: auto;
	min-height: 1000px;
	margin: 100px auto 180px;
}
.content {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.content .header {
	padding-bottom: 40px;
	padding-top: 70px;
}
.content .header h1.title {
	font-size: 24px;
	color: #444;
	margin-bottom: 8px;
	text-align: center;
	font-weight: 500;
}
.content .header p.subtitle {
	text-align: center;
	font-size: 14px;
	margin: 20px 0;
}
.content .testbody {
	overflow: hidden;
	width: 1000px;
	line-height: 24px;
	font-size: 13px;
	color: #6a6a6a;
}
.testbody p {
	word-wrap: break-word;
	word-break: normal;
	line-height: 35px;
	width: 100%;
	font-size: 12px;
	margin: 10px auto;
}
.testbody p.noindent {
	text-indent: inherit;
	padding: 25px 0;
	text-align: center;
}
.testbody img {
	position: relative;
	width: 100%;
}

.testbody span.imgtwo img {
	position: relative;
	width: 50%;
}
.testbody span.imgthr img {
	position: relative;
	width: 33%;
}

.writer {
	float: right;
	line-height: 50px;
	font-size: 14px;
	margin-top: 50px;
	color: #6a6a6a;
	text-align: right;
}
table {
	width: 100%;
}
table td {
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
}

table td{border-top:0px solid #000000;border-left:0px solid #000000;}

table tr:nth-child(1) td{
	border-top:1px solid #000000;
	}
table tr td:nth-child(1){
	border-left:1px solid #000000;
	}