@charset "utf-8";

.infoDetailTbl {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #666;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	table-layout:fixed;
}

.infoDetailTbl th, .infoDetailTbl td {
	border: none;
	padding: 8px;
	line-height: 1.5em;
}

.infoDetailTbl th {
	text-align: center;
}

.infoDetailTbl td {
	text-align: left;
}

.infoDetailTbl td span.newBox {
	display: inline-block;
	width: 50px;
	height: 15px;
	vertical-align: middle;
}

.infoDetailTbl td p {
	color: #484848;
}

#pager {
	width: 90%;
	margin: 10px auto;
	display: box;
}
#pager .prev {
	display: block;
	float: left;
}
#pager a { color: #333; }
#pager .next {
	display: block;
	float: right;
}
.cf { zoom: 1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

	