@charset "utf-8";


/* company
------------------------------------------------------------ */
.companyBox {
	display: block;
	width: calc(100% - 90px);
	margin: 0 auto;
	border-left: solid 5px #cd78a5;
	border-right: solid 5px #cd78a5;
	background: #fff url(../common/images/company_bg.png) left top repeat-y;
}
@media screen and (max-width:640px){
	.companyBox {
		width: 100vw;
		border-left: 0;
		border-right: 0;
	}
}


.companyTitle {
	width: 250px;
	height: auto;
}
.companyDetail {
	height: auto;
	margin-left: 250px;
	background: #fff;
}
.companyDetail table {
	width: 660px;
	margin: 0 auto;
	font-size: 11px;
	color: #666;
	border-collapse: collapse;
}
.companyDetail tr {
	background: #f1f0f0;
}
.companyDetail tr:nth-child(odd) {
	background: #ebebeb;
}
.companyDetail td {
	padding:20px;
	font-size: 14px;
	line-height: 1.6;
	border: solid 1px #fff;
	box-sizing: border-box;
}
.companyDetail td:nth-child(1) {
	width:200px;
}
#map_canvas {
	z-index:1;
	width:640px;
	height:400px;
}
a.gMapLink {
	display: block;
	width: 125px;
	height: 30px;
	padding: 10px 0 0 0;
	margin: 10px auto 0;
	background: url(../images/icon_google.png) 10px center no-repeat;
	background-size: 34px auto;
	font-size: 14px;
	text-align: right;
}
@media screen and (max-width:1080px){
	.companyDetail {
		margin-left: 0;
	}
}
@media screen and (max-width:820px){
	.companyDetail {
		width:100%;
		height: auto;
	}
	.companyDetail table {
		width:100%;
	}
	#map_canvas {
		z-index:1;
		width:100%;
		height:360px;
	}
}
@media screen and (max-width:640px){
	.companyTitle {
		margin-top: -30px;
	}
	.companyDetail table {
		width:90vw;
		font-size: 3.7vw;
	}
	.companyDetail td:nth-child(1),
	.companyDetail td:nth-child(2) {
		display: block;
		width: 100%;
		padding: 3vw 4vw;
		border: none;
	}
	.companyDetail td:nth-child(1) {
		color: #aaa;
	}
	.companyDetail td:nth-child(2) {
		padding-top: 0;
		border-bottom: solid 2px #fff;
	}
	#map_canvas {
		z-index:1;
		width:100%;
		height:35vh;
	}
}


