@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [corporate]
 *
 * ==========================================================================
 */


/**
 * --------------------------------------------------------------------------
 * table
 * --------------------------------------------------------------------------
 */

#contentLeft table {
	border-top: 1px solid #000;
	width: 642px;
}

#contentLeft tr {
	border-bottom: 1px solid #000;
}

#contentLeft th {
	vertical-align: middle;
	padding: 2em 0 2em 1em;
	font-size: 13px;
	width: 10em;
	text-align: left;
}
#contentLeft td {
	vertical-align: middle;
	padding: 2em 0;
	font-size: 12px;
}


/*
	営業品目
 */
tr.sales .main {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .5em;
}
tr.sales dd.content {
	padding-left: 1.25em;
}
tr.sales dd.content dd ul {
	padding-left: 3.5em;
	margin-bottom: 25px;
}

/*
	保有資格
 */
tr.license dl {
	display: table;
}
tr.license dt,
tr.license dd {
	display: table-cell;
}

tr.license dt {
	width: 15em;
}