/*
mainVisualLower
---------------------------*/
#mainVisualLower {
	background-image: url(../img/company/mv-bg.jpg);
}

#company .tableBase {
	padding: 15px 0;
}
#company .tableBase .tableRow {
	display: table;
	width: 100%;
}
#company .tableBase dt, #company .tableBase dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
}
#company .tableBase dt {
	width: 25%;
	font-weight: 700;
	border-bottom: 1px solid #3B8EF6;
}
#company .tableBase dd {
	width: 75%;
	border-bottom: 1px solid #D0BC9B;
}
#company .tableBase dd p, #company .tableBase dd li, #company .tableBase dd a {
	line-height: 1.6;
	font-weight: 300;
}
#company .tableBase dd li {
	text-indent: -1em;
	padding-left: 1em;
}
#company .map {
	padding: 0 4.8% 25px;
}
#company .map iframe {
	width: 100%;
	height: 190px;
}
@media (min-width: 768px) {
	#company .tableBase {
		padding: 40px 0 60px;
	}
	#company .tableBase dt, #company .tableBase dd {
		padding: 13px 0;
	}
	#company .tableBase dt {
		width: 22%;
		font-size: 18px;
	}
	#company .tableBase dd {
		width: 78%;
	}
	#company .tableBase dd p, #company .tableBase dd li, #company .tableBase dd a {
		font-size: 18px;
	}
	#company .tableBase dd li + li {
		padding-top: 5px;
	}
	#company .map {
		padding: 0;
	}
	#company .map iframe {
		height: 570px;
	}
}

/*# sourceMappingURL=company.css.map */