﻿@charset "utf-8";

/*
		▼	company/index.html
-------------------------------------------------------------------------------------------------*/

/*--------------------
	bg
--------------------*/

body#company{
	background: #1c1c1c url(../../images/company/bg_company.jpg) repeat-x center top;	
}



/*--------------------
	header
--------------------*/

body#company #header{
	margin-bottom: 86px;	
}


/*--------------------
	h2
--------------------*/

h2{
	margin-bottom: 109px;
}
	
/*--------------------
	item
--------------------*/

h3.left{
	float: left;
	width: 292px;	
}


.item_right{
	float: right;
	width: 668px;	
}

.item_right.left_bdr{
	border-left: 2px solid #FFF;
	padding-left: 67px;
	width: 598px;
}


.mb_124px{
	margin-bottom: 124px;	
}

.mb_100px{
	margin-bottom: 100px;	
}

.mb_80px{
	margin-bottom: 80px;	
}

/*--------------------
	table#outline
--------------------*/

table#outline{
	border-top: 1px dotted #8e9194;
	width: 542px;
}

table#outline tr th,
table#outline tr td{
	border-bottom: 1px dotted #8e9194;	
}


table#outline tr th{
	width: 88px;
	font-weight: bold;
	
}

/* h3 */

h3.group_service{
	margin-bottom: 50px;	
}
	
/*--------------------
	p.figure
--------------------*/

.figure{
	position: relative;
	margin-bottom: 84px;
}

.figure a.btn{
	position: absolute;
	display: block;
	top: 400px;
	left: 590px;
	width: 364px;
	height: 46px;
}