@charset "utf-8";
/* CSS Document */
section.company_top h1 i {
    color: #FF9999;
    font-size: 1.4em;
    margin-right: 3px;
    vertical-align: bottom;
}
section.company_top h1 {
    color: #FF6567;
    font-size: 1.2em;
    margin: 20px 0px 10px 0px;
    padding: 6px 0px 5px 6px;
    border-bottom: solid 4px #FF6567;
    vertical-align: middle;
    line-height: 1.3;
}
section.company_top table.company_table {
    border-collapse: collapse;
	width: 96%;
	margin: 0 auto;
}
section.company_top table th,
section.company_top table td {
	display: block;
	margin: 0 auto;
}
section.company_top table th {
	border-bottom: 1px solid #999;
	text-align: left;
	font-weight: 400;
	margin-top: 1em;
}
section.company_top table td.license dl:first-of-type {
	margin-top: 0;
}
table.company_table td dt.name {
    font-weight: 600;
}
table.company_table td dt.name:first-of-type {
	margin-top: -0.5em;
}
table.company_table td dd {
    margin-left: 0;
}
table.company_table td img {
    margin-bottom: 1em;
}
/**table.company_table dl.license dt {
	font-weight: 600;
}**/