@charset "utf-8";
/* CSS Document */

.coms {
	width:600px;
}

.coms th{
	background:#888;
	text-align:center;
	color:#fff;
	padding:5px 5px;
	width:80px;
}

.coms td{
	border-bottom: 2px dotted #ccc;
	padding-left: 10px;

}

dl.com_list{
	margin-bottom:20px;
}

dl.com_list dt{
	font-weight:bold;
}

dl.com_list dt.pt20{
	padding-top:20px;
}

dl.com_list dd{
	padding-left:20px;
}
