@charset "utf-8";

.sec_main {
	background-image:url(../images/company/main_bg.jpg);
}

.sec1 .bg:after {
	background:#F6F7F7;
}

table.company {
	border-collapse: collapse;
	width:100%;
}
table.company th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#E0E0E0;
	width:190px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	box-sizing: border-box;
	font-size:14px;
	line-height:1.8;
}
table.company td {
	border-bottom: 1px solid #ccc;
	padding:10px;
	vertical-align:top;
	background:#fff;
	box-sizing: border-box;
	font-size:14px;
	line-height:1.8;
}
table.company .col {
	width:830px;
}
table.company .col li {
	float:left;
	width:270px;
	margin:0 10px 0 0;
}
table.company .col li:last-child {
	margin:0 0 0 0;
}

.sec2 {
	padding:100px 0 100px 0;
}
.sec2 .bg:after {
	background:#F1F1F1;
}
.sec2 .map_area {
	width:100%;
	min-width:1040px;
	background:#fff;
	padding:20px 0 0 0;
	position:relative;
	z-index:2;
}

.google-maps {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	min-width:1040px;
	width: 100% !important;
	height: 100% !important;
}
