
@import "/library/default.css";

.contents {
	margin:0 0 20px 0;
}

.contents h2 {
	background-color:#999999;
	color:#ffffff;
	font-size:14px;
	padding:10px 0 8px 10px;
	margin:0 0 10px 0;
}

.list {
	margin:0 0 20px 0;
}

.list table {
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
}

.list th {
	width:30%;
	padding:10px 0 8px 0;
	border-bottom:1px dotted #cccccc;
	vertical-align:middle;
}

.list td {
	width:70%;
	padding:10px 0 8px 0;
	border-bottom:1px dotted #cccccc;
	vertical-align:middle;
}
