@charset "UTF-8";

/* ================================================================================

:::information:::


ファイル名：css/contents/company.css
概要：会社情報 CSS

================================================================================ */

/* ==========▽会社情報========== */
h2 {
	background-color: #F9EFDF;
	line-height: 1;
	padding: 6px 0 6px 10px;
	color: #674032;
}

#table-01 th, #table-01 td {
	border-bottom: solid #AB714E 1px;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
}

#table-01 th {
	background-color: #EFEFEF;
}

#company-left {
	float: left;
	width: 238px;
	margin-top: 35px;
}

#company-right {
	float: right;
	width: 238px;
	margin-top: 35px;
}
/* ==========△会社情報========== */

