@charset "UTF-8";
.header {
	background-color:#363636;
	/*width:875px;*/
	width:865px;
	/*height:36px;vertical-align : middle; display : table-cell;*/
	/*display : table;*/
	height:40px;font-size:18px;color:#ecab18;padding-left:10px;padding-top:9px;
}
.header img {
	margin-top: -3px;
}

.textWrap {
	width: 400px;
	float: left;
}

.imgWrap {
	width: 296px;
	float: right;
}

.imgWrap img {
	margin-bottom: 20px;
}

.content {
	background-color:#ffffff;width:755px; overflow:visible;padding:60px;font-size:14px;
}
.arrow {
	margin-right:8px;
}
.slideShadow {
	margin-top:10px;
}
th, td {
	border: 1px solid #363636;
	margin-top:20px;
}
table {
	border-collapse:collapse;
	margin-top:30px;
	width:90%;
}

td {
	vertical-align: Top; text-align: center;
	padding:10px;
}
td p {
	margin-top: 0px; margin-bottom: 2px;
}

.title {
	font-size:16px;
	line-height:2;
}