<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===================================================================
--company.css--
=================================================================== */
@charset "utf-8";

.mainContent {
	font-size: 12px;
	line-height: 23px;
	color: #4c4a49;
}

.mainContent section img {
	vertical-align: bottom;
	margin-bottom: 40px;
}

#breadcrumb {
	padding-left: 20px;
	background: url(../images/global/iconHome.png) no-repeat left center;
	margin-bottom: 20px;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active {
	color: #1053a4;
}

section h2 {
	height: 42px;
	margin-bottom: 20px;
	padding-left: 28px;
	line-height: 42px;
	font-size: 20px;
	color: #6eaf2b;
	background: url(../images/global/bgTitle.png) no-repeat left top;
}

section h3 {
	margin: 0;
}

section h4 {
	margin: 0;
}

/* ----------------------- main */
.contents {
	width: 517px;
	margin: 0 auto;
}

.contents p {
	margin-bottom: 25px;
}

.contents .center {
	display: block;
	margin: 60px auto 60px;
}

.contents .representative {
	margin-left: 30px;
}</pre></body></html>