@charset "utf-8";
/* CSS Document */

.top_img {
	background:url(../p3_company/img/ss_com_top.jpg) center center;
	background-size:cover;
}

.company_profile {
	margin-bottom:40px;
	padding:10px;
}

.company_profile dt {
	padding:10px 10px 10px 15px;
	background:rgba(0,100,202,0.8);
	color:#fff;
}

.company_profile dd {
	background:#fff;
	padding:15px 30px 20px 30px;
	border-right:1px solid #ccd;
	border-left:1px solid #ccd;
}

.company_profile dd:last-child{
	border-bottom:1px solid #ccd;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.map h3{
	text-align:left;
	border-left:5px solid #0064c8;
	padding:10px 10px 10px 20px;
	font-size:18px;
	background:#fff;
	box-shadow:0 0 20px rgba(0,75,187,0.1);
	margin-bottom:20px;
}

.map_text{
	margin:10px;
}

.map_text dt{
	background:rgba(0,100,202,0.8);
	border-radius:10px 10px 0 0;
	color:#fff;
	padding:10px 20px 10px 10px;
	text-align:left;
	display: inline-block;
}

.map_text dt i {
	font-size:20px;
	margin-right:5px;
}

.map_text div {
	display:inline-block;
	width:100%;
	border:1px solid rgba(0,100,202,0.8);
	padding:10px;
		background:#fff;
}

.map_text:first-child {
	margin-bottom:10px;
}

.map_text .tel_number{
	font-size:20px;
	font-family:'Roboto Condensed', sans-serif;
}

.tel_massage {
	padding-top:10px;
}

.go_to_map {
	display:block;
}

.map {
	margin-bottom:80px;
}