@charset "UTF-8";

/* wrapper ----------------------------------------*/
.wrapper#company{
	position: relative;
	background-image: url(../img/company_header_bg.png);
}

/* summary ----------------------------------------*/
#summary{
	width: 1080px;
	margin: 40px auto 0;
	padding: 80px 0 90px;
	background: url(../img/bg_ptn01.png) no-repeat center top;
	-webkit-background-size: 1000px auto;
	background-size: 1000px auto;
}
#summary > header{
	display: table;
	width: 100%;
	margin: 0 auto;
}
#summary > header h1{
	display: table-cell;
	width: 520px;
	text-align: right;
	vertical-align: middle;
}
#summary > header p{
	display: table-cell;
	padding-left: 36px;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
}
#summary table{
	width: 880px;
	margin: 100px auto 0;
	color: #060000;
	font-size: 18px;

}
#summary th{
	width: 300px;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	background: #B9BB9B;
}
#summary tr:first-child th{
	border-top: 1px solid #B9BB9B;
}
#summary tr:not(:first-child) th{
	border-top: 1px solid #ffffff;
}
#summary tr:last-child th{
	border-bottom: 1px solid #B9BB9B;
}
#summary td{
	padding: 8px 30px;
	line-height: 50px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #B9BB9B;
	background: #ffffff;
}
#summary > p{
	width: 880px;
	margin: 35px auto 0;
	text-align: right;
}

/* access----------------------------------------*/
#access{
	padding: 60px 0;
	background: #f4dda7;
}
#access > header{
	display: table;
	width: 1080px;
	margin: 0 auto;
}
#access > header h1{
	display: table-cell;
	width: 450px;
	text-align: right;
	vertical-align: middle;
}
#access > header p{
	display: table-cell;
	padding-left: 60px;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
}
#access .gmap{
	width: 840px;
	margin: 35px auto 0;
}
/* etc ----------------------------------------*/
#cnav01{
	margin-top: 100px;
}