@charset "utf-8";

.markTable {
	width: 100%;
	margin: 0 auto 20px;
	/*border-top: 1px solid #ccc;*/
}

.markTable th {
	padding: 7px 10px;
	text-align: center;
	width: 50%;
	background: #f4f4f4;
}

.markTable .span div {
	width: 100px;
	text-align: center;
}


.markTable .span {
	width:15%;
	text-align: center;
}

.markTable .title {
	background: #e8e7e7;
}

.markTable td {
	text-align: left;
  	vertical-align: top;
	padding: 7px 10px;
	/*border-bottom: 1px solid #ccc;*/
}


.markTable_bg {
	background: #fffbea;
    	border-radius: 10px;
    	border-spacing: 0;
    	border: none;
}