@charset "utf-8";
/* CSS Document */
.company {
	width:980px;
	margin:0 auto;
}
.company .main_head {
	margin-top:9px;
	margin-bottom:30px;
}
.company h2 {
	background-color:#fff8f0;
	padding:10px;
	margin-bottom:38px;
}
.company .greeting_content .ceo{
	float:left;
}
.company .greeting_content p.desc{
	width:704px;
	float:right;
	line-height:3;
}
.company .greeting_content {
	margin-bottom:100px;
}
.company .greeting_content .ceo_name {
	margin-top:40px;
	float:right;
}
.company .company_content table tbody {
	border:1px solid #d8d8d8;
}
.company .company_content table tr {
	border-top:1px solid #d8d8d8;
}
.company .company_content table tr:first-child {
	border-top:none;
}
.company .company_content table th {
	background:#eeeeef;
	width:120px;
	text-align:center;
	line-height:3;
	vertical-align:middle	
}
.company .company_content table td {
	width:400px;
	padding: 8px 20px;
	line-height:2;
	vertical-align:middle	
}
.company .company_content section  table {
	float:left;
}
.company .company_content .map_area {
	width:396px;
	float:right;
}
.company .company_content .map_area a {
	text-decoration:underline;
	color:#2073b2;
}
.company .company_content .company_address {
	margin-bottom:80px;
}
.company .history_content h2 {
	margin-bottom:25px;
}
.company .history_content dl dt {
	width:150px;
	float:left;
	clear:both;
}
.company .history_content dl dd {
	width:750px;
	float:left;
	margin-bottom:20px;
}