@charset "utf-8";

.underKeyimage {
	width: 100%;
	height: 200px;
	background: #9B9190 url(../images/company/keyimages.jpg) no-repeat center center;
	text-align: center;
}

.company #Side h2 {
	background: url(../images/company/iconCompany.png) no-repeat 25px center;
}

section {
	margin-bottom: 50px;
}

/*-------------------------------------------------------------------------*/

#GreetingSec div {
	padding: 0 10px;
	background: url(../images/company/bgGreeting.jpg) no-repeat center bottom;
}

#GreetingSec div h3 {
	padding: 20px 0 20px;
}

#GreetingSec div p {
	padding: 0 330px 0 0;
	letter-spacing: 0.1em;
}

#GreetingSec div p + img {
	padding: 0 0 25px 210px;
}

/*-------------------------------------------------------------------------*/
#OutlineSec table {
	width: 100%;
	padding: 0 10px;
	border-collapse: collapse;
/*	border-collapse: separate;
	border-spacing: 3px;*/
}

#OutlineSec tr {
	border: 1px solid #dae7ec;	
}

#OutlineSec th {
	width: 20%;
	padding: 20px 20px;
	background-color: #dae7ec;
	color: #666666;
	text-align: center;
	border: 4px solid #fff;
}

#OutlineSec td {
	padding: 20px 0 20px 30px;
}
#OutlineSec td.line1 {
	width: 35%;
}
#OutlineSec td.line2 {
	width: 45%;
}

#OutlineSec td span {
	padding-right: 20px;
	display: block;
	text-align: right;
}

/*-------------------------------------------------------------------------*/

#HistorySec table {
	width: 100%;
	padding: 0 10px;
	border-collapse: separate;
	border-spacing: 3px;
}

#HistorySec th {
	width: 30%;
	padding: 20px 20px;
	color: #fff;
	font-weight: bold;
	background-color: #156e98;
	text-align: center;
}

#HistorySec td {
	width: 70%;
	padding: 20px 20px;
	color: #666;
	background-color: #e8f3f7;
}

#HistorySec tr:nth-child(even) td {
	background-color: #f3f8fa;
}

/*-------------------------------------------------------------------------*/
#AccessSec div {
	padding: 0 10px;
}

#AccessSec div p {
	text-align: right;
}
