@charset "utf-8";

.markTable {
	width: 60%;
	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;
	padding: 7px 10px;
	/*border-bottom: 1px solid #ccc;*/
}

#markinfo ul li h4{
	/*font-size: 108%;*/
	font-weight: bold;
	margin-bottom: 5px;
}

#markinfo ul li {
	margin-bottom: 20px;
}

#markinfo ul li p {
	padding-left: 0.8em;
}

.left-column .entry h4.headline2 {
	background: url(../../images/common/h4_headline_bg.gif) no-repeat;
	background-position: center;
	line-height: 29px;
	font-weight: bold;
	/*font-size: 108%;*/
	color: #333;
	padding: 2px 0 0 29px;
	margin-bottom: 20px;
}